SIM7000-LTE-Shield
SIM7000-LTE-Shield copied to clipboard
couldnt find fona
Hi timothy ,
I bought the bioletics SIM7000 LTE/NB-IoT shield for Arduino and i am using hologram sim card i am getting the same error couldnt find fona
FONA basic test 22:33:03.064 -> Initializing....(May take several seconds) 22:33:03.064 -> Configuring to 9600 baud Attempting to open comm with ATs ---> AT <--- ---> AT <--- ---> AT <--- 22:33:05.340 -> ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- ---> AT <--- Timeout: No response to AT... last ditch attempt. 22:33:25.795 -> ---> AT <--- ---> AT <--- ---> AT <--- ---> ATE0 <--- ---> ATE0 <--- 22:33:28.961 -> Couldn't find FONA
this is the output of the serial monitor
Hi there, do you see the green PWR LED lighting up on the shield? Also, do you have a 3.7V LiPo battery connected (with red wire on the left side of the connector when you plug it into the board)?
Hi there, do you see the green PWR LED lighting up on the shield? Also, do you have a 3.7V LiPo battery connected (with red wire on the left side of the connector when you plug it into the board)?
Yes the green power led is on and i have used 3.7v lipo battery 2000 mah and i have connected the red wire on the left side of the connector as well. I haven't soldered the heads instead i have used breadboard to plugin the headers
Make sure your connections on 5V, GND, and pins 10-11 are secure to the Arduino.
Make sure your connections on 5V, GND, and pins 10-11 are secure to the Arduino.
I did connect it like a shield with the help of jumper wires ,just a quick question ,if i am doing external wiring pin 10 and 11 of the sim7000a shield should be connected to the Rx and Tx of the pin of the arduino uno that is pin 0 and 1 of the arduino uno board
No, pins 10-11 on the shield should be connected to pins 10-11 on the Arduino, as if it were directly plugged into the Arduino.
No, pins 10-11 on the shield should be connected to pins 10-11 on the Arduino, as if it were directly plugged into the Arduino.
I have connected 10-11 pins of the shield with the Arduino and also connected the 5v and gnd pins of the Arduino with the shield ,i havent soldered the headers yet ,i am using jumper wires instead ,do you think it may be a loose connection
If the green "PWR" LED is on (not the green "DONE" LED) and there is a secure connection on pins 10-11 with a proper LiPo battery connected, it should work. It may be a loose connection in your case.
What would be the next step to trouble shoot this situation? I have the headers soldered onto the shield and attached the whole shield to the Arduino. I'm still getting: " Timeout: No response to AT... last ditch attempt. ---> AT <--- ---> AT <--- ---> AT <--- ---> ATE0 <--- ---> ATE0 <--- Couldn't find FONA "
Do you have a LiPo battery plugged in? (And check polarity: red wire should be on left side of the connector when you plug it into the shield).
Yes. I have a LiPo battery plugged in as well and the red wire is located on the left of the connector.
Are you able to turn on the SIM7000? You should see the other green "PWR" LED light up. You can press and hold the pushbutton for a couple seconds and the green LED should light up shortly thereafter.
excuse me if i got the same error but the wiring is SIM7000 and ESP8266. But i did not use the lipo batery instead i'm using the direct wiring between the two device.
is it because it have connected to lipo battery also? Thanks
If you are using the Botletics shield, yes, you need a LiPo battery.
Timothy, I also bought a brand new DF robot SIM7000A. Located in the USA. I am using an Arduino Uno the Ardunio USB for power (the same setup as the video on youtube where you use GPS in a car). I have the exact same problem as listed in this post. I followed the instructions exactly as shown in this GitHub wiki. However I did not set the APN yet since it sounds like that step was for later. The APN step I'm talking about is "At the end of the setup() function you will see a line like "fona.setNetworkSettings(F("hologram"));" which sets the Access Point Name (APN)"
.
Couldn't find FONA
FONA basic test
Initializing....(May take several seconds)
Configuring to 9600 baud
Attempting to open comm with ATs
---> AT
<---
---> AT
... etc.
Timeout: No response to AT... last ditch attempt.
---> AT
<---
---> AT
<---
---> AT
<---
---> ATE0
<---
---> ATE0
<---
Couldn't find FONA