osd-contiki/examples/osd/arduino-windsonic
Marcus Priesch 80388188f7 fixed analog pin & compiling issues 2017-11-05 14:22:13 +01:00
..
resources added 2017-08-08 14:36:44 +02:00
Makefile fixed some issues, added ota-update 2017-10-05 16:56:10 +02:00
README.md added 2017-08-08 14:36:44 +02:00
arduino-example.c added 2017-08-08 14:36:44 +02:00
flash.sh added 2017-08-08 14:36:44 +02:00
project-conf.h fixed some issues, added ota-update 2017-10-05 16:56:10 +02:00
run.sh added 2017-08-08 14:36:44 +02:00
sketch.pde fixed analog pin & compiling issues 2017-11-05 14:22:13 +01:00

README.md

Access to Gill Windsonic Anemometer

We use the second serial port to receive data from the Gill Windsonic ultrasonic anemometer:

http://gillinstruments.com/products/anemometer/windsonic.htm

The Windsonic needs to be set up properly to send data periodically (every two seconds in my setup) in the Polar Format with fixed CSV sizes at 9600 baud.

I used a MAX3323EEPE to translate the RS232 from Windsonic to Merkurboard 3.3V levels.

The complete setup is driven by a 12V solar charged acid battery. The /power_supply ressource measures the voltage level on the input. The voltage is measured by a simple 1M/100k voltage divider directly connected to the merkurboard.

A small DC/DC converter is used to power the merkurboard.

Next step maybe put the merkurboard and MAX3323 in the Windsonic's case to have the first open source ipv6 addressable windsonic on earth ;-)