https://github.com/raka-coder/iot-mikrokontroller
IoT Mikrokontroller
https://github.com/raka-coder/iot-mikrokontroller
arduino esp8266 microcontroller
Last synced: about 1 month ago
JSON representation
IoT Mikrokontroller
- Host: GitHub
- URL: https://github.com/raka-coder/iot-mikrokontroller
- Owner: Raka-coder
- Created: 2024-12-26T08:12:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T07:23:36.000Z (about 1 year ago)
- Last Synced: 2025-03-26T08:28:37.620Z (about 1 year ago)
- Topics: arduino, esp8266, microcontroller
- Language: C++
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT Microcontroller Project Collection




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
> ```
---
## Supported Platforms & Boards
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.
---
## Purpose
- 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.
---