Sensor – Transducer – Detector Projects

Arduino while loop

How to use a while loop to calibrate the value of an analog sensor using Arduino

Sometimes you want everything in the program to stop while a given condition is true. You can do this using a while loop. This example shows how to use a while loop to calibrate the value of an analog sensor. In the main loop, the sketch below reads the value of a photoresistor on analog pin 0 and […]

How to use a while loop to calibrate the value of an analog sensor using Arduino Continue Reading

Sense Magnetic Fields Like a Bird Sensory Extension Puppet

Sense Magnetic Fields Like a Bird – Sensory Extension Puppet

This project will show you how to create a computationally enriched puppet that can detect magnetic fields. The puppet (who I call Compy) has two very sensitive GMR analog magnetic sensors that are located in her beak, these sensors are read by an Arduino Nano that actuates a 3×3 haptic display (Figure 3) based on

Sense Magnetic Fields Like a Bird – Sensory Extension Puppet Continue Reading

Homemade Arduino Friendly Pulse Sensor

Homemade Arduino Friendly Pulse Sensor

I saw the Open Hardware Pulse Sensor at thought I’d try to make it at home.  Took me awhile, but here’s my bumbling process. Step 1: Pulse Sensor — Overview I’ve been working on re-making the the Open Hardware Pulse Sensor so it’d be “easy” to send off to OSHPark and make at home. I’m not sure but I

Homemade Arduino Friendly Pulse Sensor Continue Reading

Sensory Helping Hands Modular Sensory Augmentation System Prototype

Sensory Helping Hands: Modular Sensory Augmentation System (Prototype)

Having made a lot of wearables as an engineer, advisor, and through replication, there’s one irritation that I find consistent with a lot of systems (mine included) – components (typically sensors & actuators) can’t be maneuvered to the wearer’s preferences. To begin to think about how to solve this issue, I’ve made this prototype system

Sensory Helping Hands: Modular Sensory Augmentation System (Prototype) Continue Reading

Arduino Barometric Pressure Web Server

Arduino Barometric Pressure Web Server

This example shows how to use SPI communications to read data from a SCP1000 Barometric Pressure sensor, and how to then post that data to the web by using your Arduino/Ethernet Shield combo as a simple web server. Using the Ethernet library, your device will be able to answer HTTP requests by responding with just

Arduino Barometric Pressure Web Server Continue Reading

Infrared Rangefinder

Homemade Infrared Rangefinder (Similar to Sharp GP2D120) using Arduino

Here is my instructable on how to construct a pretty simple (for some!) short range infrared rangefinder/range sensor. Infrared rangefinders are very useful in a number of projects. The majority of these come from obstacle detection (in robots) or generally detecting distances! The one shown here is only a simple rangefinder and will only really

Homemade Infrared Rangefinder (Similar to Sharp GP2D120) using Arduino Continue Reading

Arduino Calibration

Calibrating sensor input using Arduino

This example demonstrates one techinque for calibrating sensor input. The Arduino 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

Calibrating sensor input using Arduino Continue Reading

Touch Sensitive Interactive Music Instrument DIY OSX Version

Touch Sensitive Interactive Music Instrument DIY / OSX Version

“Sensor Retouch” touch sensitive interactive instrument which allows to play Water, Fruit, Plants and Conductive surfaces as a musical instrument by your touch. All you need is Arduino and few upgraded touch sensitive sensors, i’ll teach you how to put together everything and let start playing with your new interactive instrument ! A project by

Touch Sensitive Interactive Music Instrument DIY / OSX Version Continue Reading

Temperature Sensor for Arduino Applied for COVID 19

Temperature Sensor for Arduino Applied for COVID 19

The temperature sensor for Arduino is a fundamental element when we want to measure the temperature of a processor of the human body. The temperature sensor with Arduino must be in contact or close to receive and measure the heat level. That’s how thermometers work. These devices are extremely used to measure the body temperature

Temperature Sensor for Arduino Applied for COVID 19 Continue Reading

Scroll to Top