vives-project-xp / MusicLightTiles

Interactive floor tile(s) that can play music and light up when someone stands on it.
2 stars 1 forks source link

Program control and communication section #14

Closed Robbedoes24 closed 1 year ago

Robbedoes24 commented 1 year ago

Create a program to let the controller communicate with the Project master using MQTT.

Robbedoes24 commented 1 year ago

Added initial PlatformIO project to mqtt branch

Robbedoes24 commented 1 year ago

Started with programming the mqtt section:

The following thing to do is test the subscriptionportion of the code.

Robbedoes24 commented 1 year ago

Added WIP documentation of how this project uses mqtt. This includes all topics, there respected payloads and some info about each parameter of the payloads. This document should be moved to the wiki when mqtt is implemented.

Robbedoes24 commented 1 year ago

Updated main.cpp:

Library changes:

General changes:

Robbedoes24 commented 1 year ago

Reviewed the code and everything seems to work as intended.