uPyLoRaWAN icon indicating copy to clipboard operation
uPyLoRaWAN copied to clipboard

Sparkfun ESP32 Lora (WRL 15006) & config.py

Open thessy opened this issue 4 years ago • 0 comments

Hi,

have a "Sparkfun ESP32 Lora (WRL 15006)" board. MicroPython is running on it.

Tried to make "device_config" section in "config.py" with informations from this schematic.

device_config = { 'miso':14, 'mosi':16, 'ss':27, 'sck':13, 'dio_0':11, 'reset':3, 'led':28, }

But starting main.py is failing with "Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x4010551c: 0020c010 ffbf0000 ffffffff"

Does somebody understand the schmatic above and can help me, getting a correct "device_config" section for this board?

I'm completely new to micropython and LoRaWAN.

thessy avatar Mar 13 '21 10:03 thessy