Hi,
I just received a new Heltec LoRa32 v2 and I cannot make it work with LMIC.
Pinout HELTEC v2
It seems to be that DIO0 and DIO1 changed to 34 and 35
It seems to be that DIO0 and DIO1 changed to 34 and 35. But anyway testing a simple example TTN-ABP, the board remains in
17213 Sending… Packet queued
17368 Waiting…
It’s like DIO0 and DIO1 are not connected (like in TTGO v2)
I am using lmic_pins as follow
// Pin mapping
const lmic_pinmap lmic_pins = {
.nss = 18,
.rxtx = LMIC_UNUSED_PIN,
.rst = 14,
.dio = {/dio0/ 34, /dio1/ 35, /dio2/ LMIC_UNUSED_PIN}
};
Any idea why?