Skip to content

Instantly share code, notes, and snippets.

@SyncChannel
SyncChannel / LoRaFW_IOX_TransceiverMode.ino
Created March 17, 2016 01:15
LoRa FeatherWing IOX Tranceiver Mode Example Program
/* LoRa FeatherWing IOX Tranceiver Mode Example Program
* By: Dan Watson | syncchannel.blogspot.com
* Date: 3-12-2016
* Version: 0.1 Initial Release
*
* Example Tranceiver Mode Program for the LoRa FeatherWing IOX for Adafruit Feather
* Tested with Feather M0, 32U4 and HUZZAH ESP8266
*
* 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_IOX_AdafruitIO_Gateway.ino
Created March 17, 2016 01:16
LoRa FeatherWing IOX Adafruit IO Gateway Example Program
/* LoRa FeatherWing IOX Adafruit IO Gateway Example Program
* By: Dan Watson | syncchannel.blogspot.com
* Date: 3-12-2016
* Version: 0.1 Initial Release
*
* Example Adafruit IO Gateway Program for the LoRa FeatherWing IOX for Adafruit Feather
* Tested with HUZZAH ESP8266
*
* This program configures the Feather as a LoRa receiver and Adafruit IO Wi-Fi Gateway.
* It is intended as a companion to the LoRA FeatherWing IOX Beacon Example Program.
@SyncChannel
SyncChannel / FeatherClock.ino
Created March 30, 2016 02:47
FeatherClock for Adafruit Feather
/* FeatherClock
* Quick and easy clock using the Adafruit Feather M0, OLED FeatherWing, and RTC FeatherWing
*
* By: Dan Watson
* syncchannel.blogspot.com
* 3-29-2016
*
* List of hardware you need:
* - Adafruit Feather (I used Feather M0 here, others will work with mods to the program)
* (https://www.adafruit.com/products/2772)