sensors

Substitute

Spotted Gecko Habitat Temperature Monitor/Thermostat W/Arduino & ESP8266 ESP12

Soooo….Wifey decided that it was time for a new pet. Spin the wheel….A Spotted Gecko!! Well, Geckos are apparently very temperature sensitive creatures so we invested in a UTH (Under Tank Heatpad) for those of us that are new to the world of reptiles. The purpose of said UTH is to provide warmth from below, …

Spotted Gecko Habitat Temperature Monitor/Thermostat W/Arduino & ESP8266 ESP12 Read More »

Arduino Simple keyboard (1)

Simple keyboard using the tone() function using Arduino

This example shows how to use the tone() command to generate different pitches depending on which sensor is pressed.   Circuit Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor, and its other terminal to ground. Power your three FSRs (or any other analog sensor) with 5V in parallel. Connect each …

Simple keyboard using the tone() function using Arduino Read More »

arduino l3dgecomm

Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino

L3DGEWorld is a tool for monitoring and interacting with networks and computer systems. Within a 3D world, entities bounce, spin, scale and otherwise change. These entities all represent an entity in another context – be it a server, phone, router or other monitorable device. The visual transformations represent various characteristics of these entities, such as packets …

Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino Read More »

Bird Sensory Extension Puppet

Sense Magnetic Fields Like a Bird – Sensory Extension Puppet Using Arduino

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

Automation Sensors (1)

Security / Automation Sensors using Arduino

Security system sensors such as motion detectors, reed switches, pressure mats, glass-break detectors, infra-red beams, and conductive film can be very handy for all sorts of things including home automation systems, interactive art installations – and sometimes even security systems! Almost all security system sensors provide a simple switched output that changes state based on …

Security / Automation Sensors using Arduino Read More »

Temperature Sensing Schematic

Temperature Sensing using DS18B20 Digital Sensors using Arduino

Note: When referring to Arduino below, this works in the same way on the emonTx which is arduino-based. The DS18B20 is a small thermometer with a built in 12bit ADC; it can be easily connected to Arduino digital input. The sensor communicates over a one-wire bus and requires little in the way of additional components. The sensors have …

Temperature Sensing using DS18B20 Digital Sensors using Arduino Read More »

Servo Control by Weight (2)

Servo Position Control with Weight (Force Sensor) Using Arduino

In this tutorial we will develop a circuit using Force sensor, Arduino Uno and a servo motor. It will be a servo control system where the servo shaft position is determined by the weight present on the force sensor. Before going any further let’s talk about about the servo and other components. Servo Motors are used where …

Servo Position Control with Weight (Force Sensor) Using Arduino Read More »

close Proximity Sensors Arduino

Are we getting close? Proximity Sensors + Arduino

In past tutorials, we have covered temperature, color, time, direction, but never distance or proximity. I think I strayed away from this because most of the lower cost proximity sensors are pretty drop-dead-simple to use and thought it might not be that useful. But the time has come, I’m writing about some distance/proximity sensors. While …

Are we getting close? Proximity Sensors + Arduino Read More »