Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthias-bs/micropython-bresserweathersensorreceiver
- Owner: matthias-bs
- License: mit
- Created: 2023-02-05T10:54:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:11:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:07:22.710Z (almost 2 years ago)
- Topics: cc1101, micropython, weather
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MicroPython-BresserWeatherSensorReceiver
Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for MicroPythonWork 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