This repository contains source codes, docs, notes, etc. for my Graduation Research 1.
Supervisor: Dr. Truong Thi Dieu Linh (Department of Computer Engineering, B1-801)
- Learn about the basics of Arduino, ARM, and programming for embedded systems;
- Set up basic circuits for reading data from sensors;
- Using MQTT protocol to publish data from sensors and subscribe to fetch the data remotely .
pub.ino
is the C++ code for Arduino Uno to publish data from sensors to MQTT broker;sub.py
is the Python code to subscribe to the MQTT broker and fetch the data from sensors;report.pdf
is the report for this research.
MQTT Public Broker, TCP Port 1883