sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.6k stars 621 forks source link

Starting LoRa with ESP32 fail #683

Open phutai9101 opened 3 months ago

phutai9101 commented 3 months ago

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 commented 3 weeks ago

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.