Arduino Due + Ethernet Shield + Micro SD HTTP Server app in Microchip Studio

Опубликовано: 22 Апрель 2026
на канале: E-exp
561
10

This time we do a HTTP request handling server app that loads the web page and a image from a FAT32 formated Micro SD card or from the internal flash memory - generated binary files using lwIP script.
About the SDMMC there are few things to check like if the correct chip select is used, if the define for memory access is present, are the memory functions enabled in ASF and many more - all is said in the video.
For generating a html or other file in a binary form to put in the c file check my HTTP server video with SAME70.

Link to the repo with the project:
https://github.com/E-exp/Arduino-Due-...