Metadata-Version: 2.1
Name: nrf24
Version: 1.1.1
Summary: A package enabling communication using NRF24L01 modules.
Home-page: https://github.com/bjarne-hansen/py-nrf24
Author: Bjarne Hansen
Author-email: bjarne@conspicio.dk
License: MIT
Keywords: nrf24l01 iot raspberry arduino
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pigpio

# nrf24 for Python

This package implements 2.4Ghz communication using NRF24L01 modules on a Raspberry Pi using Python via the pigpio daemon.

The code is based on a modified version of some example code found on [StackExchange](https://raspberrypi.stackexchange.com/questions/77290/nrf24l01-only-correctly-retrieving-status-and-config-registers).  The author of the original code is also the author of the ```pigpio``` library found here http://abyz.me.uk/rpi/pigpio/.

I have obtained the original authors approval to modify and distribute the code anyway I want.  So, I have created a very basic Python package and published it on PyPI under a MIT license.

The ```nrf24``` packages depends on the ```pigpio``` package that is available via PyPI as well.

For further information please refer to the github project page at https://github.com/bjarne-hansen/py-nrf24.

