Skip to content
Jan Gromeš edited this page Mar 17, 2019 · 25 revisions

RadioLib Wiki

Universal wireless communication library for Arduino

Radio Shield

RadioLib allows its users to integrate all sorts of different wireless communication modules into a single consistent system. Want to add a Bluetooth interface to your ZigBee network? Sure thing! Need to connect LoRa network to the Internet with a GSM module? RadioLib has got your back!

RadioLib was originally created as a driver for RadioShield, but it can be used to control any of the following modules. Click the module drawing for more information!

CC1101 Breakout ESP-07 Breakout HC-05 Breakout JDY-08 Breakout nRF24 Breakout RF69 Breakout SIM800C Breakout SX1272 Breakout SX1278 Breakout

Not sure where to start? How about Basics and the examples?

Work in progress warning!
This library is still early in developement. New core features might be added and the ones that are implemented might be changed at any moment! Watch this repository for progress updates.

This is not the shield you are looking for!
If you're looking for the shield to use with this library, it has its own repository: https://github.com/jgromes/RadioShield

DISCLAIMER
This library is provided 'AS IS'. See License for details.

Clone this wiki locally