Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thessy opened this issue Mar 13, 2021 · 0 comments
Open

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

thessy opened this issue Mar 13, 2021 · 0 comments

Comments

@thessy
Copy link

thessy commented Mar 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant