Skip to content

Instantly share code, notes, and snippets.

@SyncChannel
SyncChannel / MultiNav_FW_HUZZAH_Example.ino
Last active October 24, 2020 02:07
MultiNav FeatherWing Example Program for Feather HUZZAH
// Example Program for MultiNav FeatherWing
// This example is specifically for use with Adafruit Feather HUZZAH (ESP8266)
//
// By: Dan Watson
// syncchannel.blogspot.com
// 1/25/2016
//
// This program makes use of the TinyGPS++ library to receive the GPS data from the U-Blox
// module, as well as the Sparkfun MPU-6050 library to interact with the MPU-9250 9DOF.
@SyncChannel
SyncChannel / Geiger_WiFi_OLED_Example.ino
Created February 1, 2016 01:17
MightyOhm Geiger Counter Wi-Fi and OLED Upgrade Example
// Example Program for MightyOhm Geiger Counter FeatherWing + OLED Upgrade
// This example is specifically for use with Adafruit Feather HUZZAH (ESP8266)
// It will also work with other Feather boards with modifications
//
// By: Dan Watson
// syncchannel.blogspot.com
// 1/31/2016
// This program makes use of the EspSoftSerial library to receive data from the Geiger counter.
// EspSoftwareSerial: https://github.com/scottwday/EspSoftSerial
@SyncChannel
SyncChannel / Arduino_Speed_Tests.ino
Created January 30, 2016 03:15
Arduino Speed Test Benchmarking Program
// Arduino Speed Test Benchmarking Program
// Original Program Credit: Arduino.cc
// Modified By: Dan Watson
// synchannel.blogspot.com
// 1-29-2015
// This sketch is the speed test portion of the Arduino Show Info program
// http://playground.arduino.cc/Main/ShowInfo
// Certain tests may not compile/run for all boards. Comment them out as necessary: