Welcome to the IoT project! This repository contains various example codes and tests for Internet of Things (IoT) applications that I needed and developed. It also serves as a personal repository to store useful snippets and implementations that can be integrated into my IoT projects. Each example demonstrates specific functionalities tailored to my requirements.
The IoT project aims to provide a collection of code samples and testing frameworks for developing IoT applications, all of which have been thoroughly tested and are fully functional. Whether you are working on sensor integration, data transmission, or device control, this repository has something to offer.
Project | File Name | Description |
---|---|---|
[ESP8266] Battery meter | battery-meter.ino | Battery voltage and percentage measurement. |
[ESP8266] LoRa transmitter | esp8266-lora.ino | Simple data transmission with LoRa using SX1278. |
[ATMEGA328] LoRa Water tank level meter | atmega328-water-level.ino | Monitoring water tank levels and transmitting data with SX1278. |
Contributions are welcome! If you have suggestions for improvements or additional examples, please create a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for checking out the IOT project! We hope you find the examples helpful in your IoT development journey.