Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayo-ajayi/iot-sensor
https://github.com/ayo-ajayi/iot-sensor
cpp golang nodemcu-esp8266 plaformio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayo-ajayi/iot-sensor
- Owner: ayo-ajayi
- Created: 2023-11-17T20:11:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:05:39.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:10:34.878Z (9 months ago)
- Topics: cpp, golang, nodemcu-esp8266, plaformio
- Language: JavaScript
- Homepage:
- Size: 5.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IOT Sensor
## Description
This is an IOT sensor that sends data to a server. The sensor is a C++ script that sends data to a server. The server is a golang server that receives data from the sensor and stores it in a database. The server also has endpoints that return the data in the database.## Hardware
- NOdeMCU ESP8266
- DHT22 Temperature and Humidity Sensor## Software
- PlatformIO
- Golang
- C++
- MongoDB### Author
- [Ayomide Ajayi](https://github.com/ayo-ajayi)