Table of Contents
- Found under \Build.
- Found under \Documentation.
- Found under \Sources\Unity.
- Found under \Sources\Arduino.
- Found under \Sources\Arduino\libraries.
- To use them, copy these into folder C:\Users\USERNAME\Documents\Arduino\libraries.
- Found under \Sources\Eagle.
- Install Mosquitto MQTT broker on a local PC (found under \Sources_Mosquitto MQTT Broker).
- Replace the "mosquitto.conf" in the mosquitto installation folder with the "mosquitto.conf" file (found under \Sources_MosquittoMQTTBroker).
- Run the Command Prompt as administrator and type "net start mosquitto" to start the mosquitto MQTT broker locally ("net stop mosquitto" to stop).
- Install MQTT.fx (found under \Sources_MQTTFx).
- Click on the options icon, if installed on the same computer as the MQTT broker, set the Broker Adress to "127.0.0.1" and the Port to "1883".
- Click on Connect.
- Now you are able to Subscribe and Publish to Topics.
- For this project the two topics used are "M2MQTT_Unity/test/ESPXY/outTopic" (messages from the ESP) and "M2MQTT_Unity/test/ESPXY/inTopic" (messages from Unity / the application).
