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

use a better way to order the DS18B20s and transmit their IDs using persistent memory? #100

Open
jerabaul29 opened this issue Sep 25, 2024 · 0 comments
Labels

Comments

@jerabaul29
Copy link
Owner

  • have a persistent array in RAM with the IDs ever detected before (ID_detected_array)
  • have in the packet the index in the ID_detected_array, not the 6-bit ID; this can still be 6-bits, or it can be fewer, depending on the number of sensors
  • transmit the 8-bit or 10-bit or 16-bit list of IDs at the end of the message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant