MozMo : the brilliant Arduino Mozzi synth in an Eurorack hardware

Jean-Luc Deladrière blogged about his MozMo build: Mozzi by Tim Barras is an outstanding library that allow the Arduino to produce complex and exiting sounds with almost no additional hardware. (In fact MozMo uses the hifi mode that requires … 2 resistors and a cap !) The idea was to build a dirty cheap modular synth exploiting […]

10×5 RGB LED Matrix with only 5 IO pins

Here’s an instructable on LED Matrix with custom code/software by Ole_L: This is the software which you need: -Arduino -Processing Flash the software to your Arduino and open the processing project with… Processing! Now you should change the line “String portName = “/dev/ttyACM~”;” to your Serial port, on WINDOWS “String portName = “COM~”;” Via the contact […]

Graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812

Amir Avni made a graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812: Finally, I’ve created a this project: An equalizer display controlled by ESP8266 with the NodeMCU firmware, where the equalizer colors are controlled via WiFi Project info at whatimadetoday site. Check out the video after the break.

Easy Pulse Plugin, an Arduino pulse sensor

Raj over at Embedded Lab has written an article detailing the new version of their Easy Pulse Sensor: the Easy Pulse Plugin, an Arduino and chipKIT compatible pulse sensor based on Photoplethysmography Today we are happy to announce the release of a new addition to our Easy Pulse Sensor series named Easy Pulse Plugin. Like its predecessors, the original Easy […]

Teeny Tiny build using Bubble display and Femtoduino

Phillipe Cantin published a new build: I just received a bunch of those really cool QDSP-6064 Bubble Displays and I had to build something with them right away. I quickly tried it using the sample code and, as I was doing that, I immediately wanted to build a small device combining this display with a […]

Arduino-powered turntable plays moon phases

While this turntable can’t play “Dark Side of the Moon”, it certainly can tell you which way it’s facing! This project by Yingjie Bei and Yifan Hu uses an Arduino to position a turntable and associated light source in such a way that the moon replica mounted on the turntable will be illuminated to demonstrate […]

ESP8266: Arduino compatible $5 MCU with WiFi

MAKE has posted Alasdair Allan’s three part series concerning the ESP8266 MCU. Alasdair highlights the capabilities and limitations of this chip, the installation and use of a supporting version of the Arduino IDE, and how to create a breadboard adapter for the ESP-01 breakout board (pictured above.) Via MAKE.

Introducing ESPToy 1.2 (with Lua Firmware)

Ray Wang from RaysHobby has written an article on his ESPToy 1.2, a ESP8266 development board based on the Lua firmware: A little while back I released the very first version of ESPToy — a ESP8266 Development Board with a few useful on-board components like color LED, button, and temperature sensor. It has a built-in […]

Arduino based high-altitude balloon tracker

Ugifer wrote this instructable detailing the build of his Arduino based high-altitude balloon tracker: The tracker is based upon the Atmel ATMeag328 Microcontroller which forms the heart of many of the popular “Arduino” boards. We are going to make an “Arduino Compatible” board which we can program using the Arduino IDE. Because the GPS module and […]

Arduino-assisted automatic 3D printed tea maker

If the earlier Arduino projects weren’t your cup of tea, try out this Automatic 3D Printed Tea Brewer. 24 Hour Engineer Brian McEvoy designed this project which uses the Arduino to control a servo which dunks the tea bag for a predetermined length of time for perfect brew control. The LCD readout provides information about […]

KeySweeper – covert Microsoft wireless keyboard sniffer using Arduino and nRF24L01+

Samy Kamkar has written an article detailing the build of his KeySweeper project: KeySweeper is a stealthy Arduino-based device, camouflaged as a functioning USB wall charger, that wirelessly and passively sniffs, decrypts, logs and reports back (over GSM) all keystrokes from any Microsoft wireless keyboard in the vicinity. All keystrokes are logged online and locally. SMS alerts […]