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
On the Facet we don't have a hardware card detect, we have to use software: we send SPI commands every few seconds to detect if a user has hot-inserted an SD card.
What you are seeing are false-positives. The SPI interface is reporting that something responded, but then when we try to mount the card using the SdFat library, the library fails (because there is no card there).
This should not affect the performance of the system. We should however try to suppress the frequency of the failure messages.
Subject of the issue
As soon as the Facet is bluetooth connected, there are a lot of
sd init failed
message when you read the serial outputYour workbench
Steps to reproduce
Connect a terminal on the Usb serial output, wait a few seconds, then connect a android phone with the Facet via a Ntrip Client.
Expected behavior
I don't know if it's a big deal, but it's strange, we should not see this type of message.
The text was updated successfully, but these errors were encountered: