ESP32-MDB Library Compatibility and MQTT Integration Query #16
Closed
hassan7khanani
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am evaluating the esp32-mdb codebase for a project and have two primary questions:
Compatibility: Does the esp32-mdb library fully support the MDB Standard v4.3?
Architecture: I plan to implement a system where the ESP32 acts as an MDB slave to:
Poll the vending machine for its status and inventory levels.
Publish this data via MQTT to a broker.
Subscribe to an MQTT topic to receive commands, which it will then translate into MDB commands to initiate a product vend.
Can the library facilitate this bidirectional MDB/MQTT bridge functionality?
Beta Was this translation helpful? Give feedback.
All reactions