Help to Beginner

Begonnen von sevc, 11 Oktober 2014, 12:11:42

Vorheriges Thema - Nächstes Thema

sevc

Hi all.
I'm beginner for FHEM ... then need help how to start..
I make CUL from Arduino Leonardo .. conect to PC .. and all work but I don't have any sensor (soruce of data ). Then I have question.
1. where I can find any small example of sensor (button , termometeretc..) for atmega MCU with CC1101 868Mhz ?? for ATmega328 or 644 or similar .. I want see any report data from CUL .
2. Is possible send data from one CUL to another ??? how ??

Fimrware used in CUL is possible use for MESH network or Star network topology ?? how to start.. there are many infomaton ..but I don't know how to start..
CUL is connected to my Windows 7 .
Want make any small sensor for temperature and state , or control any light if is possible ..

regards.

rudolfkoenig

I am not aware of a simple, open, CC1101 based sensor firmware.
There is a complex one developed in the HomeMatic part of this Forum.

If you want to build a sensor wich communicates to CUL/culfw, then it is best to use one of the already implemented protocols in culfw, e.g. the S300, or the TX2.

sevc

Hi.
Thanks for your small help ..
I have CUL and have sensor board with ATmega328 + CC1101 868Mhz .
I don't want write own firmware .. beter is use existing .. or use format what Fhem in CUL native use ..
I don't know what protocol I need to use because I'm beginner ..
I download source code for CUL 1.61 version .. and there are many project .. and RFBee .. RFBee used ATmega168 but it's OK .. There is implementation RFBee board for culfw .. but I don't know how to start..
I don't have problem with another MCU (ATmega644 or ATmega1284) I have it ..
In source code is directory AirLinked , and there is PWMBOX,RGBBOX,UVCBOX .. is possible use this project???
I don't know why can not understand culfw ..

now I want use PC platform communication .
CUL connect to PC .. PC detect serial port .. Open in y serial port terminal .. and now is my CUL ready ..
If open serial port used by CUL then if write V .. return : V 1.61 CUL868
Now if write command with X (I don't know what parameter) then I can listen RF communication ..
If run any software and set CUL serial port then can start server for FHEM ..
RIght now I want only send any data from another device to CUL and data from CUL to another device.. if possible ..and don't know how to start..
Then is possible to use RFBee from CUL source code or not ??

Best regards.



sevc

Hi. I start FHEMWEB .. work .. but I don't know how to set for connection with CUL in port Serial port 14 ..

regards.