I have a Siemens Synco Living home automation system. It use KNX RF communication. I want to check all rooms temperature and i want to display it together on an LCD screen.
So how its work?
1. Configure the radio chip
I read many, many, many documentation for find the right configuration values.
Texas Instruments has a nice doc and software for setup the radio.
I downloaded and istalled Smart RF Studio from TI and set up the radio. You not need it, because i write the right parameters here.
I found a panstamp library for Arduino what is handle the cc1101 chip but i made some modification, example the chip conf for KNX-RF.
You will find the right parameters for KNX RF communication in the panstamp library cc1101.cpp
2. Download and install the libraries
You can find CRC and PANSTAMP lib on software tab. Use it.
I attached my SPI lib too if you like check it.
Dont forget, SPI lib has another path:
"c:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI"
3. Run the code
You can find the source code for KNX sniffing on the software tab.
It has my own manchester decoding and has crc check.
So....
Good luck guys!
Comments