Category: arduino
MAKE | Arduino-Controlled Robotic Arm Packs DIY Servo
Easton LaChappelle, 16, of Mancos, CO, created his own servo by adding a potentiometer to a DC motor, and won a 2nd-place ribbon at the Intel International Science and Engineering Fair. [Via Hacked Gadgets] …MAKE
Arduino Blog » Blog Archive » Touché with Arduino
In his blog, Dzl describes his personal approach toward the development of a system capable to emulate Touché's behavior with Arduino. Currently, the project is still in a early stage, but improvements and further developments are expected …Arduino Blog
Minimal Arduino-based wavetable synth
Multiple synthesizer projects has been done for the Arduino, but few has been able to utilize the full power of the Arduino processor. DZL from GeekPhysical wrote a 4 voice wavetable synthesizer that is one of more advanced software based …Arduino Blog
An Arduino Based Quadruped Robot – Hack a Day
Sure, we see hexapods all the time at HAD, but moving around with four legs can be more tricky kinematics-wise. This Instructable shows you how to make one out of balsa wood.Hack a Day
Sorting Numbers in C for the Arduino board – Stack Overflow
I'm trying to create an array sort three numbers in terms of maximum and minimum. The numbers are in the range of 0 to 255. The result needs to be displayed on eight L.E.Ds on Arduino board. The numbers need to be randomly generated.Recent Questions – Stack Overflow