Testing SD Card Read/Write with ESP32

Testing SD Card Read/Write with ESP32

Introduction The previous article introduced a circuit board I designed for a mobile storage device, and I have received the physical PCB. Now that I have soldered the circuit board, I would like to first test whether the SD card’s read and write capabilities are functioning properly. img Other articles in this series 1. Mobile … Read more

How to Install Custom Firmware on a Camera via SD Card

How to Install Custom Firmware on a Camera via SD Card

0x01. Camera SD Card Flashing Experience Recently, I researched the SD card flashing function of a camera I have, which only supports FAT32 formatted SD cards. Therefore, I needed to format the SD card to FAT32 first. Additionally, Microsoft limits FAT32 to a maximum capacity of 32GB, so I could only use an SD card … Read more

How to Use SD Card Module with Arduino Development Board

How to Use SD Card Module with Arduino Development Board

Today, Teacher Cheng from the Mark Pen Design Study Abroad continues to bring knowledge about Arduino. In previous articles, many common sensors have been introduced, such as ultrasonic sensors, human infrared sensors, and photoresistors.This time we will talk about a slightly more complex module – the SD card module. Actually, when it comes to music … Read more