-
Notifications
You must be signed in to change notification settings - Fork 1
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
What us the state? #5
Comments
The protocol is reverse engineered and it should work. At the end I didn't "productize" it into a wi-fi controlled table which was my original goal. |
Ok, thanks a lot. I would like to integrate this to HA using ESPHome. Not all functions are necessary. I would be OK just with "set memory X" functionality. Any suggestion how should the connection between ESP32, control unit, display look like? I guess I would need to connect ESP32 in the middle of those two remaining. So all communication would go trough the ESP32. Or is it possible to connect it in parallel? |
I am not familiar at all with ESPHome so I will need to be educated a bit (bear with me).
Maybe a diagram would be worth here if the above does not make much sense to you. |
My original goal for this project to have a pure arduino implementation. A small ESP based, stand-alone device to which I can send commands over REST API. The hardest work was the reverse engineering. The library to control the protocol is IMO finished. The control code (the "ESP based device") not so much. TBH I don't recall what exactly was the blocker I ran into (there was something smaller) but the most fun here was the reverse engineering. |
I think the path here would be closer to my original idea:
Having ESPHome in this setup does not feel like the right move. |
@mmrazik thanks for the reverse engineering :) one question. Does the table use 5v serial? If yes, I'd have to use some level shifter from 5v to 3v3 to make it work with ESP, right? |
Even if it used 5V you technically do not need a level shifter. serial is open drain protocol so the worst voltage divider on lines is enough. |
Hi, what is the state of this project? Does it work?
The text was updated successfully, but these errors were encountered: