Hi,
I had this idea of connecting a RF transmitter (capable of sending on 868.3Mhz) to take over the remote control of my home's windows blinds. Currently this is done by individual RF controllers from Niko, called Easywave systems.
Programming Niko's pulses and possible encryption/algorithms aside my first hurdle is finding compatible RF transmitters for the Pi. I found two boards who have the capabilities but have no clue if they are compatible with the Pi:
http://www.semtech.com/wireless-rf/rf-transmitters/sx1240/
http://www.hoperf.com/rf_fsk/fsk/RFM42B.htm
Would this even be possible on the Pi ?
thanks for your input folks.
RF transmitter for 868.3Mhz (Niko EasyWave)
4 posts
- Posts: 2
- Joined: Wed Jun 27, 2012 9:45 am
I've no idea if it will be compatible with Niko Easywave, but you receive a USB<->868MHz RF dongle as part of the TI Chronos dev kit:
http://uk.farnell.com/jsp/search/produc ... 1779157-pr
This works perfectly with the RPi with a simple /dev/ttyACM0 interface:
http://www.designspark.com/content/usin ... spberry-pi
And if you can't get it to work with Niko, there's lot's of other interesting stuff to play with:
http://processors.wiki.ti.com/index.php/EZ430-Chronos
http://uk.farnell.com/jsp/search/produc ... 1779157-pr
This works perfectly with the RPi with a simple /dev/ttyACM0 interface:
http://www.designspark.com/content/usin ... spberry-pi
And if you can't get it to work with Niko, there's lot's of other interesting stuff to play with:
http://processors.wiki.ti.com/index.php/EZ430-Chronos
- Posts: 57
- Joined: Mon Nov 28, 2011 10:08 am
I suggest you look at Ciseco's http://shop.ciseco.co.uk/ XFR which is a 868Mhz transceiver (TI C1110 chip) they are fairly cheap at around £10. They can be reprogrammed because it contains on an onboard MCU. I've been using these for my custom Alarm project http://jas-hacks.blogspot.co.uk/2012/04/nano-sl5-alarm-panel.html. You can easily interface to the Pi using the onboard Uart interfaces as I have done.
- Posts: 22
- Joined: Mon Feb 06, 2012 12:51 pm
Thanks for the swift responses guys !
- Posts: 2
- Joined: Wed Jun 27, 2012 9:45 am