LittleBits Hue lighting controller

Jeremy Blum has written an article about his latest project the LittleBits Hue lighting controller: The LittleBits Hue Controller is an easy-to-setup, wall-mountable, physical controller for your Philips Hue lightbulbs. The controller makes it easy to turn the lights on/off, change their brightness, and cycle through preset colors. This is a great project for people who […]

Arduino-based inductance meter

Lukas of Soldernerd built a DIY Arduino-based inductance meter: I’ve just finished a little Arduino project. It’s a shield for the Arduino Uno that lets you measure inductance. This is a functionality that I found missing in just about any digital multi meter. Yes, there are specialized LCR meters that let you measure inductance but they typically […]

Using DS1307 and DS3231 real-time clock modules with Arduino

John Boxall over at Tronixstuff has posted a detailed tutorial on how to on how to use DS1307 and DS3231 real-time clock modules with Arduino:  There are two main differences between the ICs on the real-time clock modules, which is the accuracy of the time-keeping. The DS1307 used in the first module works very well, however […]

ArTICam: Game boy camera photos with a graphing calculator

A Game boy camera photos with a graphing calculator from Cemetech: ArTICam uses the ArTICL library to connect a TI graphing calculator and a Game Boy camera. The Game Boy camera was an accessory released in 1998 for the popular Game Boy handheld gaming platform, allowing Game Boy owners to take photographs. It is built around […]

CNN coverage of Arduino, open source

In this article Peter Shadbolt, writer for CNN, introduces their readers to the world of open source through his description of the Arduino’s development. While there’s nothing there that Arduino users don’t already know, it’s encouraging to see mainstream news publications giving positive coverage to open source.

Self-Balancing Raleigh Chopper

XenonJohn posted detailed instructions of how to make this Self-Balancing Raleigh Chopper. He writes: Data from the IMU is read by the Arduino Mega 1280. I use a Mega 1280 because they are a lot cheaper online than the 2560, and about the same price as an Uno. They have several hard wired serial outputs which means […]

Arduino Library for Freescale’s MMA7361 3 axis accelerometer

Rohit Gupta wrote a basic library for using MMA7361 3axis Accelerometer with Arduino, that is available at Github: This library helps you to easily play with the almost universal 3 axis accelerometer available in most Hobby markets that is based on Freescale’s MMA7361. In order to get in working you have to pull-up the sleep […]

DIY lithium battery charger shield for Arduino

Abdulgafur Mujdeci over at Electro-Labs has published a new project a DIY lithium battery charger shield for Arduino: In this project, we are building a programmable single/multi cell lithium battery charger shield for Arduino. The shield provides LCD and button interface which let the user set the battery cut-off voltage from 2V to 10V and charge current from […]

Introducing CT-UNO, Cytron version of Arduino UNO

Vincent informs us of this Arduino compatible CT-UNO, the Cytron version of Arduino UNO: The CT-UNO combines the simplicity of the UNO’s Optiboot bootloader (which load program faster), the stability of the FTDI and the R3 shield compatibility of the latest Arduino UNO R3.   Besides, we know many are using Android phone which comes with USB micro-B cable […]

Introducing RFToy, an Arduino-compatible gadget for radio frequency modules

Ray Wang from RaysHobby has informed us of his latest open-source project called RFToy: It’s an Arduino-compatible microcontroller board for interfacing with radio frequency (RF) modules, such as the popular 433/315MHz transmitter/receiver, and the nRF24L01 transceiver. Recently, while browsing a tech forum, I stumbled upon a discussion about 카지노사이트, which caught my attention as it highlighted […]

SDWebServer – enc28J60 and Arduino

Luca Dentella has informed us of his latest project using an ethernet shield based on the ENC28j60 driver from Microchip. SDWebServer is a complete webserver that can retrieve static elements from an SD card (including a user-defined default webpage) and can also create dynamic pages. This is the latest post in my tutorial about using […]

Portable bluetooth-enabled scrolling LED matrix display

An open-source cascadable 8×8 LED matrix module using Arduino and MAX7219 from Embedded Lab: Easy Matrix is a cascadable 8×8 LED matrix module with the MAX7219 chip on board, which allows to control the display with only 3 I/O pins from microcontroller. Multiple Easy Matrix modules can be easily cascaded to make a bigger-size display through […]

New MurchLabs TinyLoadr Shield

Jeff Murchison has released a new version of my TinyLoadr Shield, which was used for programming ATmegas and ATtinys using your Arduino. The new version is just a USBtinyISP-based programmer with a ZIF socket for DIP microcontrollers and 10 and 6-pin ICSP headers for programming target boards. More information can be found at MurchLabs. Via […]