At this moment I am quit new to the arduino. Because of a personal home domotica project I would like to use a arduino uno to receive and display the temp data from my sensors (type Carrin KW9010 -> http://www.carrin.com.hk/products/kw9010.htm)
I am using the arduino uno with a Velleman RX433 receiver.
I have looked at the different weather station project in this forum, but don't get the information I need.
I need a script which is able to detect the transmission of the sensor, and display this transmission on the serial port.
I am able to display the received data on the serial port, but don't know how to find the data transmission with a script, and after that wait for the next transmission...
Below a part of the total received data which I believe has the transmission in it... The actual data is more or less highlighted because I can't figure out where the actual data starts / stops..
11111111111111111111111111111111111111111111111111111111111100001100000111111111111111
1111111111111111111111111111111111111111111111111111100001100001111111111111111111111111111111111111
1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
1111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
1111111111111111111111111111111011111111111111111101111111111111111111111111111111111101111111111111
111111111111111111111111111110110111111111011111111111[glow]1101011001101110111111111111111110111110111011
1101111111111100010011111111111111111110001111100111101111110111011111111111110111001101111111110100
1111111000111110111101111111110001101110110010000111010001111111110110010110111011011111010100111111
1111011101111100110111001011111111011100010111011100111011000100100010011011111001101001110110011010
1101110010101000001111111011100111100011110110111011111000011000100111011010011110111011001111100101 [/glow]
0110100110011101100100010000011100001110011110000000100000100110010110100010001100100111010001000101
0001001100000000000000000000001100101001000000100000011000101100000000000000001000000000000010100000
0000000000100010011000000000000001000010010000010000000000000100111000000101100000000000000100101010
0000000001000100110010000100100010000100000001000000000010010001010011011001000000000000000000000000
0100100000010000000100000000000010100001000011010000100001000100001000000000011110001000000000000000
0100000100000010000000000100000010000000000010110010000000000001000000110000100001000010001001101000
With kind regards,
Peter