platenspeler 82fe24f425 Version 6.1.4; Repaired TinyGPS++ 5 年之前
..
ESP32WebServer 45debefd2c All Source Code for release 6 5 年之前
ESP8266_Oled_Driver_for_SSD1306_display 45debefd2c All Source Code for release 6 5 年之前
ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display 16ea709050 Version 6.1.1a; some filenames changed! Be careful 5 年之前
LoRaCode 16ea709050 Version 6.1.1a; some filenames changed! Be careful 5 年之前
Streaming 16ea709050 Version 6.1.1a; some filenames changed! Be careful 5 年之前
Time 45debefd2c All Source Code for release 6 5 年之前
TinyGPSPlus-1.0.2b 82fe24f425 Version 6.1.4; Repaired TinyGPS++ 5 年之前
WiFiEsp 45debefd2c All Source Code for release 6 5 年之前
aes 45debefd2c All Source Code for release 6 5 年之前
esp32-http-update 45debefd2c All Source Code for release 6 5 年之前
gBase64 45debefd2c All Source Code for release 6 5 年之前
README.md 45debefd2c All Source Code for release 6 5 年之前

README.md

Single Channel LoRaWAN Gateway

Version 5.1.0, May 10, 2018
Author: M. Westenberg (mw12554@hotmail.com)
Copyright: M. Westenberg (mw12554@hotmail.com)

All rights reserved. This program and the accompanying materials are made available under the terms of the MIT License which accompanies this distribution, and is available at https://opensource.org/licenses/mit-license.php
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Maintained by Maarten Westenberg (mw12554@hotmail.com)For information on installing libraries, see: http://www.arduino.cc/en/Guide/Libraries

Libraries Needed

These are the libraries you need for compiling the Gateway:

  • ArduinoJson (version 1.51) -> ArduinoJson.h
  • ESP8266 Oled library SH1106, (V 4.0.0 by Weinberg) -> sh1106.h
  • ESP8266 Oled library SSD1306 (V 4.0.0 by Weinberg) -> ssd1306.h
  • WifiManager (Version 0.12.0 by Tzapu) -> WiFiManager.h

Some Libraries are not installed in the Arduino directory, but in the sketch directory:

  • aes
  • ESP8266-Oled_Driver_for_SSD1306_display
  • gBase64
  • Streaming
  • Time
  • WiFiEsp

Libraries are specified in the ESP-sc-gway.ino file as include files.