{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-rfm69/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/rfm69/en/latest/\n :alt: Documentation Status\n\n.. image :: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_RFM69.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_RFM69\n :alt: Build Status\n\nCircuitPython RFM69 packet radio module. This supports basic RadioHead-compatible sending and\nreceiving of packets with RFM69 series radios (433/915Mhz).\n\n.. note:: This does NOT support advanced RadioHead features like guaranteed delivery--only 'raw' packets are currently supported.\n\n.. warning:: This is NOT for LoRa radios!\n\n.. note:: This is a 'best effort' at receiving data using pure Python code--there is not interrupt\n support so you might lose packets if they're sent too quickly for the board to process them.\n You will have the most luck using this in simple low bandwidth scenarios like sending and\n receiving a 60 byte packet at a time--don't try to receive many kilobytes of data at a time!\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nUsage Example\n=============\nSee examples/rfm69_simpletest.py for a simple demo of the usage.\nNote: the default baudrate for the SPI is 5000000 (5MHz). \nThe maximum setting is 10Mhz but \ntransmission errors have been observed expecially when using breakout boards.\nFor breakout boards or other configurations where the boards are separated,\nit may be necessary to reduce the baudrate for reliable data transmission.\nThe baud rate may be specified as an keyword parameter when initializing the board.\nTo set it to 1000000 use :\n\n.. code-block:: python\n\n # Initialze RFM radio\n rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rfm69 --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_RFM69", "keywords": "adafruit rfm69 packet radio hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-rfm69", "package_url": "https://pypi.org/project/adafruit-circuitpython-rfm69/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-rfm69/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_RFM69" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-rfm69/1.2.5/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for RFM69 packet radio.", "version": "1.2.5" }, "last_serial": 4701318, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "dd84e36c24d325c0221ef3fb1840fd1e", "sha256": "b38e0e4206f256d3554ee14eab47d75449cca0d1c0192ce701ec5eaa99d3bfe9" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.0.tar.gz", "has_sig": false, "md5_digest": "dd84e36c24d325c0221ef3fb1840fd1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29691, "upload_time": "2018-08-07T23:04:28", "url": "https://files.pythonhosted.org/packages/63/ba/ec14c32a70277ce41d496873adaeb373d95b3226860a831c54569378eac6/adafruit-circuitpython-rfm69-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "c59666b14dd072eda08dee3b1785f2c2", "sha256": "be4af55cf3a0232494e9511d5cf8aa3b954d7a99b00a8e725f28002c5a0a9915" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.1.tar.gz", "has_sig": false, "md5_digest": "c59666b14dd072eda08dee3b1785f2c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29687, "upload_time": "2018-11-12T17:37:47", "url": "https://files.pythonhosted.org/packages/07/6f/3473c7c0f30544429303a6beda21b6542f2b2e83c5cd3d4416b53556a08a/adafruit-circuitpython-rfm69-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "e456e4b1b70063505ef7c919c2afe71d", "sha256": "b5830303ef42d1ebcf226ae5f238835acd8fb559db62e077b2c6b6bfe2f4dbaf" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.2.tar.gz", "has_sig": false, "md5_digest": "e456e4b1b70063505ef7c919c2afe71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29752, "upload_time": "2018-11-17T20:45:19", "url": "https://files.pythonhosted.org/packages/fb/35/d35cf638e2048a1a7b857c635641c0f314781cc6f55c37496f3905b83477/adafruit-circuitpython-rfm69-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "69545bf5f3d93332f7ff3777d0eed2f5", "sha256": "2932470b8eca24d2f50b298d4d998fb6d761962533bed71238bcb22d0bf9bf44" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.3.tar.gz", "has_sig": false, "md5_digest": "69545bf5f3d93332f7ff3777d0eed2f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30172, "upload_time": "2018-11-19T17:36:20", "url": "https://files.pythonhosted.org/packages/cc/a6/55b160315cf0dfa422753f8ec7dd3ead8a8389718293eb59a819744a782d/adafruit-circuitpython-rfm69-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "0bc0e4c7671f039d17a13ce45a69ea90", "sha256": "c4f30535b713bcc5a875ac9ad5b536ada8320ddda3ffb2341976fb0ed253c519" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.4.tar.gz", "has_sig": false, "md5_digest": "0bc0e4c7671f039d17a13ce45a69ea90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29552, "upload_time": "2018-12-30T21:42:03", "url": "https://files.pythonhosted.org/packages/48/0b/7bca538d60b7a0247a462fcf22f0a3c3d86308a1da604f3a76004921637e/adafruit-circuitpython-rfm69-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "c09d63dd616f93a9360f1e5bdb0b8708", "sha256": "7f0c215eaf73389a7c3b2c497a3ad480c408cabec79368b23caaa943baff9aef" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.5.tar.gz", "has_sig": false, "md5_digest": "c09d63dd616f93a9360f1e5bdb0b8708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29613, "upload_time": "2019-01-16T03:14:00", "url": "https://files.pythonhosted.org/packages/2f/77/52e660dea136b11df4352e8621c2fc2b2222b05ed068be1ca02334557708/adafruit-circuitpython-rfm69-1.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c09d63dd616f93a9360f1e5bdb0b8708", "sha256": "7f0c215eaf73389a7c3b2c497a3ad480c408cabec79368b23caaa943baff9aef" }, "downloads": -1, "filename": "adafruit-circuitpython-rfm69-1.2.5.tar.gz", "has_sig": false, "md5_digest": "c09d63dd616f93a9360f1e5bdb0b8708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29613, "upload_time": "2019-01-16T03:14:00", "url": "https://files.pythonhosted.org/packages/2f/77/52e660dea136b11df4352e8621c2fc2b2222b05ed068be1ca02334557708/adafruit-circuitpython-rfm69-1.2.5.tar.gz" } ] }