Skip to content

E220-900T30D #6

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

Open
cafalchio opened this issue Aug 30, 2024 · 2 comments
Open

E220-900T30D #6

cafalchio opened this issue Aug 30, 2024 · 2 comments

Comments

@cafalchio
Copy link

Hi, I have tried example code on the e220 900T30D using the esp32 Expressif v4 kit.

from lora_e220 import LoRaE220
from machine import UART

uart2 = UART(2)
lora = LoRaE220('900T30D', uart2, aux_pin=15, m0_pin=21, m1_pin=19)

code = lora.begin()
print("Initialization: {}", ResponseStatusCode.get_description(code))

I am getting the following error: Any Idea how to solve?
Traceback (most recent call last):
File "", line 7, in
File "/lib/lora_e220.py", line 350, in begin
OSError: (-258, 'ESP_ERR_INVALID_ARG')

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

2 participants
@cafalchio and others