-
Notifications
You must be signed in to change notification settings - Fork 43
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
docs issue: What do Freq, NetID and Slots actually mean? #50
Comments
Will try to explain it here a bit just for basic info. Freq is mapped to a defined frequency and after reversed values from the stock system. These are propriatary frequencys from the manufacturer. NetId is a system id and a display will be assigned to one, no other system nearby should have the same one as you would not know on which it is synced to. One slot happens every sync message, the number of slots defines how often a display wakes up in the end. 4 slots means the slot counter will reset each 4th sync and the display wakes up on its slot based on the set display id. Slot All these values will be set to a display on activation so a display needs to be reactivated if any of these values does change. Hope that helps a bit. No bonus points right now for not adding it to the readme currently :) |
I'll try to rephrase that in my own words, to see if I really understood that:
That's definitely important info for the readme! |
Yes that sounds like it is for me as well :) This project was never really finished as there where some turbulences with the manufacturer which did stop me for that time and then another project came around ^^ These days i would do it like with the other system and use one display as AP and only connect uart to the esp32 so its a way more reliable connection |
Cool, thanks. Added it to my docs: https://github.com/Hades32/web-tags/blob/main/docs/setup.md |
Although I could make everything work, I basically just used the default values because I didn't know what they mean (with the exception of the
Offset
, which is mentioned in the readme).It would be nice if the readme would mention:
Freq
(as it's 0-71 it doesn't seem to be an actual frequency)NetID
(it sounds like subnets within the same frequency, but who knows. And can I use multipleNetID
s at the same location? Potentially with a separate esp32)Slots
(Does it limit the number of activated displays or the number of concurrent messages being sent?)Bonus points for then adding a link to the
Settings
section ofindex.html
that points to the readme, so people who normally don't read readmes (e.g. me) will find the information, too.The text was updated successfully, but these errors were encountered: