Hmm, I was quite sure their GitHub repo was already mentioned here, but no… So:
-
Pin mapping from AliExpress and esp32.net:
-
White onboard LED is on pin 25.
And some asides:
-
The EU868 units I got all seem to be running the File > Examples > LoRa Function Basic Test > OLED_LoRa_Sender sketch, but then using
#define BAND 868E6
. So, to use OLED_LoRa_Receiver, change the value forband
in the example sketch. -
To make the receiver examples see the TTN LoRaWAN 868.1, use
#define BAND 868.1E6
. -
Using
LoRa.onReceive(callback)
does not work for me; callingLoRa.parsePacket()
withinloop()
works fine though. -
The orange battery LED is flashing like crazy; maybe attaching a battery makes it stop? @DeuxVis’ document claims: “The orange LED lights will go out when the battery is full”:
-
The same document also says: “To use the on-board IO port with touch function as the touch signal input (WIFI Kit32 and LoRa 32 with this function), add a 100 nF pulldown capacitor to this pin.”