Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.09 KB

MKR-IoT-Carrier-Serial-port-message-SD-card-not-detected.md

File metadata and controls

15 lines (10 loc) · 1.09 KB
title id
MKR IoT Carrier Serial port message: SD card not detected
360018131300

Even if there is no specific line in the main code stating to write this message in the serial port, this message will appear whenever there is no card or an issue with the attached cart in the carrier.

SD card no detected message

This message comes from the MKR IoT library included in the code when using the carrier as #include <Arduino_MKRIoTCarrier.h>, and it's displayed when initializing and testing the Carrier's different sensors and actuators.

If you want to check more in depth what's in the library, all the files are available in our github. Check here the Arduino_MKRIoTCarrier.cpp file.

If you are seeing this message, even if the SD card is attached to the carrier, please make sure the metal connectors are clean so the carrier can correctly interact with the SD. Please also make sure the card is correctly attached and pushed completely into the card holder.