platenspeler 45debefd2c All Source Code for release 6 пре 5 година
..
ArduinoJson 45debefd2c All Source Code for release 6 пре 5 година
ESP32WebServer 45debefd2c All Source Code for release 6 пре 5 година
ESP8266_Oled_Driver_for_SSD1306_display 45debefd2c All Source Code for release 6 пре 5 година
Heltec_ESP32_Dev-Boards 45debefd2c All Source Code for release 6 пре 5 година
Heltec_ESP8266_Dev-Boards 45debefd2c All Source Code for release 6 пре 5 година
LoRaCode 45debefd2c All Source Code for release 6 пре 5 година
Streaming 45debefd2c All Source Code for release 6 пре 5 година
Time 45debefd2c All Source Code for release 6 пре 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.