Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthias-bs/micropython-bresserweathersensorreceiver

Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for MicroPython
https://github.com/matthias-bs/micropython-bresserweathersensorreceiver

cc1101 micropython weather

Last synced: 17 days ago
JSON representation

Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for MicroPython

Awesome Lists containing this project

README

        

# MicroPython-BresserWeatherSensorReceiver
Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for MicroPython

Work in progress...

Current status:
* CC1101 initialization :heavy_check_mark: -- Compared register contents with [BresserWeatherSensorReceiver](https://github.com/matthias-bs/BresserWeatherSensorReceiver)

* Radio Message Reception :x: -- Seems to fail to detect start of frame

* 6-in-1 Protocol Decoder :heavy_check_mark: -- Tested with some real payloads

* 5-in-1 Protocol Decoder :hourglass: -- Not ported yet