Temperature Shield for BBA3, part II

Kevin Rye  posted an update on his Temperature Shield project we covered previously: It’s amazing how close I came to matching my 3D model! It’s just like I imagined it. I had already loaded my sketch before assembling it, so it was just a matter of crossing my fingers and plugging it in. Boom! It works like a […]

LEWE: the biometric wristband

Boris Landoni from Open Electronics writes about a new open source project the LEWE, a wristband that reads biometric: The Lewe project aims to collect and use available technologies to make a low cost idea that is applicable to all sectors using sensors for data collection. This project goal is the development of a communication protocol, […]

Video: Deploying software updates to ArduSat in orbit

Jonathan Oxer VK3FADO gave this presentation at the recent 2014 Linux conference in Perth, Western Australia. The ArduSat project aims to give hobbyists, students and space enthusiasts an opportunity to design and run their own experiments in space. “By choosing a standardized platform based on the hugely popular Arduino hardware design, ArduSat allows anyone to […]

The Drinkmotizer – a Raspberry Pi drink mixing robot

Cabe Atwell wanted a way to have a robot serve up a mixed drink efficiently and economically. He developed the Drinkmotizer, which uses a Raspberry Pi in combination with an Arduino to construct the dream project of many a maker. What makes this drink mixing robot different from other designs? Cabe says this machine builds […]

Last call for entries to Hack the Arduino Robot competition

Today (January 26) is the closing date for initial idea submissions for the Hack The Arduino Robot contest sponsored by RobotChallenge. This year RobotChallenge in cooperation with Arduino and RS Components presents a new open source competition – “Hack the Arduino Robot!”. To apply for this competition you need to submit a short description of […]

Open source PID controller (DIY Arduino shield)

Tom posted his Arduino PID controller shield in the project log forum: Program a temperature profile to mash beer or reflow solder. Here’s how. This full featured open source PID controller uses a DIY stripboard shield for Arduino Uno and compatible boards. Firmware based on osPID massively revamped and extended, blood was sweated over new auto […]

Digital clock using 7 segment display controlled using TV remote

Zxlee wrote a post on his blog detailing his digital clock on 7 segment controlled with TV remote: When the Arduino first power up, it will display time information on 7 segment displays. Besides that, the LCD will display the time, date, temperature and day of week information. Basically, this is the main part of the program. The program […]

OpenBCI EEG project

The OpenBCI project is an open source project with the goal of expanding the availability of hardware for maker experimentation with brain wave measurement. It was recently fully funded on Kickstarter. According to the developers, OpenBCI is a versatile and affordable 8-channel EEG signal capture platform built around Texas Instrument’s ADS1299 Analog Front End IC. […]

30C3 video: Programming FPGAs with PSHDL

In this presentation from the recent Chaos Communications Congress conference in Hamburg, Germany, Karsten Becker highlighted the Plain Simple Hardware Description Language (PSHDL) programming language for FPGAs. PSHDL is a new language that purports to have a much better syntax similar to C, making it easier for developers to learn. If you’ve tried to learn […]

Online tool and AT commands for M2M modules

Surya writes with this reference to a guide for a tool an Online AT Command Tester for use with an attached wireless/cellular module. This topic refers to Machine to Machine (M2M) device communications which take AT commands over serial connections. The tool was developed with the M10 Quectel Arduino GSM shield in mind. Via the […]

An Ultrasonic eye for the visually impaired

Dhavalis build this Netra project, an ultrasonic eye for the visually impaired: Netra is an eye for visually impaired, a device based on Echolocation principle. It uses Arduino Micro, Ultrasonic sensor and vibrating motor. Vibration of the motor increases with decrease in distance and vibration decreases with increase in distance between device and object in front. […]

Temperature Shield for Bare Bones Arduino v3, Part I

Kevin Rye writes: With version 3 of my Bare Bones Arduino boards off being fabbed, as well as the laser-cut acrylic, it was time to go ahead a design my first shield. I have a ton of 7-segment displays that I’ve sourced over the years from various tear-downs of stuff from the garbage. I’ve been […]

Video: Maker Faire NY 2013: Arduino NFC

In this video from the 2013 Maker Faire New York, Don Coleman takes the stage in New York to discuss Near Field Communication (NFC) using the Adafruit and Seeed Studio NFC shields on an Arduino. Coleman is a software developer and is co-authoring a book on NFC, PhoneGap and Arduino for O’Reilly. Via Make.

Updating CC3000 firmware with Arduino

Kyle Gordon purchased a CC3000 module from EBay and found that it wasn’t completely compatible with the Arduino library available from Adafruit. The problem arose from the module having an earlier firmware version. So Kyle devised a method using two Arduino Pro Minis to load updated firmware to the CC3000. For more details, you can […]