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

Starting LoRa with ESP32 fail #683

Open
phutai9101 opened this issue Mar 5, 2024 · 1 comment
Open

Starting LoRa with ESP32 fail #683

phutai9101 opened this issue Mar 5, 2024 · 1 comment

Comments

@phutai9101
Copy link

hi everybody, I am doing a project about esp32 with module lora sx1278. I can't start the lora module and get an error. Help meeee! thanks for reading.
5244b080109d475e597a12e51ee524c7-0
image

@qiweimao
Copy link

qiweimao commented Jun 3, 2024

while(true) is causing a inifnite loop, which results in your program crashing. Get rid of that first. Then, check if you can specify MOSI, MISO, SCK.

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