You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This usually happens by some misconnection to the default SPI MISO, MOSI and SCLK pins and the default values depend on the type of ESP32 you are using.
You can set your own SPI pins by calling spi.begin(LoRa_SPI_CLK, LoRa_SPI_MISO, LoRa_SPI_MOSI, LoRa_SPI_SS); where each pin points to your configuration.
Note this must be called BEFORE you call LoRa.begin().
Cesar
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.
The text was updated successfully, but these errors were encountered: