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
The builtin SDCard library doesn't return the SPI object. So in order to use SD and LoRa on the same SPI you have to either sideload an old SDCard library written in micropython or terminate the SPI connection after each usage.
Right now, we use two SPI for the SD and the LoRa. Is it possible to use a shared SPI? Please evaluate:
Maybe we can combine MOSI, MISO, SCK of both and get three additional pins for the next board?
The text was updated successfully, but these errors were encountered: