During the development of this project, the goal was to create a compact Industrial IoT edge node capable of performing real-time sensing and communication similar to systems used in modern smart factories. Using the STM32L475 IoT Node, onboard environmental sensors were interfaced to continuously monitor temperature and humidity values.\n\nThe project began with configuring the onboard HTS221 sensor and establishing UART communication for local serial monitoring. Once stable sensor readings were achieved, MQTT communication was integrated using the onboard WiFi module to publish live temperature data to a public MQTT broker. One of the main challenges faced during implementation was configuring the network middleware and ensuring stable MQTT connectivity while maintaining continuous UART transmission.\n\nAfter debugging sensor initialization issues and correcting UART baud rate mismatches, the system successfully demonstrated simultaneous sensor acquisition, MQTT cloud publishing, and UART monitoring in real time. The final implementation reflects a practical Industrial IoT architecture where embedded edge devices collect environmental data, communicate with remote platforms, and provide local monitoring capabilities for industrial environments.
Smart Sensor Data Publishing Node using STM32L475 and MQTT
This project demonstrates a smart Industrial IoT edge node built using the STM32L475 IoT Node that continuously reads onboard environmental
Read more











Comments