Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T06:00:34.000Z (3 months ago)
- Last Synced: 2024-12-13T20:18:03.271Z (about 2 months ago)
- Topics: circuitpython, nrf24l01, raspberry-pi
- Language: Python
- Homepage: http://circuitpython-nrf24l01.rtfd.io/
- Size: 1.85 MB
- Stars: 46
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- 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 CoverageRead 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