{"id":15018618,"url":"https://github.com/nrf24/circuitpython_nrf24l01","last_synced_at":"2025-05-07T07:21:43.186Z","repository":{"id":37480571,"uuid":"198919419","full_name":"nRF24/CircuitPython_nRF24L01","owner":"nRF24","description":"CircuitPython driver library for the nRF24L01 transceiver.","archived":false,"fork":false,"pushed_at":"2025-05-06T07:08:52.000Z","size":1996,"stargazers_count":49,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T07:54:33.649Z","etag":null,"topics":["circuitpython","nrf24l01","raspberry-pi"],"latest_commit_sha":null,"homepage":"http://circuitpython-nrf24l01.rtfd.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nRF24.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"2bndy5","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/Brendan884"]}},"created_at":"2019-07-26T00:37:49.000Z","updated_at":"2025-04-16T19:16:15.000Z","dependencies_parsed_at":"2023-12-12T00:54:03.976Z","dependency_job_id":"9bc7bc66-f32a-49bf-9d0b-85c0f339d9bd","html_url":"https://github.com/nRF24/CircuitPython_nRF24L01","commit_stats":{"total_commits":523,"total_committers":4,"mean_commits":130.75,"dds":"0.013384321223709361","last_synced_commit":"087057321395a5d1e2fe21b0f58c58504f9c5af9"},"previous_names":["2bndy5/circuitpython_nrf24l01"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FCircuitPython_nRF24L01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FCircuitPython_nRF24L01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FCircuitPython_nRF24L01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FCircuitPython_nRF24L01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nRF24","download_url":"https://codeload.github.com/nRF24/CircuitPython_nRF24L01/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831462,"owners_count":21810808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuitpython","nrf24l01","raspberry-pi"],"created_at":"2024-09-24T19:52:11.662Z","updated_at":"2025-05-07T07:21:43.164Z","avatar_url":"https://github.com/nRF24.png","language":"Python","funding_links":["https://github.com/sponsors/2bndy5","https://www.paypal.me/Brendan884"],"categories":[],"sub_categories":[],"readme":"\n.. image:: https://readthedocs.org/projects/circuitpython-nrf24l01/badge/?version=stable\n    :target: https://circuitpython-nrf24l01.readthedocs.io/en/stable/\n    :alt: Documentation Status\n\n.. image:: https://github.com/2bndy5/CircuitPython_nRF24L01/workflows/Build%20CI/badge.svg\n    :target: https://github.com/2bndy5/CircuitPython_nRF24L01/actions?query=workflow%3A%22Build+CI%22\n    :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/v/circuitpython-nrf24l01.svg\n    :target: https://pypi.python.org/pypi/circuitpython-nrf24l01\n    :alt: latest version on PyPI\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-nrf24l01?period=total\u0026units=international_system\u0026left_color=grey\u0026right_color=blue\u0026left_text=PyPi%20Downloads\n    :target: https://pepy.tech/project/circuitpython-nrf24l01\n    :alt: Total PyPI downloads\n\n.. image:: https://codecov.io/gh/nRF24/CircuitPython_nRF24L01/branch/master/graph/badge.svg?token=0CKIC3TVB6\n    :target: https://codecov.io/gh/nRF24/CircuitPython_nRF24L01\n    :alt: Code Coverage\n\nRead The Docs\n=============\n\nDocumentation for this library is hosted at https://circuitpython-nrf24l01.rtfd.io/\n\nAbout this Library\n==================\n\nThis is a Circuitpython driver library for the nRF24L01 transceiver.\n\nOriginally this code was a Micropython module written by Damien P. George\n\u0026 Peter Hinch which can still be found `here\n\u003chttps://github.com/micropython/micropython-lib/tree/master/micropython/drivers/radio/nrf24l01\u003e`_\n\nThe Micropython source has since been rewritten to expose all the nRF24L01's\nfeatures and for Circuitpython compatible devices (including linux-based\nSoC computers like the Raspberry Pi).\nModified by Brendan Doherty \u0026 Rhys Thomas.\n\n* Authors: Damien P. George, Peter Hinch, Rhys Thomas, Brendan Doherty\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrf24%2Fcircuitpython_nrf24l01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrf24%2Fcircuitpython_nrf24l01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrf24%2Fcircuitpython_nrf24l01/lists"}