Lora Basic Gateway Module - Elecrow
https://www.elecrow.com/wiki/index.php?title=Lora_Basic_Gateway_ModuleThe Lora Basic Gateway Module is a single-channel Lora gateway module that combines the ESP32 WROOM 32UE with the RA-01H module. It uses a TYPE C USB interface for power supply and is equipped with a LAN8720A-10/100Mbps RMII interface Ethernet chip. In addition to being able to connect to the network via ESP32 WIFI, it can also be connected to a wired network through an RJ45 network interface.
Comments
I have same problem.
I received the gateway module yesterday - after Wi-Fi was configured incorrectly, it stopped working - attempts to download new firmware according to the instructions talk about a problem in the project code - a very unsuccessful start - I now have a dead device - has anyone found a solution?
FQBN: esp32:esp32:esp32
Using board 'esp32' from platform in folder: C:\Users\admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3
Using core 'esp32' from platform in folder: C:\Users\admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3
C:\Users\admin\AppData\Local\Temp\arduino\sketches\4CC0129D31A87EFA284813CD4806E592\sketch\ESP-sc-gway-end.ino.cpp -o nul
Alternatives for TimeLib.h: []
ResolveLibrary(TimeLib.h)
-> candidates: []
E:\YandexDisk\Project_LoRaWAN\Data\Gateway\2024.01.11\Elecrow\Ressource\ESP-Lora_Factory_program\ESP-sc-gway-end\ESP-sc-gway-end.ino:57:10: fatal error: TimeLib.h: No such file or directory
#include <TimeLib.h> // http://playground.arduino.cc/code/time
^~~~~~~~~~~
compilation terminated.
Using library SPI at version 2.0.0 in folder: C:\Users\admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\SPI
exit status 1
Compilation error: TimeLib.h: No such file or directory
Arduino does not find all the files specified in the gateway project, they are not there:
for example #include <TimeLib.h> #include <ArduinoJson.h> #include <gBase64.h> .......