lemariva / uPyLoRaWAN

ESP32 using MicroPython meets LoRa and LoRaWAN.
https://lemariva.com/blog/category/lora
Apache License 2.0
225 stars 55 forks source link

Sparkfun ESP32 Lora (WRL 15006) & config.py #18

Open thessy opened 3 years ago

thessy commented 3 years ago

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.