Projects

image Programming an ATtiny w

Programming an ATtiny w/ Arduino 1.6 (or 1.0)

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can […]

temperature logger circuit

Temperature logger using arduino

Simple temperature logger using arduino (°C & °F). This project is about a simple USB temperature logging system using arduino uno and the serial monitor function in the arduino IDE. The system monitors the temperature every 2 seconds and shows it on the arduino serial monitor. The temperature is shown in °Celsius  and °Fahrenheit. The system is interfaced […]

Gas Leakage Detector using Arduino

Gas Leakage Detector using Arduino and GSM Module with SMS Alert and Sound Alarm

We have published lots of interesting arduino projects like GSM based Fire Alarm System , Line Following Robot, RFID Based Access Control System and many other useful projects. This time, we are publishing a highly useful home application – Gas Leakage Detector using Arduino and GSM Module with SMS Alert and Sound Alarm.  We have […]

Image arduino plot screenshot

Arduino and Python

Talking to Arduino over a serial interface is pretty trivial in Python. On Unix-like systems you can read and write to the serial device as if it were a file, but there is also a wrapper library called pySerial that works well across all operating systems. After installing pySerial, reading data from Arduino is straightforward: […]

Image calibration

Calibration

This example demonstrates one techinque for calibrating sensor input. The board takes sensor readings for five seconds during the startup, and tracks the highest and lowest values it gets. These sensor readings during the first five seconds of the sketch execution define the minimum and maximum of expected values for the readings taken during the […]

image Resistance Data Logger

Arduino Resistance Data Logger

I was working on a project were I needed a cheap and efficient way to log the changing resistance of a sensor while simultaneously logging the temperature. This project is similar in many respects to the other data loggers on my site. Three prototypes have been built with the third one being a PCB. I […]

Image Arduino Code and Temperature Validation

DS1631 – Arduino Code and Temperature Validation

Basic information The DS1631 is a low cost, I2C interface digital thermometer popular in the maker community. Capable of providing 12-bit temperature readings over a -55°C to +125°C range. I have need for a digital thermometer in many of my projects and thought it would be nice to do a simple validation against a standard […]

field

Live Action MATLAB – Arduino data logger.

Background I was in need of an affordable data logger for a project. I have access to MATLAB on all of my machines so it was an easy choice to build an Arduino based data logger that would easily interface with MATLAB R2014a. MATLAB is limited in both its sampling frequency (25 Hz) and its […]

Dented Joystick

Goals: The project goals are:            Adjustable number of detents Adjustable foce threshold Software controlled damping Implementation: A brief overview: The team’s design utilizes several components: Arduino Leonardo Firgelli L16-50-35-12-P actuators (2x) FSRs (4x) TI L293D H bridge MSU Eagle custom PCB print     The Arduino microcontroller is the heart of the team’s project. […]

banner

Staircase Meets Piano

In November 2014, we displayed our first completed project as a club, the Staircase Piano. The idea for the project was given to us by Professor Barry Brown before the club was even formed. Throughout the semester we worked towards putting the piano together for a final presentation before the end of the Fall 2014 […]

Scroll to Top