OR-WindPredicition / WindPredictionAPI

1 stars 0 forks source link

Race for a dataset from turbine speeds #13

Open JVerbruggen opened 3 years ago

JVerbruggen commented 3 years ago

We should get turbine measurements asap for starting with training our model. How are we going to achieve this?

Niekvandam commented 3 years ago

As the turbine itself will probably not be installed in the near future, the second best option is to simulate the wind power as referenced in the temporary solution wiki.

I am currently working on setting this up with the use of an ESP32 board and an anemometer, although these do not seem to be cooperating as well as expected so far. If it doesn't work before the end of the week I will try to contact a technology student about the matter.

Niekvandam commented 3 years ago

When trying to create the new dataset based on the ESP32 I have run into trouble when attempting to read the output from the anemometer. The ESP32 does not seem to pick up any of the outputted signals from the anemometer. The next attempt will be to check whether or not this issue still prevails when using alternative boards.