This repository contains a collection of Internet of Things (IoT) projects using various microcontrollers and popular platforms.
Suitable for learning, experimentation, and further development in automation, smart home, and cloud-based notification systems.
Example project folder structure:
project-name/ ├── src/ # Main source code (e.g. .ino, .c, .cpp) ├── schematic/ # Circuit schematics (Fritzing, PNG, etc.) └── README.md # Brief project description & usage instructions
Projects in this repo may use various boards and platforms, including:
- ESP8266 / ESP32
- Popular IoT platforms: Blynk, Arduino IoT Cloud, Sinric Pro, etc.
- Cloud & notification integration: WhatsApp, Google, Alexa, Telegram, etc.
Each project folder contains specific information about the board and platform used in its respective README.
- To serve as a reference for IoT projects based on microcontrollers.
- To document experiments with various cloud platforms & boards.
- To make it easier for anyone to learn, try, or develop their own IoT projects.