I have Pi3 and RAK2245 configured as a Balena Basic Station. It is communicating with The Things Stack. I get the error “[S2E:INFO] Beaconing suspended for 10s - insufficient GPS data: time position”. I moved it outside, but I still get the error. Can I use the Host OS or basicstation terminal to troubleshoot the GPS? Where can I find a list of commands for GPS troubleshooting?
Hi @mpous. You bring up some good points. I don’t need GPS. My basicstation is running balenaOS 3.0.16. I need to focus on getting my Lora node to communicate with my gateway.
I am using a Heltec ESP32 Lora v2 for my node. I have tried MicroPython and Arduino projects on Github. Neither seem to be working correctly. Do you have any recommendations on which language or project to use?
@mpous, sure. Which logs do you want? The Balena Cloud log or the TTN Gateway log? They both show the basicstation working and connected to TTN but no data is flowing. I don’t have any active nodes transmitting to the gateway.
Beaconing suspended for 10s - insufficient GPS data: time position
2023-07-26T22:49:54+00:00 <basicstation> 2023-07-26 22:49:53.839 [SYN:INFO] MCU/SX130X drift stats: min: +1.0ppm q50: -4.8ppm q80: +7.6ppm max: +8.6ppm - threshold q90: +8.1ppm
2023-07-26T22:49:54+00:00 <basicstation> 2023-07-26 22:49:53.839 [SYN:INFO] Mean MCU drift vs SX130X#0: 3.9ppm
2023-07-26T22:49:55+00:00 <basicstation> 2023-07-26 22:49:55.337 [S2E:INFO] Beaconing suspended for 10s - insufficient GPS data: time position
2023-07-26T22:50:05+00:00 <basicstation> 2023-07-26 22:50:05.337 [S2E:INFO] Beaconing suspended for 10s - insufficient GPS data: time position
2023-07-26T22:50:06+00:00 <basicstation> 2023-07-26 22:50:06.440 [SYN:VERB] Time sync rejected: quality=114 threshold=113
2023-07-26T22:50:12+00:00 <basicstation> 2023-07-26 22:50:12.741 [SYN:VERB] Time sync rejected: quality=115 threshold=113
Could you please confirm what balena device Type are you using for your Raspberry Pi 3? is this the 32 bit or the 64 bit? Usually this issue is a nightmare so let’s try to explore if the device type can affect it.
I appears to be. TTN shows regular status messages from the gateway.
Is there a command I can use in the terminal window to see if the GPS is tracking? Or does this newer image just use network time vice GPS for beaconing?