Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barafael/hc12-at-rs
Driver for the hc-12 radio transceiver serial module.
https://github.com/barafael/hc12-at-rs
Last synced: 5 days ago
JSON representation
Driver for the hc-12 radio transceiver serial module.
- Host: GitHub
- URL: https://github.com/barafael/hc12-at-rs
- Owner: barafael
- License: apache-2.0
- Created: 2021-01-24T20:12:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T23:10:31.000Z (11 months ago)
- Last Synced: 2024-08-09T03:07:47.936Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust embedded-hal driver for hc12 radio module
[![.github/workflows/rust.yml](https://github.com/barafael/hc12-at-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/barafael/hc12-at-rs/actions/workflows/rust.yml)
Driver for the hc-12 radio transceiver serial module.
For driver, see hc12-at/. For example running on raspberry pi, see hc12-example-raspi/.
# IMPORTANT NOTE
In some countries/regions, some of the technically valid configurations of this module are legally prohibited.
For example, in germany transmission power above 25mW or hc12 channels other than 1, 2, 3, 4 are prohibited.
The very good reason being that we all want to be able to reliably use our equipment.## Blog post
https://barafael.github.io/A-Platform-Agnostic-Driver-for-the-HC12-serial-radio-module/