https://github.com/nrf24/circuitpython_nrf24l01
CircuitPython driver library for the nRF24L01 transceiver.
https://github.com/nrf24/circuitpython_nrf24l01
circuitpython nrf24l01 raspberry-pi
Last synced: 8 months ago
JSON representation
CircuitPython driver library for the nRF24L01 transceiver.
- Host: GitHub
- URL: https://github.com/nrf24/circuitpython_nrf24l01
- Owner: nRF24
- License: mit
- Created: 2019-07-26T00:37:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T07:08:52.000Z (8 months ago)
- Last Synced: 2025-05-06T07:54:33.649Z (8 months ago)
- Topics: circuitpython, nrf24l01, raspberry-pi
- Language: Python
- Homepage: http://circuitpython-nrf24l01.rtfd.io/
- Size: 1.9 MB
- Stars: 49
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
.. image:: https://readthedocs.org/projects/circuitpython-nrf24l01/badge/?version=stable
:target: https://circuitpython-nrf24l01.readthedocs.io/en/stable/
:alt: Documentation Status
.. image:: https://github.com/2bndy5/CircuitPython_nRF24L01/workflows/Build%20CI/badge.svg
:target: https://github.com/2bndy5/CircuitPython_nRF24L01/actions?query=workflow%3A%22Build+CI%22
:alt: Build Status
.. image:: https://img.shields.io/pypi/v/circuitpython-nrf24l01.svg
:target: https://pypi.python.org/pypi/circuitpython-nrf24l01
:alt: latest version on PyPI
.. image:: https://static.pepy.tech/personalized-badge/circuitpython-nrf24l01?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads
:target: https://pepy.tech/project/circuitpython-nrf24l01
:alt: Total PyPI downloads
.. image:: https://codecov.io/gh/nRF24/CircuitPython_nRF24L01/branch/master/graph/badge.svg?token=0CKIC3TVB6
:target: https://codecov.io/gh/nRF24/CircuitPython_nRF24L01
:alt: 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