Digital Multimeter Using Arduino
The purpose of this project was to design a functioning digital meter to measure voltage, current, and resistance to a known accuracy. Read more: Digital Multimeter
The purpose of this project was to design a functioning digital meter to measure voltage, current, and resistance to a known accuracy. Read more: Digital Multimeter
This sketch is used by Exercise: Read Analog Accelerometer. Full Source Code The full code is all in one file ReadAccelerometer.ino. // ReadAccelerometer – read a 3-axis analog accelerometer and display the results to the serial port // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license …
Introduction Electrodes on the skin can be used to measure muscle (electromyography, EMG) brain (electroencephalography, EEG) and heart (electrocardiogram, ECG/EKG) activity. These electrophysiological measures are popular for clinical, research and hobbyist applications (such as brain computer interfaces). Most commercial systems are “medical grade” – these expensive systems offer high precision (16-24 bits), participant electrical isolation …
Clock generator I recently build a pulse generator and it does its job well. It produces pulses of variable length and at several frequencies. But the number of frequencies it can produce is limited and for many jobs the length of a pulse is less important than its frequency. E.g. when you are testing a …
Clock Generator With Si5351 and Blue Pill Using Atmega Read More »
DESIGN OF A SMALL SCALE SMART HOME SYSTEM Gabriel Johnson and Chance Kelsoe INTRODUCTION Design of a smart home system with a LabView/Arduino interface In this project we made use of an Arduino Duemilanove and LabView to design an easy to use graphical interface to represent a control environment that every home owner could use. HIGH …
Design of small scale smart home system using Arduino Read More »
In this inst’able, I will show you how to create your very own 4×6 LED matrix as well as show you how to write code for it! There is an animation creator program in step 4! Here is one ANIMATION to get you excited about the project! ***Wave Animation*** Hello everyone! I’m back with an all new Inst’able! …
The 3D LED Cube is a really cool device that enables you to see in three dimensions, get some depth perception and has 512 LED’s or 512 pixels. It is based on an Arduino Uno which is an Atmel AVR microcontroller on a development board with some standard interfacing pinouts that allow you to quickly …
With this article I kick off my series on the Arduino Esplora board. Today’s project is a nice (and cheap!) little digital picture frame that uses the Esplora’s TFT Screen add-on. Materials Needed In this section you will find the materials that you need to obtain to build this project. Arduino Esplora Board The Arduino Esplora is the most feature rich …
Fun With The Arduino Esplora: A Digital Picture Frame Read More »
This simple tri-colour LED flasher circuit is great for beginners. The three pin tri-colour LED is controller by an Arduino Uno and changed between three colours. This video shows the Arduino running a sketch that controls the tri-colour LED. Circuit Diagram for the Arduino Tri-colour LED Controller The circuit is very simple, using only three …
Introduction We implemented a prototype for a moving alarm clock which runs away from the user when they try to silence the alarm. It has all the features of a “regular” alarm clock: settable time and alarm, snooze, and alarm on/off. The alarm clock displays the time in 24-hour format on a LED seven-segment display. …