osd-contiki/examples/osd/arduino-windsonic
Ralf Schlatterbeck 7ea0e3b933 Fix Makefiles, remove/fix flash targets
The target "flash" and related stuff is now in the platform makefiles.
2017-08-22 22:29:03 +02:00
..
resources 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
Makefile Fix Makefiles, remove/fix flash targets 2017-08-22 22:29:03 +02:00
project-conf.h added 2017-08-08 14:36:44 +02:00
README.md added 2017-08-08 14:36:44 +02:00
run.sh added 2017-08-08 14:36:44 +02:00
sketch.pde added 2017-08-08 14:36:44 +02:00

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 ;-)