/
Lab 23. Play to MQTT
Lab 23. Play to MQTT
Create a Node-RED flow which displays data from your mote
describe what you did
create a Node-RED flow which sends data to your mote
To send data to a mote, you need to publish an MQTT message on topic aiotacademy/sendData
in the following format:
XXYYZZ hello
where XXYYZZ
corresponds to the last 3 bytes of your mote mac address and hello
is the message payload.
describe what you did in Node-RED to send the data to your mote and what you did on the microcontroller to access the received data
, multiple selections available,
Related content
Lab 13. Crash-course on MQTT
Lab 13. Crash-course on MQTT
More like this
Lab 15. Receiving mote data over MQTT
Lab 15. Receiving mote data over MQTT
More like this
Lab 14. Publish/Subscribe with MQTT
Lab 14. Publish/Subscribe with MQTT
More like this
Lab 22. connect Play to the network
Lab 22. connect Play to the network
More like this
Lab 28. Joining with EDHOC
Lab 28. Joining with EDHOC
More like this
Lab 25. Common Join Key
Lab 25. Common Join Key
More like this