Howdy, I purchased one of these:
https://www.ebay.com/itm/LoRaGo-Dock-915MHz-Single-Channel-LoRaWAN-Gateway-Based-on-SX1276-and-ESP8266/184034442425?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649
and installed the sketch from here:
I follwed the instructions, though I couldn't figure out how to include "Streaming library, used in the wwwServer part" from the "Dependencies" section.
When I try to compile it I get the error messagem, "#error "AES128_V10_H not defined" which results in, "Error compiling for board NodeMCU 1.0 (ESP-12E Module)"
An internet search resulted in no other cases of the same error message. I'm pretty much a script kidddie when it comes to c+,. I am a newby at all of this, and I'm lost here.
AES128_V10_H not defined.txt (88.7 KB)
When you downloaded the project it should have included "library_dependancy.zip". When you expand that .zip it should create a older called 'libraries' that contains, among others, the 'Streaming' and 'aes' folders. Put all of the libraries in that archive into your Arduino/libraries folder.
Howdy John
Dohh, So I included streaming.h in the sketch. The sketch seems to have found the library. That did not seem to change the error.
AES128_V10_H not defined-2.txt (88.5 KB)
I've tried to paste a copy of the sketch here, but was given a warning that it was more than 9000 characters and would not be posted. How do I properly post the sketch
BCAnderson:
I've tried to paste a copy of the sketch here, but was given a warning that it was more than 9000 characters and would not be posted. How do I properly post the sketch
The same way you posted in reply #2... an attachment.
THANKS!
Attached is the sketch
AES128_V10_H not defined-2 Sketch.txt (35.1 KB)