CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:44:33 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c3a906bb8860e-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=98878d43-dcc3-48ed-8911-7d86c0697c03; expires=Mon, 27 Jul 2026 12:44:32 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 84a85b8a-c902-4a2b-9f76-3a49e79ac05f
x-worker-origin-response-time: 438000000
x-dns-prefetch-control: off
set-cookie: prov=98878d43-dcc3-48ed-8911-7d86c0697c03; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=E9nc5zcDEaZdJ7p5nbHW_ftx8x.iDOe5nziRrxxUtPc-1753620273-1.0.1.1-FYZwiurz5Wj7WDcZkH1HcLobQlLMF5c8nv8aqlkTbdb4XgDM0ouzNXF_2F6qlXBYkwZPHzuKxe0mFWMw.p.rGG8ydKg5z0zpgPxmX6QGvds; path=/; expires=Sun, 27-Jul-25 13:14:33 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=wyOhLJ.KJzRtJ60DV82h.3JmxpJy9Uo.X0sTCEA7w48-1753620273151-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'sd-card' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [sd-card]
SD cards are often used with the Arduino Ethernet Shield. They stand for "secure digital cards" and fit into one's palm. They range from 256MB to 128GB, although most Arduinos only use 4GB. There are also SD micro cards, a smaller version of the cards.
378 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
58
views
Musicbox freezes or can no longer find songs (FeatherRP2040, VS1053, Neokey1x4 x 2, RotaryEncoder)
I have a problem with my code for a music box that has the following features.
Using two neokey1x4 I can switch between folders on the SD card and press play/pause, stop, next song, previous song. ...
0
votes
1
answer
400
views
Set SPI Mode on Arduino Uno R4
I am switching a code from Arduino Uno R3 to Arduino Uno R4 Wifi due to the limitation of RAM spaces on R3. I use a thermocouple shield and SD Card read/write shield with the project, which requires ...
0
votes
1
answer
277
views
Change MKR Zero SD SPI Pins
I have been trying to learn more about using the ATSAMD21 MCU with Arduino. I designed and assembled a bare bones breakout board and have successfully flashed the MKR Zero bootloader and uploaded ...
0
votes
0
answers
42
views
Custom PCB based on the Adafruit PyBadge with Multiple SPI interfaces for SD Card and other devices
I'm currently working on a tracking device with multiple sensors on a custom PCB. The device uses Narrowband LTE, SPI flash, and an SD card, all managed by an ATSAMD51J19A microcontroller. To ...
0
votes
1
answer
101
views
WiFi credentials pulled from an SD card fail, but work hard-coded?
I'm trying to move my hard-coded wifi SSID/password credentials to an SD card so they can be more easily changed, but when passing the SSID to the WiFi.begin() function, I'm getting a status code 1 - &...
1
vote
2
answers
171
views
Can't read SD card
I get errors to open file on SD card. This is the instructions I use https://www.instructables.com/Micro-SD-Card-Tutorial/
/*
SD card read/write
This example shows how to read and write data to ...
0
votes
1
answer
57
views
Why can't I write to SD, while the ReadWrite example works?
I've created a sensor that measures the color of the external cerebrospinal fluid drain using TCS3200. I'm able to get readings, but I'm unable to save them on the SD card, yet I'm very much able to ...
0
votes
0
answers
197
views
How can I save an image from the ESP32-CAM to a separate SD card?
For a project, I need to take a picture with the ESP32-CAM, save it to an SD card, and then have the Arduino UNO access the image. I have the ESP32-CAM with OV2640 connected to the ESP32-CAM-MB, which ...
0
votes
0
answers
711
views
ESP-C3 Super mini MAX98357A and SD Card Reader together
After a lot of research and minimum results about pin mapping and particular specific configurations for SPI and I2S on ESP-C3, i about to give up on this.
I have recently bought ESP32-C3 Supermini ...
0
votes
0
answers
109
views
0
votes
1
answer
343
views
More flash memory with SD card
I am pretty sure that everyone have seen the low flash memory error, the same I have got while making my raycaster. So, I was thinking that is there any way to increase the flash memory of ESP32 with ...
1
vote
1
answer
139
views
SdFat.h pin selection ESP8266
This super simple code, that saves data to a csv file, works perfectly fine on my Arduino Uno (I am using the default SPI pins).
However, for my project I need to use an ESP8266. Does the library ...
0
votes
1
answer
243
views
1
vote
1
answer
282
views
I can't connect a microSD card
I can’t connect a microSD card to either the Arduino or the ESP32. It needs to be connected to the ESP32; I just tested it on the Arduino to see if it works at all.
Equipment: ESP32 devkit v1, Arduino ...
2
votes
1
answer
239
views
Recursive listing of SD card files
I'm working on a MP3 player and I want to list all files on the SD card.
I have found this code on internet :
void displaySdCardContent(FileItem& item, int numTabs) {
for (int i = 0; i < ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 94
spi × 50
arduino-mega × 48
datalogging × 24
arduino-nano × 22
sd × 22
esp8266 × 21
esp32 × 21
shields × 17
arduino-ide × 16
serial × 15
programming × 15
c++ × 13
audio × 13
ethernet × 12
sd.h × 12
lcd × 11
arduino-due × 10
rtc × 10
sensors × 9
wifi × 9
power × 9
adafruit × 9
web-server × 8
display × 8
more related tags
Hot Network Questions
- Are classified documents subject to a subpoena in discovery?
- Why am I winning always? A coincidence perhaps?
- How to put commutative symbol in a commutative diagram?
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- edge to curve endpoint move/transform to normal direction
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- Why does Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- Forces applied to a car hood while driving
- Will a reinforced 1" concrete slab be durable?
- Time Machine backup disk not writeable any longer
- Did Denmark report that 64% Palestinian refugees from 1992 received serious fines or jail time?
- "I met a monk and philosopher." How many people did I meet?
- When did the OEIS get even better?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- Blinded despite Blindsight?
- Calculus Books Recommendation
- Anonymizing a submission for double-blind review
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Existence of Jordan curves between a compact and an open set
- spots / stains on tubeless tire
- Will this work as an XOR gate?
- What is the meaning of 'Tel.......,qui......'
- JK flip-flop timing diagram: is Wikipedia correct?
- Extensions of diagonalizable, respectively multiplicative-type, groups