Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

Change a LED via the web

Change a LED via the web

Ladyada writes – Here is an example of how to make a cool Internet application using the XPort shield I recently released. This is very simple, but its a good example of getting and outputting data. Basically the Arduino serves up a webpage with a bunch of nice javascript code that allows you to select […]

Sculpture responds to virtual violence

Sculpture responds to virtual violence

Adam sent word of this interesting piece – A physical manifestation add-on for a first-person-shooter game, Riley C Harmon’s “What it is without the hand that wields it” – Custom electronics based on an Atmega8/168 micro-controller are connected to a PC running a dedicated Counter-strike Source server. Players across the internet can connect and play […]

Arduino particle system

Seb Lee-Delisle made this cool particle system using an Arduino board and an 8×8 LED array. He writes: The only real trick here is that I’m working internally with a much higher resolution that the actual 8×8 grid, and then rounding to the nearest pixel when displaying each particle. This gives a really smooth movement. […]

Arduino MIDI sequencer

Beamer writes – I’ve been working on a sequencer project for a while and I got some good footage of my good friend Scott Hansen from Tycho and ISO50 playing with it. It’s based off of the Arduino right now. The first row is your standard note assignment The second row is velocity (turned off […]