Posts with «arduino» label

MR-808 recreates Roland drum machine with robot instruments, puts them in an 808 State (video)

Music lovers will often tell you that Roland's TR-808 gave birth to modern music. Acid house, rap, techno and other genres owe some of their original (and even current) sounds to that synthetic beat. Moritz Simon Geist appreciates the effort, but has built a solution for those who think the drum machine is a little too perfect: his MR-808 installation has robot limbs playing all the equivalent real-world instruments, right down to the cowbell. A laptop musician at the helm sends MIDI input to an Arduino controller that then triggers the robot's instrument motors and matching lights. The effect is a unique mix of flawless cues with imprecise, almost organic sounds -- imagine 808 State or Kanye West replacing each and every machine with a live band and you've got the idea. Although the sheer size of the MR-808 sadly nixes chances you'll ever see one at the local nightclub, it could give any of Geist's recorded music one of the more distinct vibes we've heard.

Continue reading MR-808 recreates Roland drum machine with robot instruments, puts them in an 808 State (video)

Filed under: Robots, Alt

MR-808 recreates Roland drum machine with robot instruments, puts them in an 808 State (video) originally appeared on Engadget on Wed, 07 Nov 2012 18:36:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

Voice controlled TV

As seen in the picture there is an Arduino Uno with a protoshield on top with an IR receiver and IR LED. I undertook this project to learn how we used infra red light to control everyday devices and why it was used so often. I found that the process behind it is actually quite simple and I now have a better understanding of what is happening in the invisible infra red world. The basis of the code was taken from adafruit as this is where I mainly learnt how it all worked.

read more

Rafinho

Primary image

What does it do?

"Internet controlled" robot. HTTP Interface in a external webserver, comunicates with an Arduino Mega with a Ethernet Shield which controls a Wild Thumper Controller via I2C.

In the future, i will use some sonars and program an IA, put some blades to cut the glass :D

Work in progress!

 

 

Soon, i Will post the codes. Both: Arduino Mega and Wild Thumper Controller(some changes to work with I2C)

Cost to build

Embedded video

Finished project

Number

Time to build

Type

URL to more information

Weight

Pantry Light Demo

The pantry light is installed and working perfectly: I'll post code and circuit details eventually, not much to it though.

Weird Eye Robot with the Arduino Starter Kit

[Robotgrrl] made a nice project with the Arduino Starter Kit: The Eye Robot.

It reacts differently when you ‘pet’ it and ‘poke’ it. Beware when it ruffles its brow! It enjoys singing short jingles. Rumour has it that the light up googely eye can peer into your soul.

source [Robotgrrl]

Arduino Blog 06 Nov 17:31

Dumpster diving nets 100 Arduino-powered motor controllers

Never one to pass up the recycle pile at work, [Scott] usually doesn’t find much. A few old hard drives, maybe a ancient laptop every once in a while, but on very rare occasions he finds something actually useful. This latest haul is a gaggle of stepper motor drivers that, with a bit of work, can be reverse engineered and turned into an Arduino.

After prying into one of the plastic-enclosed boards, [Scott] found a LED, a quartet of transistors for powering the motor, and an ATMega168 microcontroller. Interestingly, most of the pins for the 168 were already broken out on the DA15 connector on each controller. The only thing needed was to build a programmer to dump the Arduino bootloader onto these little widgets.

After much trial and error (and building a new programming interface), [Scott] now has 100 Arduinos with a single stepper motor controller built in. He’s already made a toy light cycle rotate on a small stepper (after the break) and blink a LED, but with this many widgets, we’re wondering what crazy contraption [Scott] will come up with.


Filed under: arduino hacks

Arduino Due VGA Signal Out

Photo credit: [Stimmer] on the Arduino Forum

[Stimmer] on the Arduino Forum hardcoded a way to display 160×240 (320×240 after some posts) VGA signal.

After working out how to do a timer interrupt I’ve had a go at making a VGA framebuffer. It is rather low-res at present(160×240) and fuzzy but I hope to be able to improve that. It has 8-bit colour (RRRGGGBB).
I cannot get Eagle to run right now so will have to describe the schematic in text:
Due pin 2 -> VGA pin 13 (HSync)
Due pin 3 -> VGA pin 14 (VSync)

Due pin 25 -> 820R resistor -> VGA pin 3 (blue)
Due pin 26 -> 390R resistor -> VGA pin 3 (blue)

Due pin 27 -> 2k2 resistor -> VGA pin 2 (green)
Due pin 28 -> 1k resistor -> VGA pin 2 (green)
Due pin 14 -> 470R resistor -> VGA pin 2 (green)

Due pin 15 -> 2k2 resistor -> VGA pin 1 (red)
Due pin 29 -> 1k resistor -> VGA pin 1 (red)
Due pin 11 -> 470R resistor -> VGA pin 1(red)

Due pin GND -> VGA pins 5,6,7,8,10

Via [Arduino Forum]

Where should I start with wireless robot-to-computer data transmission?

I'm working on a project where my bot collects some information while traversing a grid. I want to send the findings back to my computer wirelessly as the robot is moving. The range is not far (2-5 metres) and I am on a budget (Up to $20 but the lower the better).

The data I need to relay needs only be three sets of three single digit numbers. I could even condense it to be three 3 digit numbers or one 9 digit number I suppose.

read more

Converting an STL file to Gcode to drive a CNC mill or lathe

As mentioned in my blog, "Multipurpose Mini Machine" DAGU wants to develop a low cost CNC machine kit. The models shown here will not be the final product, they are simply what I used for testing the quality of the components.

Part of the kit will be an Arduino compatible controller. Ok, I know, nothing new so far.

read more

Let's Make Robots 04 Nov 09:20
arduino  card  cnc  dagu  gcode  library  programming  sd  stl  

Updated Pulse Sensors in the Maker Shed

The Pulse Sensor is a great way to incorporate biofeedback into your projects. This upgraded version adds amplification and noise reduction allowing for faster, more reliable heartbeat readings.

Read the full article on MAKE