Skip to content

Instantly share code, notes, and snippets.

View Scott216's full-sized avatar

Scott Goldthwaite Scott216

  • New Jersey, USA
View GitHub Profile
@Scott216
Scott216 / Davis_ISS_Packet_Rx_Test
Created January 21, 2015 12:20
Using Moteino to listen for Davis ISS packets
// #define USE_SD_CARD // comment this out if not using SD card
#include <SPI.h> // DavisRFM69.h needs this http://arduino.cc/en/Reference/SPI
#include <DavisRFM69.h> // http://github.com/dekay/DavisRFM69
#include <SD.h> // Micro SD Card. http://arduino.cc/en/Reference/SD
// Reduce number of bogus compiler warnings, see http://bit.ly/1pU6XMe
#undef PROGMEM
#define PROGMEM __attribute__(( section(".progmem.data") ))
@Scott216
Scott216 / MoteinoMega Davis ISS Test
Created January 19, 2015 22:20
Testing MoteinoMega with Davis ISS Weather Station
/*
Testing MoteinoMega with Weather station and SD card
Want to see how sketch works with no ethernet code
Does it still have long delays while syncing the frequency hopping
MoteinoMega and SD Card breakout borad from ebay will work with 5v or 3.3 volts - via selector switch
Forum: http://bit.ly/14thCKB
@Scott216
Scott216 / Rain Collector Base v2.04
Created December 9, 2014 16:01
Debugging panStamp lockup
/*
Hardware:
Wiznet Ethernet module
PanStamp V2
Forum thread regarding compile problems: http://www.panstamp.org/forum/showthread.php?tid=3073&page=6
Compiled with Arduino IDE v1.5.8
Since both panstamp and Ethernet libary use pin D10 for slave select, some of the Ethernet libraries need to be modified to use a different pin.
@Scott216
Scott216 / waste_board.svg
Last active August 29, 2015 14:01
SVG Makes MakerCAM Crash
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.