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

Open Source! Sharing an Embedded AI Project

Open Source! Sharing an Embedded AI Project

Embedded AI is truly a hot direction nowadays, and I am gradually learning it myself. Without further ado, let’s get straight to the point and share an open-source project I encountered. Project Author: Search “Awesome Little Shrimp” on Bilibili This project is developed based on Espressif’s ESP-IDF. This project is an open-source initiative primarily for … Read more

Getting Started with ESP32 and ESP-IDF: A Comprehensive Guide

Getting Started with ESP32 and ESP-IDF: A Comprehensive Guide

I bought an ESP32S board from Taobao, and as soon as it arrived, I couldn’t wait to get started. I planned to work on the NanoFramework, which is an embedded system for .Net, supporting embedded development in C#. Of course, it also supports other languages like C, C++, Lua, JavaScript, AT commands, etc. There are … Read more

Getting Started with ESP32 Development

Getting Started with ESP32 Development

Previously, I shared about the ESP8266, and someone commented to try the ESP32. So I bought a few of them back, and of course, I thought about playing with everyone. Let me introduce this development board. Development board GitHub project link: https://github.com/Xinyuan-LilyGO/T-QT Download the repository code to local: We can develop ESP32S3 using both ESP-IDF … Read more