Close

668 Results for "arduino"

  • Collection of Arduino Tutorials

  • Getting Started with Arduino by Arduino.ccLearn Arduino by Simon Monk at AdaFruit.comArduino Tutorials by Jeremy Blum at Element14.comArduino Lessons by TopTechBoy.comArduino Tutorials by John Boxall at TronixStuff.comArduino Workshop for Beginners by...
  • CNC milling machine

  • The CNC machine was built with NEMA-23 stepper motors driven using a microstep driver. The control was implemented through Arduino with a pre-existing library.
  • using uGFX in Arduino

  • uGFX is configured by a few header files which set flags and parameters for its submodules. The main configuration is done in gfxconf.h, which must be somewhere in the compiler's include path for uGFX to find. gfxconf.h sets things like submodules to...
  • ROBOT ARM

  • The controller is an arduino mega and a few lm298 motor driver boards, with a raspberry pi to guide the movement through gcode-like commands. The arm uses DC motors and encoders, with terribly-tuned pid loops, and an underpowered microcontroller to run...
  • WiFi Controlled Curtains

  • The goal of this project is to create a lower cost alternative to motorized curtain rods, as well as making curtains WiFi controllable. The current set up uses a NodeMCU and LLC as a pseudo WiFi shield. Because of this, there are two Arduino sketches....
  • protoBox

  • The batteries that keep the box alive are two sets of 11.1 lipo taken from old notebooks(4400mAh each) in parallel, they can supply power for a long time .The protoBox supplies 12V, 3.3V and 5V(USB or connector).By the way, most of the connectors are...
  • Holo clock

  • The driver board of the clock is based on a attiny2313 and a uln2803 .The attiny is programmed using the arduino ide and a arduino as the programmer. The driver board turns on the motor every minute and turns the minute ring by one minute and then turns...