Interfacing(USB – RS232 – I2c -ISP) Project Ideas

Arduino Temperature controlled USB fan

Temperature-controlled USB fan using Arduino

As summer is coming, I bought a USB fan from HuaQiangBei, Shenzhen. However, when I focus myself on work(or game), I could hardly notice its existence. If I can teach it how to think and execute its duty without my order, that will be more practical and fun! So roll your sleeves and follow me […]

Temperature-controlled USB fan using Arduino Continue Reading

Input Pullup Serial using Arduino

Input Pullup Serial using Arduino

This example demonstrates the use of INPUT_PULLUP with pinMode(). It monitors the state of a switch by establishingserial communication between your Arduino and your computer over USB. Additionally, when the input is HIGH, the onboard LED attached to pin 13 will turn on; when LOW, the LED will turn off. Circuit image developed using Fritzing. For more

Input Pullup Serial using Arduino Continue Reading

Core2duino Updated with Arduino

Core2duino Updated with Arduino

This instructable will show you how to build an Arduino shield that adds another Atmega168/328 on top of your Arduino, giving you an extra complete set of I/O pins to use. That’s 12 PWM pins, 12 Analog pins, 4 external interrupts,  or 40 Digital pins total. ———————————– *UPDATE* 3-11-10 I re-did the Eagle file and scrapped

Core2duino Updated with Arduino Continue Reading

virtual serial port driver

Implementing serial communication in embedded systems

Serial communication was once the most widely used method of transferring data between computers. Many computing devices that you have used over time employ serial communication. Some of the terms associated with this type of data transfer are FTDI chip, COM interface, the RS232 protocol, and serial port. Serial communication refers to data that is

Implementing serial communication in embedded systems Continue Reading

Arduino RFID Reader

RFIDuino – Using an Arduino & RFID Reader to make a puzzle GeoCache

I enjoy both Geocaching and electronics and have made a couple of electronic puzzle caches using an Arduino. My latest creation (with the help of a fellow cacher for the code) is using an Arduino and RFID reader to make a puzzle geocache we call RFIDuino. The GeoCacher takes RFIDuino and has to find 3

RFIDuino – Using an Arduino & RFID Reader to make a puzzle GeoCache Continue Reading

The Ardweeny

The Ardweeny: the little friend of the Arduino (and how to beef it up) using arduino

Open-source hardware? Arduino(tm) is the first name to come to mind! As great as it is, sometimes we need a small microcontroller solution for a project, or a stripped-down version for cost-effectiveness. The Ardweeny is the solution. These small kits are 100% compatible with the Arduino programming environment, are very small, (and unlike the regular

The Ardweeny: the little friend of the Arduino (and how to beef it up) using arduino Continue Reading

Arduino One Wire Digital Temperature Sensor DS18B20

Arduino – One Wire Digital Temperature Sensor – DS18B20

The one wire Digital Temperature Sensor – DS18B20 from Maxim (formerly Dallas) is a great chip for measuring temperature in your projects. Luckily, there is a Dallas Temperature library for the arduino which makes using this sensor very easy. The most recent version of this library can be found at http://www.milesburton.com/?title=Dallas_Temperature_Control_Library We used version 3.6.0

Arduino – One Wire Digital Temperature Sensor – DS18B20 Continue Reading

An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and Android

An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and Android

Today we’ll expand Arduino’s digital resources thanks to an I2C bus equipped shield and we’ll allow the management of the board via a bluetooth connection RN-42 through an Android systems. All Arduino boards feature a number of digital I/Os. For the simplest projects, such resources are usually more than sufficient, but in those where they

An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and Android Continue Reading

Scroll to Top