function

Multiple mode Environmental Sensor Deck with MKR1000 (1)

Multiple mode Environmental Sensor Deck with MKR1000 Using Arduino

Many fun environmental sensors need a hardware interrupt. With the MKR1000, you no longer need to choose! You get I2C, analog ins too! Things used in this project Hardware components Arduino MKR1000 × 1 MOD-1016 Lightning Sensor × 1 DFRobot MQ-9 Gas Sensor × 1 Adafruit Humidity and Temperature Sensor × 1 Adafruit Pressure/Altitude/Temperature Sensor

Multiple mode Environmental Sensor Deck with MKR1000 Using Arduino Read More »

IR trigger for Canon EOS

Arduino passive IR trigger for Canon EOS

The other day I wanted to experiment with external triggers for my Canon EOS 550D camera. I stumpled upon a nice open source project called Arduino Camera Control from Oleg Mazurov, the creator of the USB Host Shield library for Arduino. The Arduino Camera Control project depends on the USB Host Shield library and the USB Host Shield from Sparkfun. It supports

Arduino passive IR trigger for Canon EOS 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 »