|
Post by dantun on Sept 28, 2022 2:38:20 GMT
Hi I'm using Hologram sim car but still having isses connecting to network. i was able to see it was conmected succesfully for two minutes the first time but no luck afterwards. the battery is coonected via correct polarity. unable to figure out whats wrong with the signal strenght when its working was 29db but most of the times it is at 99db and not able to connect to network. Also when it was connected it said connted (Roaming) hologram dashboard says it was connected with T mobile. Also i was not able to use S mode for serial pass through tunnel it says creeting passtube and goes unresponsive please help me with this.
|
|
|
Post by Botletics on Sept 28, 2022 12:40:13 GMT
Please see the GitHub wiki, sections with titles "Connecting to Network" and also "Texting AT Commands". Let me know if you still have any issues!
|
|
|
Post by farliskbarndt on Oct 4, 2022 5:42:22 GMT
I am new to Arduino and telecom so please bare with me. I'm using an Arduino Uno and Botletics SIM7000A and I'm trying to run the SIM7XXX_LTE_DEMO but my network status is showing "Network status 3: Denied"
I've gone through the GitHub wiki including changing the code to set the operating band and preferred mode and the problem remains. When I tried using the AT commands for troubleshooting in the serial monitor, it did not recognize the commands, only what is already in the menu.
I live in the U.S. and I am using a new AT&T sim card.
FONA> n ---> AT+CGREG? <--- +CGREG: 0,3 Network status 3: Denied FONA> a ---> AT+CADC? <--- +CADC: 1,1700 ADC = 1700 mV FONA> b ---> AT+CBC <--- +CBC: 0,82,4073 VBat = 4073 mV ---> AT+CBC <--- +CBC: 0,83,4082 VPct = 83% FONA> i ---> AT+CSQ <--- +CSQ: 15,99 RSSI = 15: -84 dBm FONA>
|
|
|
Post by Botletics on Oct 5, 2022 1:38:11 GMT
Hi there, please see this wiki page, it should solve your problem. Use the AT+CNMP=38 command. Also, make sure that in your code you're using the right APN for your AT&T SIM card, because it's set to fona.setNetworkSettings(F("hologram")) by default.
|
|