Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/esp8266-oregon-433mhz-oled
Display Oregon Scientific 433Mhz temperature and send it to a server
https://github.com/paulgreg/esp8266-oregon-433mhz-oled
Last synced: about 2 months ago
JSON representation
Display Oregon Scientific 433Mhz temperature and send it to a server
- Host: GitHub
- URL: https://github.com/paulgreg/esp8266-oregon-433mhz-oled
- Owner: paulgreg
- License: gpl-3.0
- Created: 2022-07-31T13:47:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T10:10:12.000Z (6 months ago)
- Last Synced: 2024-07-13T11:26:36.245Z (6 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266 temperature receiver
That project is using an esp8266, an RF module 433Mhz receiver and an OLED screen to get temperature from an Oregon Scientific sensor, to display it on an OLED screen and, can also be sent on a web server.
It uses the great [ErriezOregonTHN128](https://github.com/Erriez/ErriezOregonTHN128) library to fetch and decode Oregon Scientific radio data.
Here’s the [hackaday project page](https://hackaday.io/project/186753-oregon-scientific-sensor-to-internet) with more details and pictures.
## Arduino env
use Board "Wemos D1 mini" to build with Arduino IDE.
Copy `parameters.h.dist` to `parameters.h` and update it with your wifi settings.
You may optionally post data to a server by uncommenting and setting HOST, URL & AUTHORIZATION parameters.
The data will then be posted to a simple server used to save JSON : [json-store](https://github.com/paulgreg/json-store)