How can i read/write bytes to SD card slot of MC60A?
I am working on a clickBoard with MC60 A GSM module from MikroEletronika company.
This clickBoard has two slots: (1) one for SIM card and another (2) for micro SD cards. I have read all the available documentation: AT commands user guide manual (Quectel documentation) and some code examples (Libstock) and i still cannot find any information about how can i communicate with sd card slot.
The only thing i've found about this topic was on quectel hardware guide:
The following are the main features of SD card interface: Only support 1bit serial mode; Not support the SPI mode for SD memory card; Not support multiple SD memory cards ;Not support hot plug; The data rate up to 48MHz in serial mode; Support memory cards with maximum capacity up to 32GB;
From this i assume it is a serial communication. So, with the info i know, the two questions i have are:
(1) Can i write/read bytes with the usage of AT commands? If yes, which AT commands?
(2) It is necessary any specific format for micro SD card (FAT, exFAT, FAT32 or NFTS) ?
Best regards,
Ricardo
sd-card at-command quectel
add a comment |
I am working on a clickBoard with MC60 A GSM module from MikroEletronika company.
This clickBoard has two slots: (1) one for SIM card and another (2) for micro SD cards. I have read all the available documentation: AT commands user guide manual (Quectel documentation) and some code examples (Libstock) and i still cannot find any information about how can i communicate with sd card slot.
The only thing i've found about this topic was on quectel hardware guide:
The following are the main features of SD card interface: Only support 1bit serial mode; Not support the SPI mode for SD memory card; Not support multiple SD memory cards ;Not support hot plug; The data rate up to 48MHz in serial mode; Support memory cards with maximum capacity up to 32GB;
From this i assume it is a serial communication. So, with the info i know, the two questions i have are:
(1) Can i write/read bytes with the usage of AT commands? If yes, which AT commands?
(2) It is necessary any specific format for micro SD card (FAT, exFAT, FAT32 or NFTS) ?
Best regards,
Ricardo
sd-card at-command quectel
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04
add a comment |
I am working on a clickBoard with MC60 A GSM module from MikroEletronika company.
This clickBoard has two slots: (1) one for SIM card and another (2) for micro SD cards. I have read all the available documentation: AT commands user guide manual (Quectel documentation) and some code examples (Libstock) and i still cannot find any information about how can i communicate with sd card slot.
The only thing i've found about this topic was on quectel hardware guide:
The following are the main features of SD card interface: Only support 1bit serial mode; Not support the SPI mode for SD memory card; Not support multiple SD memory cards ;Not support hot plug; The data rate up to 48MHz in serial mode; Support memory cards with maximum capacity up to 32GB;
From this i assume it is a serial communication. So, with the info i know, the two questions i have are:
(1) Can i write/read bytes with the usage of AT commands? If yes, which AT commands?
(2) It is necessary any specific format for micro SD card (FAT, exFAT, FAT32 or NFTS) ?
Best regards,
Ricardo
sd-card at-command quectel
I am working on a clickBoard with MC60 A GSM module from MikroEletronika company.
This clickBoard has two slots: (1) one for SIM card and another (2) for micro SD cards. I have read all the available documentation: AT commands user guide manual (Quectel documentation) and some code examples (Libstock) and i still cannot find any information about how can i communicate with sd card slot.
The only thing i've found about this topic was on quectel hardware guide:
The following are the main features of SD card interface: Only support 1bit serial mode; Not support the SPI mode for SD memory card; Not support multiple SD memory cards ;Not support hot plug; The data rate up to 48MHz in serial mode; Support memory cards with maximum capacity up to 32GB;
From this i assume it is a serial communication. So, with the info i know, the two questions i have are:
(1) Can i write/read bytes with the usage of AT commands? If yes, which AT commands?
(2) It is necessary any specific format for micro SD card (FAT, exFAT, FAT32 or NFTS) ?
Best regards,
Ricardo
sd-card at-command quectel
sd-card at-command quectel
asked Nov 12 at 16:32
Ricardo Goncalves
609
609
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04
add a comment |
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04
add a comment |
1 Answer
1
active
oldest
votes
I sent an e-mail to quectel manufacturer and they sent me a specific document for FILE AT commands. Here. For some reason, neither MikroEletronica or quectel have this file available on MC60 datasheets.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266400%2fhow-can-i-read-write-bytes-to-sd-card-slot-of-mc60a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I sent an e-mail to quectel manufacturer and they sent me a specific document for FILE AT commands. Here. For some reason, neither MikroEletronica or quectel have this file available on MC60 datasheets.
add a comment |
I sent an e-mail to quectel manufacturer and they sent me a specific document for FILE AT commands. Here. For some reason, neither MikroEletronica or quectel have this file available on MC60 datasheets.
add a comment |
I sent an e-mail to quectel manufacturer and they sent me a specific document for FILE AT commands. Here. For some reason, neither MikroEletronica or quectel have this file available on MC60 datasheets.
I sent an e-mail to quectel manufacturer and they sent me a specific document for FILE AT commands. Here. For some reason, neither MikroEletronica or quectel have this file available on MC60 datasheets.
answered Nov 20 at 12:20
Ricardo Goncalves
609
609
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266400%2fhow-can-i-read-write-bytes-to-sd-card-slot-of-mc60a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There exist no standardized AT commands for accessing a SD card, however the manufacturer is free to add its own non-standard commands for this. The point is that you MUST get hold of the MC60 A GSM module's AT command documentation. Nothing else will be useful for this.
– hlovdal
Nov 19 at 18:04