Hi,
I am attempting to connect to the SARA-R4 over serial (UART) as a breakout board using an Arduino. I have connected the 5V from the Arduino to the 5V shield pin, one of the GND pins, and then the TX on the board to RX on the shield and vice versa. Finally, I have closed the IOREF jumper to 3.3V as my board does not have an IOREF pin. Additionally, I have connected pins 5 and 6 for the power.
So far, I have been unable to get the device to work at all. The power LED turns on, but the SparkFun library hangs when ‘initialising the LTE shield’ using the examples.
Using a simple Serial Passthrough, I am unable to register any response when sending ‘AT’ over the serial lines at any baud rate (even using carriage return + new line, nothing appears at all in the serial monitor) after pressing the power button, regardless of the setting of the soft/hard serial switch.
A factory reset does not seem to help at all either. I’ve also tried having a card in and out, and still nothing in the serial console.
Have I done something wrong in terms of hardware set up? It really doesn’t seem that complicated but maybe I’ve missed something obvious.
Thanks for any assistance