Skip to content
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

Add a "Firmware Update Available" notification to the device, based on data sent from the server #67

Open
DeflateAwning opened this issue Dec 10, 2022 · 1 comment

Comments

@DeflateAwning
Copy link
Contributor

I want the device to show that a firmware update is available, when applicable. This can be done by either of the following two options (or both):

  • the device sends its firmware version with each packet to the server, and then the server sends back a bit that says whether a new version is available
  • the server sends, with each packet, a "latest version" data structure, which the device compares to its internal version number

It would be helpful to get feedback about when an update is available. I think it would also be a nice demonstration of how this sort of feedback is possible/easy to implement via LoRaWAN communication.

@disk91
Copy link
Owner

disk91 commented Apr 10, 2023

good idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants