Projects

sensor 2fek5pw

LTD SMRT Project (Safe Monitored Rider Transit)

The proposed new LTD public transportation system uses people counters on the bus system to get an accurate measure of rider tendencies across different routes at specific times. Each bus will be equipped with two sensors which will generate numeric data no larger than 4 bytes of memory at any given time. The data will […]

NodeMCU pin functions

Nodemcu arduino interfacing project

A guide to getting started with the ESP8266 with the Arduino IDE This assumes that yo have a NodeMCU type board with the Silicon Labs CP2102 USB to UART Bridge. These boards are convenient because they can be connected directly to your computer for progamming and serial console. NodeMCU pin functions First install the  Silicon […]

Using an Arduino as a Latching Relay

Using an Arduino as a Latching Relay

I wrote this one hot week in July 2010. I’ve been leaving my front door ajar, to get some air through the house. Probably not a very good idea. So I thought I’d hook up an Arduino to ensure that no one takes advantage of the door being unlocked. This essay isn’t meant, primarily, to […]

Arduino based Graphical Heart Rate Monitor

Arduino-based Graphical Heart Rate Monitor

Introduction: Like many out there, I enjoy a good exercise session, whether it be indoors or outdoors. As part of that I purchased a Polar branded heart rate monitor, which came with a “Wearlink” chest strap and RS300Xsd receiver watch. The watch is able to do quite a bit of analysis on its own, in […]

High Power Control Arduino TIP120 Transistor

High-Power Control: Arduino + TIP120 Transistor

Up until now, we have talked about working with a lot of low-power devices. Sensors, LEDs, ICs, and the like are all capable of being powered directly from your Arduino, but as many awesome 5 and 3.3v components as there are, eventually you will find yourself holding a 12v solenoid, motor, or light and wondering […]

SunAir Solar Power Controller for Raspberry Pi and Arduino

SunAir Solar Power Controller for Raspberry Pi and Arduino

Ever wanted to build your own Solar Powered Raspberry Pi or Arduino system?   SunAir and SunAirPlus are 3rd Generation Solar Charging and Sun Tracking Boards designed by Dr. John C. Shovic at SwitchDoc Labs. You can use this board to power your projects and add a servo or stepper motor to allow it to track […]

Using Arduino and Pd for musical live performance

Using Arduino and Pd for musical live performance

Connecting an Arduino microcontroller to Pd is no big problem: You can just put Firmata on your Arduino and use the Pduino library for communication on the Pd side. But sometimes Firmata is not the answer to every problem: You may want to turn on the built-in pull-up resistors for digital input pins, you may […]

Lab 8 Shift Register and Binary

Lab 8: Shift Register and Binary

Topics: First Build The Circuit The Code Hardware Theory Overview-“Rollover Rollover” What is a Shift Register How the Arduino Controls the Shift Register Software Theory The shiftOut Function Binary Numbers Other Functions in the Code Exercise References 1. First Build It would be a really good idea to build this circuit before going to the […]

Knock Detector

Knock Detector

Introduction For the third assignment, we decided to make a ‘knock-detector’ that is capable of informing the user/owner of specific events. We designed our system such that it can detect both casual knocks and knock patterns. Casual knocks could be used to inform the owner/user that someone is at door, which may be particularly useful […]

Arduino Yun SBC adds Wifi and Linux to Leonardo features

Arduino Yun SBC adds Wifi and Linux to Leonardo features

[Updated Sep 30] — Arduino announced the first open source Arduino hacker board with built-in WiFi, and also the first to run Linux. The $69 Arduino Yun integrates the functions of an Arduino Leonardo, featuring an Atmel ATmega32U4 microcontroller and 14 GPIO pins, with an Atheros AR9331 WiFi SOC running OpenWRT embedded Linux on a […]

Scroll to Top