I just purchased the Sparkfun LTE Cat M1/NB-IoT Shield - SARA-R4. So far I have not been able to communicate serially with this board. Here is what I have tried:
- Using the Arduino UNO development board
-
power set to Arduino
-
serial set to Soft
-
power LED is on
-
tried hitting the Power button for 3 seconds (though shouldn’t be necessary as this is also done in the SoftwareSerial library, via the PowerOn() function)
-
tried hitting the reset button for 10 seconds
-
added debug to SoftwareSerial and the begin() code gets stuck in the area where it is trying to determine the correct baud rate
-
voltage on pins 8 and 9 are both about 5v, which I believe is correct as both are pulled high during the initialization
-
also tried powering the LTE Shield using the USB port or the LiPo battery input
- Using the Sparkfun Redboard development board
- same as the UNO (as would be expected since the Redboard is identified as a UNO by the Arduino IDE)
- Using the FTDI Header
-
used the Sparkfun FTDI Basic USB-to-Serial converter (this board has been used successfully with the Arduino Pro Mini)
-
tried PuTTY and Tera Team on my PC to communicate (the TX LED lights up on the FTDI Basic when I send) but got no response from the LTE Shield
-
tried Minicom on my RPi with even less response
Not sure what else I can do. Did I miss something obvious? Or is the LTE Shield toast, DOA?