SD Card on the IDW04A1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-14 7:39 AM
Hi,
I am using the IDW04A1 WiFi module for a project where I want to transfer potentially large files to a server. Is there a way of accessing the SD slot from my MCU?
I am using the STM32F401RE MCU and currently I use an external SD to save files. If I can access the on board SD card slot that would make things a lot simpler.
Thanks
Labels:
- Labels:
-
SDIO-SDMMC
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-19 4:41 AM
Hi,
you several way to transfer files from/to the SD card:
- through the command interface, using filesystem commands (AT+S.FSC/FSP/...)
- through the air by TFTP or HTTP commands
The SD card is also accessible through the on board http(s) server.
Does this answer your question?
Regards,
Elio
