/CircuitPython_nRF24L01

CircuitPython driver library for the nRF24L01 transceiver.

Primary LanguagePythonMIT LicenseMIT

Documentation Status

Build Status

latest version on PyPI

Total PyPI downloads

Code Coverage

Read The Docs

Documentation for this library is hosted at https://circuitpython-nrf24l01.rtfd.io/

About this Library

This is a Circuitpython driver library for the nRF24L01 transceiver.

Originally this code was a Micropython module written by Damien P. George & Peter Hinch which can still be found here

The Micropython source has since been rewritten to expose all the nRF24L01's features and for Circuitpython compatible devices (including linux-based SoC computers like the Raspberry Pi). Modified by Brendan Doherty & Rhys Thomas.

  • Authors: Damien P. George, Peter Hinch, Rhys Thomas, Brendan Doherty