Author: Benjamin Kelm Date: 04.01.2023 Name: bWKA - baby WindKraftAnlage (german acronym)
This software has been written for the use of the bWKA hardware, as detailed in this video: "Build your own Wind Turbine - Part 1 (Theory and Design)" by Benjamin Kelm on Youtube
The software does the following:
Note: This project is educational. Do not expect high power outputs, nor expect it to scale to bigger turbines without adaptation.
Target Board: Teensy 4.1 Environment: Teensyduino
ESC is wired up normally to Battery and Motor
KISS ESC 32A is wired to the Teensy in the following way:
The Servo Tester PWM Signal is wired to the Teensy on Pin 14
The program is heavily relying on these two sources:
To compile, the following files from teensyshot need to be in the same directory:
The original idea was to develop an MPPT controller similar to this one. Once I have a current sensor implemented, the code can be adapted to track the maximum power.
This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the MIT License, as published by Scott Chacon and others.