Close

2552 Results for "8-bit cpu"

  • Raspi Newspaper Synthesizer/Reader

  • Now we need to add a file that is missing from the tts repositories. Fortunately Google themselves make it available but it needs some modifications to make it work with the Raspi port. You can find the file at https://android.googlesource.com/platform/external/svox/+/9b08cc440f25c4722ca112642be87053fc47f918/pico/tts/com_svox_picottsengine.cpp...
  • Instructions

  • Best Budget DIY GPS/GNSS Base Station using the UM980 and a ESP32Introduction The ESP32 is a versatile microcontroller renowned for its WiFi and Bluetooth capabilities. In this guide, we’ll walk you through setting up the your ESP32 development board...
  • Build the turret mount

  • The turret supports the turbine and the superstructure on the standpipe so that it can be rotated 360°. A slip ring is also integrated in it to transfer the generated energy to the non-rotating part of WinDIY. How you can proceed building the turret...
  • Assemble the Wind Turbine’s Wings

  • An important component of WinDIY are certainly the wings. They absorb the energy of the wind and convert it into a rotary motion, which in turn feeds the generator and thus produces energy. Of course, the wings should be as light as possible. At the...
  • Upload the Source Code to Arduino

  • Here’s the programming rationale behind the code, which you can download from the project files. The main idea is to generate a punchline that does never matches the joke. This makes the whole sentence not particularly funny, and probably confusing. ...
  • Build the hub including mechanics

  • At one point or another I have probably already mentioned that it was important to me to be able to control WinDIY safely and to be able to limit its speed in an emergency. This is why I developed a mechanism which allows to adjust the angle of attack...
  • WinDIY – Assemble the main axis

  • The main axis is the axis in which the wind turbine will later rotate. It must therefore bear the weight of the blades including the hub and at the same time absorb the forces generated by the wind. Last but not least, it should rotate smoothly. A critical...
  • Arduino Code

  • It's in the GITHUB! The code comes down the these smaller steps: MQTT handling and Button handling. Let's do button handling first. I made a simple button object with the pin number, button press boolean, and button count. struct Button { const uint8_t...
  • The basics - know your options

  • In this instruction I will talk about hardware options and potential usage ideas of the components. I will not go in the exact details and scientific explanations - there is not need for it because there are tons of excellent articles about all of them...