ESP32_LoRaWAN
ESP32_LoRaWAN copied to clipboard
Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Au...
I have tried to implement in OTAA_DHT11.ino a battery voltage measurement to include it via payload to the LoRaWan (remote location with solar panel/battery powered) in order to control the...
An idea for a next release of this library. It is convenient to have OTAA parameters (APP_EUI, APPKEY, DEV_EUI) as defined in the library when you only have one device,...
Thank you for everything. In the README.md, part _installing_, are you sure of the possibility of the first point? - install it using the Arduino Library manager ("Sketch" -> "Include...
I am trying to use OTAA_DHT11.ino on the Heltec Wireless Stick In LoRaMac-definitions.h is the line .. `#define USE_BAND_915` If I compile everything (in the arduino compiler) it all works,...
Dear Support, I have tested with the example when joins work for some times. But after some test i didn't any more! But I see on my gateway the the...
Hi, I'm using this library to make a simple IoT project. I have to send only 2 or 3 messages per day, so in order to reduce power consumption i...
/Users/pprem/Documents/Arduino/libraries/ESP32_LoRaWAN-master/examples/OTAA/OTAA.ino: In function 'void loop()': OTAA:64:28: error: no matching function for call to 'LoRaClass::DeviceStateInit()' LoRa.DeviceStateInit(); ^ In file included from /Users/pprem/Documents/Arduino/libraries/ESP32_LoRaWAN-master/examples/OTAA/OTAA.ino:35:0: /Users/pprem/Documents/Arduino/libraries/ESP32_LoRaWAN-master/src/LoRa.h:87:8: note: candidate: void LoRaClass::DeviceStateInit(DeviceClass_t) void DeviceStateInit(DeviceClass_t CLASS); ^...
Hello, anyone having this issue? I can't complete JOIN on TTN server. I'm using a single channel Lora gateway, just for technology validation, but i can't see any data on...
I would like to use my epaper with HeltecV2 and LoRa. Is there something wrong with my pinmapping. I use LMIC which works fine but Epaper does not! For E-paper...
Dear, I'm starting the studies with Heltec Wifi LoRa V2 and following a tutorial to connect her to the LoRa network (https://robotzero.one/heltec-lora32-lorawan-node/), I found your library. However, when I compile...