This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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) |
OlderNewer