Posts with «arduino» label

Speech Recognition with Arduino and BitVoicer Server

In this post I am going to show how to use an Arduino board and BitVoicer Server to control a few LEDs with voice commands. I will be using the Arduino Micro in this post, but you can use any Arduino board you have at hand.

The following procedures will be executed to transform voice commands into LED activity:

read more

Raspberry Pi or Arduino? One Simple Rule to Choose the Right Board

With so many amazing projects being done with both boards, it can be difficult to know which is right for you. Read on to make your decision.

Read more on MAKE

The post Raspberry Pi or Arduino? One Simple Rule to Choose the Right Board appeared first on Make: DIY Projects, How-Tos, Electronics, Crafts and Ideas for Makers.

How to build your first robot?

Dear: LMR

Just to let you know guys it wasn't that long ago I asked my Dad if we could start a robot club at school. My dad brought it up to my princible and he did not have a problem with it. This robot club is probably going to teach people in highschool to build there first robot. I have no idea what robot I am going to teach highschoolers to build.

read more

Control DC motors with a Grove H-Bridge and DynamixShield

I just uploaded a new video tutorial on how to use the Grove dual H-Bridge module with the DynamixShield and an Arduino Due to control DC motors. 


read more

Pay Humble Bundle $15, get $276 worth of maker know-how

Humble Bundle unveiled its latest book pack on Wednesday and, hoo boy, is it a doozy. The pay-what-you-want charity is teaming up with Make for a huge book pack that teaches the basics of Arduino and Pi programming. Pay anything you want for six Maker handbooks geared towards amateur roboticists. Throw down more than the current $10 average and Humble Bundle will double that figure to include a full dozen titles as well as a $5 - $10 discount off a year of Maker Magazine. You can also round out the deal for $15 total and receive two more titles -- Make: Sensors and Making Things Talk. Proceeds from these sales will benefit Maker Ed.

[Image Credit: Getty]

Engadget 03 Dec 07:02

Pay Humble Bundle $15, get $276 worth of maker know-how

Humble Bundle unveiled its latest book pack on Wednesday and, hoo boy, is it a doozy. The pay-what-you-want charity is teaming up with Make for a huge book pack that teaches the basics of Arduino and Pi programming. Pay anything you want for six Maker handbooks geared towards amateur roboticists. Throw down more than the current $10 average and Humble Bundle will double that figure to include a full dozen titles as well as a $5 - $10 discount off a year of Maker Magazine. You can also round out the deal for $15 total and receive two more titles -- Make: Sensors and Making Things Talk. Proceeds from these sales will benefit Maker Ed.

[Image Credit: Getty]

Source: Humble Bundle

Engadget 03 Dec 07:02

Pay Humble Bundle $15, get $276 worth of maker know-how

Humble Bundle unveiled its latest book pack on Wednesday and, hoo boy, is it a doozy. The pay-what-you-want charity is teaming up with Make for a huge book pack that teaches the basics of Arduino and Pi programming. Pay anything you want for six Maker handbooks geared towards amateur roboticists. Throw down more than the current $10 average and Humble Bundle will double that figure to include a full dozen titles as well as a $5 - $10 discount off a year of Maker Magazine. You can also round out the deal for $15 total and receive two more titles -- Make: Sensors and Making Things Talk. Proceeds from these sales will benefit Maker Ed.

[Image Credit: Getty]

Source: Humble Bundle

Engadget 03 Dec 07:02

Audio Effects on the Intel Edison

With the ability to run a full Linux operating system, the Intel Edison board has more than enough computing power for real-time digital audio processing. [Navin] used the Atom based module to build Effecter: a digital effects processor.

Effecter is written in C, and makes use of two libraries. The MRAA library from Intel provides an API for accessing the I/O ports on the Edison module. PortAudio is the library used for capturing and playing back audio samples.

To allow for audio input and output, a sound card is needed. A cheap USB sound card takes care of this, since the Edison does not have built-in hardware for audio. The Edison itself is mounted on the Edison Arduino Breakout Board, and combined with a Grove shield from Seeed. Using the Grove system, a button, potentiometer, and LCD were added for control.

The code is available on Github, and is pretty easy to follow. PortAudio calls the audioCallback function in effecter.cc when it needs samples to play. This function takes samples from the input buffer, runs them through an effect’s function, and spits the resulting samples into the output buffer. All of the effect code can be found in the ‘effects’ folder.

You can check out a demo Effecter applying effects to a keyboard after the break. If you want to build your own, an Instructable gives all the steps.


Filed under: digital audio hacks

The Biggest Super Hexagon Fan

For those who haven’t addicted themselves to Super Hexagon yet, it’s pretty… addicting, to say the least. Normally this 80’s arcade-style game would run in a browser but some of the people at Club de Jaqueo in Buenos Aires decided to cram all of that into an Arduino. They didn’t stop there, though, and thought that it would work best with a POV display.

To navigate the intricate maze of blending a POV display with a fast-paced game like this, the group turned to the trusty Arduino Micro. After some frustration in the original idea, they realized that the game is perfectly suited for a POV display since it’s almost circular. The POV shouldn’t take up too much of the processing power of the Arduino, so most of the clock cycles can be used for playing the game. They couldn’t keep the original name anymore due to the lack of hexagon shape (and presumably copyrights and other legal hurdles), but the style of the original is well-preserved.

The group demonstrated their setup this past weekend, and the results are impressive judging by the video below. They’ve also released their source code and schematics as well, in case you have an old fan (or maybe even a bicycle?) lying around that is just begging to be turned into a mini-arcade game.


Filed under: Arduino Hacks
Hack a Day 02 Dec 06:00

UV Laser Projector Shines With Glow-in-the-Dark Vinyl

Mirror galvanometers were originally developed in the 17th century to precisely measure very small changes in current. Unlike other instruments of the day, a mirror galvanometer could clearly show minute current variations by translating tiny movements of the mirror into large movements of the light reflected off of the mirror. Before clean electrical amplification became possible, this was the best means of measuring tiny differences in current. True mirror galvanometers are very sensitive instruments, but hobby servos can be used as a low-fidelity alternative, like with this project on Hackaday.io created by [robives].

Using a mirror galvanometer is by far the most common technique for laser projection shows – it’s really the only way to move the laser’s beam quickly enough to create the visual illusion of a solid line in real time. A mirror galvanometer works by using coils to attract magnets attached to the mirror, allowing the angle of the mirror to change when current is applied to the coils. This movement is extremely small, but is amplified by the distance to the projection surface, meaning the laser’s beam can move huge distances in an instance. If you’ve ever seen a laser show, it almost certainly used this technique. But driving galvos requires a beefy DAC, so we can’t blame [robives] for wanting to keep it digital.

[robives’s] project side-steps the need for galvanometers by using glow-in-the-dark vinyl and a UV laser. The result is a laser beam trail which lasts much longer, which means that solid lines are visible without the need for high-speed galvos. A build like this lets you experiment with laser projections without dealing with sensitive mirror galvos, and instead use components that you probably already have sitting on your workbench.


Filed under: laser hacks
Hack a Day 02 Dec 03:00