Actualités

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 ...
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 ...
[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.’ ...
The board counts with different sensors. First of all, for programing it I use a ft232rl usb to serial converter, the sensors that I have conected are: BMP388 (VSPI), MPU9250 (I2C), LoRa module (VSPI) ...
SD cards can be accessed with two modes. The first is the SDIO mode, which is what cameras, laptops, and other card readers use. The second mode is SPI mode. SPI is slower, but much, much simpler.