Skip to content
Jan Gromeš edited this page Jun 9, 2020 · 25 revisions

RadioLib Wiki

Universal wireless communication library for Arduino

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 a whole bunch of various wireless modules. Check the Modules page for more information. Not sure where to start? How about Basics and the examples?

Some cool open-source projects which use RadioLib - check them out!

  • RFQuack - "The only versatile RF-analysis tool that quacks!"

    RFQuack logo

  • Meshtastic™ - "An opensource hiking, pilot, skiing, Signal-App-extending GPS mesh communicator"

    Meshtastic logo

  • disaster.radio - "A disaster-resilient communications network powered by the sun"

    disaster.radio logo

  • FOSSASAT picosatellites - "Series of PocketQube satellites designed to create a global low-cost IoT network using spread spectrum modulation technology. "

    FOSSA Systems logo

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