Please help.
I have the wifly up and running posting data to a file on my server. However, I don’t know what to do with the data to make readable.
Got data 0D11CF2903D0042E581002FF02E331013130 500f6219
according one of the roving networks guides this data is in chunks:
0D11 CF29 03D0 042E 5810 02FF 02E3 3101 3130 500f6219
This might not be the real place for the question, how do I handle the data? Break it into chunks and then change into decimals or int (temperature and humidity data).
Thanks in advance for any help.