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

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

Awesome Lists containing this project

README

          

# IoT Microcontroller Project Collection

![GitHub repo size](https://img.shields.io/github/repo-size/Raka-coder/iot-mikrokontroller)
![GitHub](https://img.shields.io/github/license/Raka-coder/iot-mikrokontroller)
![Last Commit](https://img.shields.io/github/last-commit/Raka-coder/iot-mikrokontroller)
![GitHub issues](https://img.shields.io/github/issues/Raka-coder/iot-mikrokontroller)

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.

---