-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Hello everyone,
Anyone have an error like the one below
`LMIC-node
Device-id: nodemcu-32s
LMIC library: MCCI
Activation: OTAA
Interval: 60 seconds
FAILURE
.pio/libdeps/nodemcu_32s/MCCI LoRaWAN LMIC library/src/lmic/oslmic.c:53`
i used wiring like below
SPI/LoRa module GPIO
MOSI <――――――――――> 23 (MOSI)
MISO <――――――――――> 19 (MISO)
SCK <――――――――――> 18 (SCK)
NSS <――――――――――> 5 (SS)
RST <――――――――――> 27
DIO0(IO14) <――――――――――> 34
DIO1(IO13) <――――――――――> 35
DIO2 - Not needed for LoRa.
When i compiled the log message
`PLATFORM: Espressif 32 (4.2.0) > NodeMCU-32S
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
- framework-arduinoespressif32 @ 3.20002.220503 (2.0.2)
- tool-esptoolpy @ 1.30300.0 (3.3.0)
- toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch3
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 34 compatible libraries
Scanning dependencies...
Dependency Graph
|-- U8g2 @ 2.34.13
| |-- SPI @ 2.0.0
| |-- Wire @ 2.0.0
|-- EasyLed @ 1.1.0
|-- MCCI LoRaWAN LMIC library @ 4.1.1
| |-- SPI @ 2.0.0
|-- Wire @ 2.0.0`
Thanks for your help