News

Assume that you need to log some of your readings from the input pins of your Arduino Uno (or MEGA, etc.) dev board which needs to work standalone. The proper way is to store the log in 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 development module, which fits on a standard SD card. It even ...
[Flux Axiom] is using an Arduino Mega in his setup along with a cornucopia of sensors and all their data is being logged onto an SD card. All the code used in his setup is available in his GitHub ...
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. Environment: IDF Version: v5.4.1. OS ...