Syncing Oscilloscope To Interrupt Activity

Oscilloscope

Debugging interrupt service routines can be very tricky.  It's not like you can print out variabes to the serial port as you might when debugging code outside the interrupt.  One way you can can get some idea of what your code is doing in the ISR is to pulse ...

more ...


Adafruit Wave Shield

wave Shield

Here is a shield for Arduino that makes adding quality sound to your products easy.

It can play up to 22KHz, 12bit uncompressed audio files of any length. 

It's low cost, available as an easy-to-make kit. 

It has an onboard DAC, filter and op-amp for high quality output. 

Audio ...

more ...

LCD Button Shield V2 for Arduino by Sparkfun

LCD Button Shield

TheLCD Button Shield from Sparkfun Electronics provides a 16x2 LCD screens along with a keypad consisting of 5 keys — select, up, right, down and left. With this shield you will be able to move through menus and make selections straight from one board attached to your Arduino without requiring ...

more ...

Adding Second Joystick to Joystick Shield for Arduino

Joy Stick

Added a second joystick to the shield and use one for forward/back motion and the other for turning.  I find this setup gives better control.

Jeff Branson, from Sparkfun, saw my project on facebook and suggested I submit it to Sparkfun to be added to their project section.  I ...

more ...

Wireless Arduino Thumb Joystick Shield

Joystick Shield

This shield provides the necessary connections between the joystick and the Arduino so that it can read the joysticks X, Y and Switch readings on it's analog inputs.  I chose to mount the joystick on it's own proto shield instead of mounting it to the prototype area of ...

more ...

Multiplexing Seven Segment Displays

Video explaining what multiplexing is, why we do it and how it is done.  Covers using the Arduino to handle the multiplexing and using a 7219.  Using the 7219 we can control up to 8 seven segment displays while using only 3 pins from the Arduino.  The 7219 also handles ...

more ...

Infra Red Remote Controller Shield

IR Shielld

Made use of The Forge makerspace at North Branch library to construct my first Arduino Shield. This shield adds 7 Status LEDs, an Infra Red LED, an Infra Red Receiver and a piezo buzzer.

Signal processing is handled by a great Arduino library written by Ken Shirriff and allows you ...

more ...

8x16 LED matrix controlled by 2 MAX7219's

8x8 LED Matrix

Expanding on my experiment with the MAX7219 controlling an 8x8 LED Matrix I added a second one. Both of the 8x8 displays and controllers were part of kits that couldn't fit neatly side by side, but the concept can still be demonstrated.

Using the circuit layout of the MAX7219 ...

more ...