sd card

DRAG AND DROP FILES ON SELECT ARDUINO BOARDS

DRAG AND DROP FILES ON SELECT ARDUINO BOARDS

Historically, getting files on to a microcontroller device was a fraught process. You might have found yourself placing image data manually into arrays in code, or perhaps repeatedly swapping SD cards in and out. For select Arduino boards, that’s no longer a problem – thanks to the new TinyUSB library from Adafruit (Youtube link, embedded below). …

DRAG AND DROP FILES ON SELECT ARDUINO BOARDS Read More »

ulibSD – a library for use SD cards in SPI mode with uControllers

ulibSD – a library for use SD cards in SPI mode with uControllers

ulibSD It’s a library for use SD cards in SPI mode with uControllers, entirely writtenin C. This library can work with SD cards and also has the possibility to emulate the behavior in a PC file (GNU/Linux) using the macro _M_IX86. It’s for debugging purposes. The data transfer is oriented to 512 byte size, remember …

ulibSD – a library for use SD cards in SPI mode with uControllers Read More »

‘Circuit Cobbling’ the Riffle Data Logger

‘Circuit Cobbling’ the Riffle Data Logger

I always considered circuit boards like this something you bought, not something you made. Not any more. I actually helped to make the board in the picture above. And it was awesome fun. The board is designed to monitor the conductivity (and, possibly, contamination) of water in lakes and streams, with the wonderful feature that …

‘Circuit Cobbling’ the Riffle Data Logger Read More »

Arduino TFT Forecast Weather Station with ESP8266

Arduino TFT Forecast Weather Station with ESP8266

This project, builds on Wunderground weather forecast via the Internet. Specs: 1. 3 days weather forecast (Low&High temps, probably of precipitation, condition icons) 2. Current weather conditions (Current temp, feelslike temp, humidity, pressure) 3. Current wind directions & speed with analog gauge meter. 4. Indoor temperature with Dallas 18b20 Temperature sensor. 5. NTP time via …

Arduino TFT Forecast Weather Station with ESP8266 Read More »

Cat Detector

Arduino Cat Detector SD Card Logger

I used: an Arduino Uno a Parallax PIR Motion Sensor and a Seeed Studio SD Card Shield Arduino, shield, sd card, logging shield, storage, logger Check out This instructable on PIRs in case you didn’t know what it is: http://www.instructables.com/id/PIR-Motion-Sensor-Tutorial/ Step 1: Connect your PIR Sensor Hook up the PIR Sensor Ground pin to Ground …

Arduino Cat Detector SD Card Logger Read More »

Scroll to Top