Collection of IoT and embedded systems projects. Ther is code for both Arduino and Espressif ESP-IDF. Some initial and basic parts of the projects are taken form code provided by Espressif. Some discussion readme files are created by AI, use with caution.
- Arduino ESP32 Projects → Sketches, hardware interfacing, and libraries. They are fully functional, dont forget to enable the correct libraries and modules.
- ESP-IDF Projects → Firmware, network connections, mqtt, etc. Specific hardware enabled (e.g., ESP32-CAM, ESP32-S3, ESP-S3-WROOM-1).
git clone https://github.com/georgevio/IoT-Embedded.git
cd IoT-Embedded
For Arduino, goto to arduino/ and use the IDE. For ESP-IDF, goto esp-idf/ and use idf.py for compilation.
This project, including the original contributions and modifications, is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial — You may not use the material for commercial purposes.
Please see the LICENSE
file for the full text of the license.