Sensor – Transducer – Detector Projects

Check In to Foursquare

Pee to Check-In to Foursquare – Mark Your Territory using Arduino

In case you are unfamiliar with the most amazing new way to physically “check in” to foursquare here is a video that will explain it all: Mark Your Territory is a fully open-source system but because it interacts with the physical world as well as the digital one, some construction is necessary beyond just simply […]

Pee to Check-In to Foursquare – Mark Your Territory using Arduino Continue Reading

Arduino Sketch FilterDemos

Arduino Sketch FilterDemos

N.B. this is new and still being tested. This sketch demonstrates several examples of single-channel filters for processing sensor data. The filter functions are purely numeric operations and not dependent on any Arduino-specific features. This supports offline testing, as they can be compiled for debugging and evaluation on a normal desktop computer. The code is

Arduino Sketch FilterDemos Continue Reading

Arduino Switch Statement

Arduino Switch Statement used with sensor input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use it to switch between four desired states

Arduino Switch Statement used with sensor input Continue Reading

Scroll to Top