-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Example LoRaWan_OnBoardGPS_Air530.ino stops working with HTTC-AB02S after hours #272
Comments
Is there nobody who can help me out here? As described in your install.md I cloned the repo with my git bash, changed to the new ASR650x-Arduino folder and did a checkout for the fix: Now I got the changes to the hardwareserial.cpp .. Anything else needed? I bought the board double to ensure that I dont have any problem here... Thanks a lot for help ! |
Strange behavior. Unfortunately, I don't own a GPS board to fully test it. I can only say that I operate several sensors based on the Heltec Cubecell Module Puls which run fine without crashing. |
ok I ran this memcheck function tonight and here are the results after stop working some hours ago:
the last printout before stop working was:
I would expect that the biggest chunk gets smaller but it is growing... |
has anyone got a fix for this / or updated sketch please? |
Hi,
im trying to run the example (LoRaWan_OnBoardGPS_Air530.ino) from this repo with my GPS CubCell Board HTTC-AB02S. After some hours (usually more then 12) the board stops working, which means it is not sending anything more to the TTN. I also can see that the serial out stalls ...
I found some issues here saying there was some problem with the hardware serial buffer which is not beeing freed correctly , so I veryfied to install the version from this repository using the git command like described in the documenation...
So now I should have the latest sources installed , but the problem persists. ... does anyone have an idea how to handle this ?
The text was updated successfully, but these errors were encountered: