Sensor – Transducer – Detector Projects

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) Read More »

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 Read More »

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 Read More »

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 Read More »

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 Read More »

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 Read More »

Machine Learning With the Arduino Air Quality Prediction

Machine Learning With the Arduino: Air Quality Prediction Learning With the Arduino: Air Quality Prediction

Air Quality Prediction is a project that balances Arduino development and Machine Learning. I have always found the world of machine learning captivating but was never able to run models on real-time data. Arduinos provide the solution with a vast array of sensors supported on their microcontrollers. As a result, I knew that I wanted

Machine Learning With the Arduino: Air Quality Prediction Learning With the Arduino: Air Quality Prediction Read More »

Scroll to Top