I have two 3G Fona Module (North America version). The first one bought directly from Adafruit 8 months ago and the second module was bought about 2 month ago from Digikey.
Both module have "PCB adaptor" soldered to it to use a FFC cable & connectors to interface with my custom made Arduino board. The code that works with the module is taken from the Adafruit_FONA library.
The first module bought directly from Adafruit worked flawlessly with my Arduino code and easily connected to the cellular network. However, the second module from Digikey is NOT working as expected. With the same SIM card, antenna, Arduino, and code, it seems to be having issues with network connection.
Now, it does connect to the network after a while (NET LED flashes 800ms) but it's in a useless state. Whenever I open or close the serial monitor, both the PWR and NET LED turns off for a few seconds and turns back on and stays on. During that time, I keep getting the timeout and couldn't find Fona message on the serial monitor. Then the NET LED starts flashing 800ms.
I'm assuming there is a defect with the module bought from Digikey. Anyone else experienced this issue or knows what's going on?