View SuperGraphingDataLogger.ino
/* ************************************************************************ | |
* *** Super Graphing Data Logger *** | |
* ************************************************************************ | |
* Everett Robinson, December 2016. More at: http://everettsprojects.com | |
* | |
* This sketch relies on the SD and ethernet libraries in arduino 1.0 or newer. | |
* The following extra non standard libraries were also used, and will need to | |
* be added to the libraries folder: | |
* - Time: http://playground.arduino.cc/Code/Time | |
* - EEPROMAnything: http://playground.arduino.cc/Code/EEPROMWriteAnything |
View EEPROM_config.ino
/* ************************************************************************ | |
* *** Super Graphing Data Logger - EEPROM config *** | |
* ************************************************************************ | |
* Everett Robinson, December 2016. | |
* | |
* The following extra non standard libraries were used, and will need to be | |
* added to the libraries folder: | |
* - EEPROMAnything: http://playground.arduino.cc/Code/EEPROMWriteAnything | |
* | |
* This sketch helps you set the values in EEPROM which are necessary for |
View HC.htm
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Super Graphing Data Logger!</title> | |
<script src="https://code.jquery.com/jquery-3.1.1.min.js" | |
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" | |
crossorigin="anonymous"></script> | |
<script type="text/javascript"> |