An open API service indexing awesome lists of open source software.

https://github.com/nafiealhilaly/esp-ros-clone

This project mimics the functionality of the ROS framework for learning purposes.
https://github.com/nafiealhilaly/esp-ros-clone

esp32 freertos iot ros2

Last synced: 2 months ago
JSON representation

This project mimics the functionality of the ROS framework for learning purposes.

Awesome Lists containing this project

README

          

This IoT project utilizes the ESP32 microcontroller alongside the [ESP-IDF](https://github.com/espressif/esp-idf) framework.

The ESP32 receives temperature data from multiple Microcontrollers internal tempeature sensors and reports this information to the corresponding topic on the MQTT broker. Various services will monitor the temperature data and take action based on their specific functions, such as activating fans or sending notifications, among other tasks.

This project mimics the functionality of the [ROS framework](https://www.ros.org/) for learning purposes.