RaspyRFM/README.md

47 lines
952 B
Markdown
Raw Normal View History

2018-04-20 19:44:35 +02:00
# Python files for RaspyRFM
## rfm69.py
2015-09-29 12:16:59 +02:00
interfacing the RFM69
2018-04-20 19:44:35 +02:00
## intertechno.py
2015-09-29 12:16:59 +02:00
controlling remote control sockets
usage example:
2017-03-05 22:54:34 +01:00
```sh
2015-09-29 12:16:59 +02:00
sudo intertechno.py 0000F0000FFF
2017-03-05 22:54:34 +01:00
```
2018-04-20 19:44:35 +02:00
## lacrosse.py
2015-10-05 14:47:14 +02:00
receiving temperature sensors
2018-04-20 19:44:35 +02:00
## hamarx.py
2017-03-05 22:33:40 +01:00
receive hama remote controller for remote control sockets
2018-04-20 19:44:35 +02:00
## logilightrx.py
2017-03-05 22:33:40 +01:00
receive logilight remote control
2017-03-05 22:54:34 +01:00
```sh
2017-03-05 22:51:03 +01:00
sudo ./logilightrx.py
RFM69 found!
INIT COMPLETE
Systemcode 415166 onoff 0 ch 7
Systemcode 415166 onoff 0 ch 7
Systemcode 415166 onoff 0 ch 5
Systemcode 415166 onoff 0 ch 5
2017-03-05 22:54:34 +01:00
```
2018-04-20 19:44:35 +02:00
## logilighttx.py
2017-03-05 22:51:03 +01:00
control remote control sockets
2017-03-05 22:54:34 +01:00
```sh
2017-03-05 22:51:03 +01:00
sudo ./logilighttx.py 415166 1 7 4
RFM69 found!
INIT COMPLETE
2017-03-05 22:54:34 +01:00
```
2018-04-20 19:44:35 +02:00
# Installation
* [Install GPIO](http://sourceforge.net/projects/raspberry-gpio-python/)
2015-12-14 12:02:56 +01:00
Version has to be >= 0.5.4
2018-04-20 19:44:35 +02:00
* [Install SPI for Python](http://www.100randomtasks.com/simple-spi-on-raspberry-pi)
## Product
2015-12-14 12:02:56 +01:00
[Module RaspbyRFM Seegel Systeme] (http://www.seegel-systeme.de/produkt/raspyrfm-ii/)