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

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

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