Xinyuan-LilyGO / LilyGo-LoRa-Series

LILYGO LoRa Series examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SD with LoRa fails

mkarat99 opened this issue · comments

I'm using T-Beam Supreme (M) board and trying to use the SD card with LoRa but it seems that there is a conflict to the SPI initialization. While the SD.begin() is successful and appends data on the SD card file, once LoRa transmission is executed (and vice versa), the board crashes. Do you have any suggestion for a solution to this?

Thank you!

I cannot see where you actually use the SD in your code. It initializes successfully, but when I am trying to create or append to a file, it fails.

Can you post your test code?