Track A Car Using Tiny Arduino GPS with SD Card

This is a really cool project that was originally on Make as a GPS Cat Tracker. Michael James, at the Programming Electronics Academy, put together an excellent 10 minute video showing you how easy it is to do this project.

Particle Photon – The Buddy System: Publish and Subscribe

This is a demonstration of the Photons publish and subscribe features. When the photon publishes an event to the cloud it makes that available to other devices that have subscribe to the event.  The other devices is not just limited to other photons but could also be internet connected smart phones ore web browsers.

A Simple LED Clock using Particle Photon

This is a simple LED clock I prototyped following Simon Monks post. I am using a Particle Photon, a couple 4.7k resistors and a 7 Seg Display with an Adafruit I2C backpack.

Syncing Oscilloscope To Interrupt Activity

Debugging interrupt service routines can be very tricky.  It’s not like you can print out variables 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 one of the GPIO pins while […]