First working prototype to manage anemometer data
- Philippe

- Sep 16
- 1 min read

The first prototype is functional:
It recovers the input voltage from the voltmeter (simulated here while waiting for the anemometer)
It translates the tension into wind speed by a configurable law
It has an autonomous power supply by a small 3.7V Lipo battery which recharges via USB
It broadcasts the following data:
Object type: anemometer
Anemometer ID
Measured Wind Speed
Timestamp

The data sent by the anemometer is received by a display on the remote control, at the same time as the data from the boat, to cross-reference wind speed and boat speed.
The "Record" button allows you to record real-time data on an SD card, so that it can be analyzed later.

The boat's GPS is also functional:
It now has a self-contained power supply and no longer depends on the boat's main battery
It also sends the GPS location and speed of the boat to the display module at the remote control.



Comments