pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
198 stars 167 forks source link

LoRa crashes immediatel #490

Open ichatz opened 3 years ago

ichatz commented 3 years ago

I get the error with both firmwares:

I initialize the LoRa module using the init command.

from network import LoRa
import socket
import binascii
import struct
import time

lora = LoRa(mode=LoRa.LORAWAN, region=LoRa.EU868)

I get the same behavior with LoRa.LORA.

Gives the same error with all the examples for LoRa from the pycom-libraries repository.

ThymoNL commented 3 years ago

Does the coredump provide any additional information?