Advanced Arduino data logger

educ8s.tv has posted a video tutorial on building an advanced Arduino data logger that records temperature, humidity, barometric pressure, and ambient light intensity on a micro SD storage card. It uses some easily available sensors, like DHT22, BMP180, and BH1750, for sensing the surrounding environment and the DS3231 RTC module for time-stamping the measurements. The tutorial describes in steps how to setup the complete project on a breadboard. The data logger runs for about 2 weeks using simple AA batteries and the data are stored on the SD card in a .csv file for easy transport to PC for further processing.  

Read more

MSP430 Launchpad cyclic timer switch

This MSP430 Launchpad cyclic timer project is written by Shawon Shahryiar from MicroArena and describes a cyclic on/off timer switch with a standard character LCD for displaying the on/off time as well as the state of the switch, and which can be programmed through capacitive touch inputs. The On and Off times can be programmed separately and the timer cycles endlessly through the set times. Shawon uses the TTP224 integrated circuit to implement 4 capacitive touch inputs in the project. The firmware for the project was developed using Energia IDE and can be downloaded from the link at the end

Read more

Automated environmental alert system

DJ‘s Instructable describes an automated environmental alert system consists of four gas sensors to meausure the concentration of methane, propane, carbon monoxide, and smoke in the air and are connected to an Intel Edison for wireless detection and alerting. The entire system runs with a 5V 3A power supply and the sensor data are read through 4-analog input channels of the Intel Edison board. He used an Arduino breakout board for Intel Edison for rapid prototyping of his project. An Intel Edison runs the show for the Environmental Alert System. The Edison is mounted on an Arduino breakout board, which makes it easy to read

Read more

Electronic Snellen eye tester

Snellen chart is the most widely used visual chart across the globe for testing visual acuity. It contains multiple rows of letters that are progressively smaller and is used by an eye doctor to judge patient’s eyesight. Joel Llewelyn, Margot Haas, and Yuchen Liu (three Cornell students) attempted to make an electronic version of Snellen chart that is portable and self-capable of performing the full Snellen eye test at home. The project uses PIC32 microcontroller and a TFT display for showing the letters from the Snellen chart in a progressively smaller font size and the user has to speak over

Read more

ESP8266 Weather widget

Debasish Dutta‘s Weather Widget uses ESP8266 to retrieve local weather information from web and displays it on a 128×64 OLED Display. The device is capable to display current date, time, and weather information as well as future forecasting for 3 days. The real-time weather data are fetched from the Weather Underground (http://www.wunderground.com) website using an API Key.

Read more
« Older Entries Recent Entries »