News

General issue report Description: I’m trying to use the SPI SD card example from ESP-IDF to mount a micro-SD card via an SPI SD card module. It works fine using Arduino-ESP32, but fails in ESP-IDF.
The issue is that you are trying to compile the original C source code of the example as C++ (main.cpp). While valid C code usually is also valid C++ code, this is not the case here, as C++ doesn't ...
[Kevin] attached a MicroSD breakout board to an Arduino-compatible clone. When the clone starts up, it searches the SD card for a file called ‘program.hex.’ ...
About a year ago, Intel announced they’d be launching a new platform stuffed into an SD card. Imagine – an entire computer packaged into an SD card, with nine whole pins for power and I… ...
A maker developer has squeezed an Arduino onto an SD card. He was inspired by Intel’s Edison compute module and he tried to go one better. The result is the SDuino, an ATMega328P processor-based ...