Close

1495 Results for "3D%20printing"

  • Coffee time

  • Coffee machine HackProject has been done in Amiqual4Home Equipex Creativity Lab - https://amiqual4home.inria.fr/We worked with ENSIMAG students of Café Sourire ProjectTo hack : Saeco Intelia Coffee MachineDescriptionYou purchased a Saeco Intelia...
  • Head Gesture Recognition

  • Once the system is turned on by an AT switch, the camera starts capturing frames from the user's face/head and the image processing take place through computer vision techniques. The head gesture recognition task is performed by the combination of two...
  • POPgirl Enclosure Build

  • I made a status indicator that notifies me of my body's relative state of arousal! To help me visualize what's going on with the myriad of wearables I have set out to don at once, I've created an arm-mounted screen display that will tell me what I need...
  • 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...
  • Assemble the windvane

  • The WinDIY wind vane is mounted at the end of the device carrier. It should help to align the wind turbine always in the direction of the wind. How you can set up the wind vane is described in the following article. You can find additional infos here: https://nerdiy.de/en/howto-windiy-windfahne-zusammenbauen/...
  • Build the brake actuator

  • This step is actuall not a port of WinDIY. It is more related to the generator you choose to use in the end. But i though it's cool to have it here as a reference how the brake actuator is made and constructed. :)The generator is held by a bracket in...
  • Spectrum Analyser Code

  • SoftwareThe code can be downloaded from the project downloads page. But here it is:#include const static char ASCII[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, // 20 0x00, 0x00, 0x5f, 0x00, 0x00, // 21 ! 0x00, 0x07, 0x00, 0x07, 0x00, // 22 " 0x14, 0x7f,...
  • Code

  • ;P2.0 --------------- Enable LCD ;P2.1 --------------- RS LCD (0 Instrucción, 1 Dato) ;P3.4 --------------- ALTBTN (0 Si no está presionaldo alt, 1 si es que si)E EQU P2.0 RS EQU P2.1 ALTBTN EQU P3.4 DATAAV EQU P3.2 ORG 0000H LJMP INICIO ORG...
  • Assembling the pitch actuator

  • One component that is supposed to make WinDIY more secure is the pitch actuator. It allows the wing’s angle of attack to be changed via a push rod. In case of an emergency (e.g. if the speed is too high) the angle of attack can then be changed so that...
  • Assembling the prepared components

  • So that the construction articles for WinDIY do not become too extensive, I have divided the construction into several articles. A certain component such as the wing built. Of course, these individual components have to be brought together at some point....