-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Only send when location changes #52
Comments
No plans for this. Often when testing range it will only infrequently successfully transmit location, therefore every attempt is important, regardless of location or movement. |
thnks for the answer, but to save on uplink packets (LoRa-WAN airtime), there is no need to do this if the device has not moved. The only issue i see is when using deepsleep the previous location should be stored in eeprom to be able to calculate distance after waking up from deepsleep. I'm using my tracker in my car, and most of the time it does not move so the last position (in TTNmapper.org) is still valid. I'v already found a way to calculate distance betweem coordinates, now have to implement eeprom functionality to save previous coordinates before going into deepsleep. |
The main issue I see is the device may assume the coordinates were successfully transmitted to the gateway when they were not. In this case, you would discontinue transmission attempts when you never actually had a point saved to the map. |
what about using on additional I2C/SPI accelerometer instead of the GPS ? |
There really isn't a question of whether it can be done, but rather should it be done. What's described in this issue are very specific use cases that the majority of users would not need or use, especially if it involves investment in additional hardware. |
Hi... I understand... in the meantime I got my t-beam and I've successfully tested your firmware on the Helium network... It works like a charm.... tnx! Some days ago I bought also an accelerometer and I'll try to implement the wake-up from sleep feature when a motion is detected... if/when I'll get there I'll publish a pull request so you could decide whether to add this feature or not. thanks,
|
Are there any plans to implement transmitting only when the location changes like:
This wil reduce airtime a lot
Regards, Harry
The text was updated successfully, but these errors were encountered: