Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/* -KS-24361 REF-0 standalone operation
-Tested on an Arduino Uno
-Other models will work with modifications
-Pinout:
D3: PPS input
D11: Serial out to REF-0
D13: Output to LED on the Arduino, PPS indicator
-Written by Dan Watson 8/9/2015 */
#include <SoftwareSerial.h> // Used to communicate with the REF-0
/*
* REF-0 Standalone Operation
* Device: Atmel ATTINY841
* Written in Atmel Studio 6
* Created: 8/11/2015 8:56:28 AM
* Author: Dan Watson
*
* Pinout:
* PB1 (pin 3): PPS input
* PA1 (pin 12): Serial out to REF-0 (has to go through an inverter)
@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 / MultiNav_FW_M0_Example.ino
Created January 27, 2016 03:08
MultiNav FeatherWing Example Program for Feather M0
// Example Program for MultiNav FeatherWing
// For Adafruit Feather M0
//
// 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 / MultiNav_FW_32U4_Example.ino
Created January 27, 2016 03:17
MultiNav FeatherWing Example Program for Feather 32U4
// Example Program for MultiNav FeatherWing
// For Adafruit Feather 32U4
//
// 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 / 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:
@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 / LoRaFW_DevBreakout_Transceiver.ino
Last active October 24, 2020 02:05
LoRa_FeatherWing_DevBreakout_TransceiverMode
/* LoRa FeatherWing Tranceiver Mode Example Program
* By: Dan Watson | syncchannel.blogspot.com
* Date: 2-23-2016
* Version: 0.2
*
* Example Tranceiver Mode Program for the LoRa FeatherWing for Adafruit Feather
* Tested with Feather M0, Feather 32U4 and Feather HUZZAH
*
* This program configures the Feather as a LoRa receiver. It is intended as a companion
* to the LoRA FeatherWing Beacon Example Program, and can receive the beacon messages.
@SyncChannel
SyncChannel / LoRaFW_DevBreakout_Beacon.ino
Last active October 24, 2020 02:05
LoRa_FeatherWing_DevBreakout_BeaconMode
/* LoRa FeatherWing Beacon Mode Example Program
* By: Dan Watson | syncchannel.blogspot.com
* Date: 2-23-2016
* Version: 0.2
*
* Example Beacon Mode Program for the LoRa FeatherWing for Adafruit Feather
* Tested with Feather M0, Feather 32U4 and Feather HUZZAH
*
* This program configures the Feather as a transmit-only beacon. It transmits a payload of data
* at a set interval using the LoRa long range wireless protocol. This program is intended as
@SyncChannel
SyncChannel / LoRaFW_IOX_BeaconMode.ino
Last active October 24, 2020 02:05
LoRa FeatherWing IOX Beacon Mode Example Program
/* LoRa FeatherWing IOX Beacon Mode Example Program
* By: Dan Watson | syncchannel.blogspot.com
* Date: 3-12-2016
* Version: 0.1 Initial Release
*
* Example Beacon Mode Program for the LoRa FeatherWing IOX for Adafruit Feather
* Tested with Feather M0, 32U4, and HUZZAH ESP8266
* However, you only have one analog input on HUZZAH (1V input max!)
*
* This program configures the Feather as a transmit-only beacon. It transmits a payload of data