Hi everyone,
I have some problem with connecting my leonardo to gsm shield 2 - when i try TestModem example i have this resoult:
Starting modem test...ERROR, no modem answer.
Checking IMEI...Modem's IMEI: 0
Resetting modem...Modem is functoning properly
- I have external supply( 5v, and more than 2A juice) connectet to Vin and Gnd from the supply to Gnd on shield of course
- i connect a jumper wire between digital pins 2 and 8 ( just like producent suggest)
- i even try to modify gsm library (with changing the jumpers on board) - >src - > GSM3IO.h:
#elif defined(AVR_ATmega32U4)
#define TXPIN 3
#define RXPIN 8
#define RXINT 3
// #define TXPIN 9
// #define RXPIN 8
// #define RXINT 100 or 9 - i try this both
#endif
- shield led's:
- ON - yellow light
- STATUS - yellow light
- NET - blinking yellow light
- serial port monitor is set to 9600 baud, no line ending
- arduino version is 1.8.1 on Mac OS
and i still have the same resoults, what should i do ? the shield is brand new.
P.S. Sorry for my English but its not my nativ language
Best regards from Poland ! and thanks for all your advices or tips.