Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Can AuriolDuino Receive Data From Fine Offset Sensors?
#4

(06-02-2016, 11:31)AllyCat Wrote:  The data tranmission format(s) that Weatherduino can use is also of interest to me. My own project is a homebuilt "Solar Sensor" that is "Fully Compatible" with the FO "Solar Pod" (i.e. it will transmit the standard 8-byte FO data packet). It might be possible to arrange my software to also transmit WeatherDuino format data (when I discover what it is), but that will be ever further along my (very slow) development path. Sad

Hi Alan,

For data transmission WeatherDuino uses the Arduino VirtualWire library.
Basically messages are sent with a training preamble, message length and checksum. Messages are sent with 4-to-6 bit encoding for good DC balance, and a CRC checksum for message integrity.
Payload message can be up to 80 bytes.

You can find more info about it here:
http://www.airspayce.com/mikem/arduino/VirtualWire/

Currently I know nothing about the FO protocol, but if possible with the receiver already used, maybe in future I could make something to make the WeatherDuino compatible with your Solar Sensor.



Messages In This Thread
Can AuriolDuino Receive Data From Fine Offset Sensors? - by ken66 - 05-02-2016, 04:36
RE: Can AuriolDuino Receive Data From Fine Offset Sensors? - by werk_ag - 05-02-2016, 19:25
RE: Can AuriolDuino Receive Data From Fine Offset Sensors? - by AllyCat - 06-02-2016, 11:31
RE: Can AuriolDuino Receive Data From Fine Offset Sensors? - by werk_ag - 07-02-2016, 19:37
RE: Can AuriolDuino Receive Data From Fine Offset Sensors? - by AllyCat - 12-02-2016, 18:21



Users browsing this thread: 1 Guest(s)