J-Rios / Arduino-RFScomm

Arduino library for secure RF communication with Manchester encode and AES-256 encryption
GNU General Public License v3.0
4 stars 3 forks source link

Arduino_RFScomm

Arduino RFScomm (Radio Frequency Secure Communication) is a library for RF (315Mhz & 433MHz) communication with Manchester encoding and AES-256 secure encryption.

Library sources:

- Developed RFScomm sources.
- AES-256 sources from AVR-CryptoLib (https://wiki.das-labor.org/w/AVR-Crypto-Lib/en).
- Manchester sources from Arduino Manchester library (https://mchr3k.github.io/arduino-libs-manchester/).

Target devices:

- ATmega128
- ATmega328
- ATMega32U4
- ATtiny84
- ATtiny85