Section 2
Data capture and messaging - supervised by Mick CoreProject 2
For this project, the goal is to use Node.js on the Raspberry Pi to read data from an Arduino. The data will be structured and published as a JavaScript string to a Message Queue Telemetry Transport (MQTT) server. A subscriber will then read this data and convert it into a JavaScript Object Notation (JSON) string.
read moreCloudMQTT, Mosquitto and Node.js
This post goes through through the process of setting up CloudMQTT, subscribing/publishing using mosquitto, and installing Node.js to use MQTT.
read more