ESP-1ch-Gateway-v5.0--OLD/libraries
platenspeler b59250e29b Version 5.3.1; support for T_Beam ESP32, inclding ensor support for GPS and battery, 433MHz support and several bugfixes 2018-06-28 23:05:43 +02:00
..
ArduinoJson Version 5.2.0; ESP32 support 2018-05-30 12:05:44 +02:00
ESP32WebServer Version 5.2.0; ESP32 support 2018-05-30 12:05:44 +02:00
ESP8266_Oled_Driver_for_SSD1306_display Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
LoRaCode Version 5.3.1; support for T_Beam ESP32, inclding ensor support for GPS and battery, 433MHz support and several bugfixes 2018-06-28 23:05:43 +02:00
Streaming Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
Time Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
WiFiEsp Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
aes Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
esp32-http-update Version 5.2.1; Update esp32 name, and add libraries specific for ESP32 2018-06-12 16:42:31 +02:00
gBase64 Version 5.0.1; New state machine, new setup, no resets 2017-11-18 22:46:55 +01:00
README.md Version 5.2.0; ESP32 support 2018-05-30 12:05:44 +02:00

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.