Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)