-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SD Init Failed message when Bluetooth is connected #758
Comments
addendum : |
i was having a similar issue until i swapped from using the windows formatter to the offical sd one https://www.sdcard.org/downloads/formatter/ |
I have this issue without any micro-SD card inserted. |
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: