[Arduino] Multitasking example clock

Multitasking example clock Instead of using the delay() function we use the millis() to find the right point in time to trigger the next steps. The idea is to have four thing to display: a display for the 1/100s of a second we use a filling circle, which alternates...
[Arduino] DiY digital compass

[Arduino] DiY digital compass

DIY digital compass How to find your way? We are going to build a DiY digital compass with the help of an Adafruit Neopixel LED ring and a HMC6352 compass module. Both are driven by an Arduino Uno The Parts 1x Arduino Uno 1x Breadboard 1x Sparkfun Compass Module...

Where I’m

Got my Adafruit GPS shield working… Time: 0:4:58.800 Date: 6/1/2080 Fix: 0 quality: 0 $PGTOP,11,2*6E $GPGGA,000459.800,,,,,0,0,,,M,,M,,*48 $GPRMC,000459.800,V,,,,,0.00,0.00,060180,,,N*42 $PGTOP,11,2*6E $GPGGA,000500.800,,,,,0,0,,,M,,M,,*45...