https://github.com/ufechner7/windlogger
Log wind speed into a .csv file
https://github.com/ufechner7/windlogger
Last synced: 10 months ago
JSON representation
Log wind speed into a .csv file
- Host: GitHub
- URL: https://github.com/ufechner7/windlogger
- Owner: ufechner7
- Created: 2022-10-30T09:48:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T16:21:20.000Z (about 3 years ago)
- Last Synced: 2025-01-17T13:16:05.434Z (12 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WindLogger
Program to measure and analog voltage, convert the value to a wind speed and send the measured values
via the serial port.
## Required Hardware
1. UDOO X86
https://www.udoo.org/discover-udoo-x86-ii/
2. Wind sensor, e.g.
https://www.kiwi-electronics.com/nl/windmeter-anemometer-met-analoge-voltage-output-1631
3. Proto shield, cable and connectors
Other Arduino boards can also be used but require adjustments to the build scripts.
### Compile, upload and test
The scripts:
```bash
build.sh
upload.sh
monitor.sh
```
are provided to build, upload and print the output of the program.
### TODO
1. adjust the measurement interval to 1 Hz
### Contact
For questions, send an email to uwe.fechner.msc@gmail.com