News

GND - GND (pin 14 on the ATtiny1641). A4 - SDA (pin 8 on the ATtiny1641). A5 - SCL (pin 9 on the ATtiny1641). You can go ahead and try this with the example Arduino interface script provided. Regular ...
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 ...
LM35 & Memory Card This is a little DIY project with an Arduino Uno, SD card breakout board, and LM35 temperature sensor. To build a temperature logger using a microSD card, just connect the LM35 ...
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.
[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 ...