{ "info": { "author": "Micha LaQua", "author_email": "micha.laqua@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "rpi-rf\n======\n\nIntroduction\n------------\n\nPython module for sending and receiving 433/315MHz LPD/SRD signals with generic low-cost GPIO RF modules on a Raspberry Pi.\n\nProtocol and base logic ported ported from `rc-switch`_.\n\nSupported hardware\n------------------\n\nMost generic 433/315MHz capable modules (cost: ~2\u20ac) connected via GPIO to a Raspberry Pi.\n\n.. figure:: http://i.imgur.com/vG89UP9.jpg\n :alt: 433modules\n\nCompatibility\n-------------\n\nGeneric RF outlets and most 433/315MHz switches (cost: ~15\u20ac/3pcs).\n\n.. figure:: http://i.imgur.com/WVRxvWe.jpg\n :alt: rfoutlet\n\n\nChipsets:\n\n* SC5262 / SC5272\n* HX2262 / HX2272\n* PT2262 / PT2272\n* EV1527 / RT1527 / FP1527 / HS1527\n\nFor a full list of compatible devices and chipsets see the `rc-switch Wiki`_\n\nDependencies\n------------\n\n::\n\n RPi.GPIO\n\nInstallation\n------------\n\nOn your Raspberry Pi, install the *rpi_rf* module via pip.\n\nPython 3::\n\n # apt-get install python3-pip\n # pip3 install rpi-rf\n\nWiring diagram (example)\n------------------------\n\nRaspberry Pi 1/2(B+)::\n\n RPI GPIO HEADER\n ____________\n | ____|__\n | | | |\n | 01| . x |02\n | | . x__|________ RX\n | | . x__|______ | ________\n | | . . | | | | |\n TX | ____|__x . | | |__|VCC |\n _______ | | __|__x . | | | |\n | | | | | | x____|______|____|DATA |\n | GND|____|__| | | . . | | | |\n | | | | | . . | | |DATA |\n | VCC|____| | | . . | | | |\n | | | | . . | |____|GND |\n | DATA|_________| | . . | |________|\n |_______| | . . |\n | . . |\n | . . |\n | . . |\n | . . |\n | . . |\n | . . |\n 39| . . |40\n |_______|\n\n TX:\n GND > PIN 09 (GND)\n VCC > PIN 02 (5V)\n DATA > PIN 11 (GPIO17)\n\n RX:\n VCC > PIN 04 (5V)\n DATA > PIN 13 (GPIO27)\n GND > PIN 06 (GND)\n\nUsage\n-----\n\nSee `scripts`_ (`rpi-rf_send`_, `rpi-rf_receive`_) which are also shipped as cmdline tools.\n\nOpen Source\n-----------\n\n* The code is licensed under the `BSD Licence`_\n* The project source code is hosted on `GitHub`_\n* Please use `GitHub issues`_ to submit bugs and report issues\n\n.. _rc-switch: https://github.com/sui77/rc-switch\n.. _rc-switch Wiki: https://github.com/sui77/rc-switch/wiki\n.. _BSD Licence: http://www.linfo.org/bsdlicense.html\n.. _GitHub: https://github.com/milaq/rpi-rf\n.. _GitHub issues: https://github.com/milaq/rpi-rf/issues\n.. _scripts: https://github.com/milaq/rpi-rf/blob/master/scripts\n.. _rpi-rf_send: https://github.com/milaq/rpi-rf/blob/master/scripts/rpi-rf_send\n.. _rpi-rf_receive: https://github.com/milaq/rpi-rf/blob/master/scripts/rpi-rf_receive\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/milaq/rpi-rf", "keywords": "rpi,raspberry,raspberry pi,rf,gpio,radio,433,433mhz,315,315mhz", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "rpi-rf", "package_url": "https://pypi.org/project/rpi-rf/", "platform": "", "project_url": "https://pypi.org/project/rpi-rf/", "project_urls": { "Homepage": "https://github.com/milaq/rpi-rf" }, "release_url": "https://pypi.org/project/rpi-rf/0.9.7/", "requires_dist": [ "RPi.GPIO" ], "requires_python": "", "summary": "Sending and receiving 433/315MHz signals with low-cost GPIO RF modules on a Raspberry Pi", "version": "0.9.7" }, "last_serial": 4555773, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "4636e09fee653cda9faeb3d182f729bc", "sha256": "af6030560d27c3daf94717af6e3d208c6e6f24451c6d87cc661f69de11ad778e" }, "downloads": -1, "filename": "rpi-rf-0.9.0.tar.gz", "has_sig": false, "md5_digest": "4636e09fee653cda9faeb3d182f729bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3637, "upload_time": "2018-12-03T13:31:39", "url": "https://files.pythonhosted.org/packages/a1/fb/d43321972898946ac20bd1c1dae10b99bd4b269ddd20dd1ec40a29e5c648/rpi-rf-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "790c7bad1547d7292aae2713f89ab083", "sha256": "6363cccc4f135c8fa3bdf76a11dd68ce6f47eae26cdc8f3772f520c206d0a24d" }, "downloads": -1, "filename": "rpi-rf-0.9.1.tar.gz", "has_sig": false, "md5_digest": "790c7bad1547d7292aae2713f89ab083", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3637, "upload_time": "2018-12-03T13:31:40", "url": "https://files.pythonhosted.org/packages/4a/4d/4c7ea3f5a497799cfbe8de41eb17189c607dfb49f67e8b6ea97bcdb11cfd/rpi-rf-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "8e96c2432b680434b59174878c97570d", "sha256": "1660a2698393affc42deefeed594e43036c2b75797fe07dedbed9f1c4ea97505" }, "downloads": -1, "filename": "rpi-rf-0.9.2.tar.gz", "has_sig": false, "md5_digest": "8e96c2432b680434b59174878c97570d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3635, "upload_time": "2018-12-03T13:31:41", "url": "https://files.pythonhosted.org/packages/92/a8/731a01dd9e507e719b6ffef42b0b6dbc26d65eef1b010715962154a37f22/rpi-rf-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "f449f88f522364b2261e1907d9780f72", "sha256": "f0eeb9ffac807155a6bd3218f5cb88401132e13073775f7f61416dfabc702e0e" }, "downloads": -1, "filename": "rpi-rf-0.9.3.tar.gz", "has_sig": false, "md5_digest": "f449f88f522364b2261e1907d9780f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3678, "upload_time": "2016-04-20T14:41:48", "url": "https://files.pythonhosted.org/packages/27/51/b6be8cfe1e8ef642a391b72e137e0ccfdb02b954b6066c4cc4a25141be4a/rpi-rf-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "4f9cb0e09717ef103d603cec3f9ce74d", "sha256": "9d76ef798aaf502da46e5f19829b532971810739696cdd59fcc7e3cdd9758894" }, "downloads": -1, "filename": "rpi-rf-0.9.4.tar.gz", "has_sig": false, "md5_digest": "4f9cb0e09717ef103d603cec3f9ce74d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3825, "upload_time": "2016-04-21T22:27:07", "url": "https://files.pythonhosted.org/packages/5a/49/ffe26cf99a16d1148785ca5a0deda9ef3453453ec6870e4464793a7684a5/rpi-rf-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "f8924f54e42a0badfa52cda1304fca0e", "sha256": "9cca01e60c24bc853119a4ae331d7e55bb7ba131fca09fb3ca2b354bb4825804" }, "downloads": -1, "filename": "rpi-rf-0.9.5.tar.gz", "has_sig": false, "md5_digest": "f8924f54e42a0badfa52cda1304fca0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4542, "upload_time": "2016-04-23T13:50:21", "url": "https://files.pythonhosted.org/packages/d5/ca/79204b2524850939cfaf9e31894757d95a4656a6e39f2597f204507eaebe/rpi-rf-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "4bb571b6e480b270bf008600ba175a1a", "sha256": "73c6550d4b6d8245650ea6006549a320b272d1a7fc60b99b371ae41fef080b4b" }, "downloads": -1, "filename": "rpi-rf-0.9.6.tar.gz", "has_sig": false, "md5_digest": "4bb571b6e480b270bf008600ba175a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5359, "upload_time": "2016-04-25T11:53:41", "url": "https://files.pythonhosted.org/packages/d9/a2/e4d43f773ce20a6950f6fd799cb1ede7feb679fd1c863f0360b24e7ebe97/rpi-rf-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "db2fd6e2c4a092728375ac059334b522", "sha256": "948719fa5a2454f6d5f51f1be47162989314dc537cae5f342bee6a567545162f" }, "downloads": -1, "filename": "rpi_rf-0.9.7-py3-none-any.whl", "has_sig": false, "md5_digest": "db2fd6e2c4a092728375ac059334b522", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7374, "upload_time": "2018-12-03T13:31:38", "url": "https://files.pythonhosted.org/packages/e8/b4/092c00607f8e12670c0ac8cb9d4ec495952726105cc36c879825151630bf/rpi_rf-0.9.7-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db2fd6e2c4a092728375ac059334b522", "sha256": "948719fa5a2454f6d5f51f1be47162989314dc537cae5f342bee6a567545162f" }, "downloads": -1, "filename": "rpi_rf-0.9.7-py3-none-any.whl", "has_sig": false, "md5_digest": "db2fd6e2c4a092728375ac059334b522", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7374, "upload_time": "2018-12-03T13:31:38", "url": "https://files.pythonhosted.org/packages/e8/b4/092c00607f8e12670c0ac8cb9d4ec495952726105cc36c879825151630bf/rpi_rf-0.9.7-py3-none-any.whl" } ] }