RaspyRFM/README.md

40 lines
929 B
Markdown
Raw Normal View History

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