circuitpython-nrf24l01

Circuitpython driver library for the nRF24L01 transceiver


Keywords
blinka, circuitpython, nrf24l01, nrf24l01+, raspberrypi, driver, radio, transceiver, raspberry-pi
License
MIT
Install
pip install circuitpython-nrf24l01==2.1.3

Documentation

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