Data Logging Shield for Arduino

WhaddaSKU: RB-Vel-135
Manufacturer #: WPSH202

Price  :
Sale price $16.13

Shipping calculated at checkout

Stock  :
Only 2 units left

Payments and Security

American Express Apple Pay Diners Club Discover Google Pay Mastercard PayPal Shop Pay Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

Description

  • Data logging shield for Arduino Uno R3 USB Microcontroller  that uses the Arduino SD and RTC libraries
  • Features a stackable headers, a back-up battery for RTC and a reset button
  • Prototyping area (102 solder pads) for soldering connectors, circuitry or sensors
  • Works with FAT16 or FAT32 formatted cards
  • With onboard 3.3 V regulator to run SD cards that require a lot of power

The Data Logging Shield for Arduino is a dedicated and well-designed data logging shield for Arduino. Its SD card interface works with FAT16 or FAT32 formatted cards. The 3.3 v level shifter circuitry prevents damage to your SD card. Also, the real-time clock (RTC) keeps the time going even when the Arduino is unplugged.

Data Logging Shield for Arduino- Click to Enlarge

It works with Arduino Mega 2560 Microcontroller Rev3

  • 43 x 17 x 9 mm
  • Back-up battery: CR1220 battery (incl.)

Customer Reviews

Based on 3 reviews
0%
(0)
100%
(3)
0%
(0)
0%
(0)
0%
(0)
K
KB
Error in datasheet for using with Mega

I was successfully using the data logger with an uno, but had to migrate the project to Mega and was having no luck until I realized there's a typo in the datasheet. I feel very silly for missing it, but I wanted to share it. The data sheet says:

The ATmega2560 (VMA101) and ATmega32u4 Leonardo (VMA103) development boards do not use the same hardware SPI pin-out. If you are using one of these boards, please specify the pins used for SPI communication with the SD card. For the VMA202, these are pins 10, 11, 12 and 13. In the CardInfo sketch, modify line:
while (!card.init(SPI_HALF_SPEED, chipSelect)) {
to:
while (!card.init(SPI_HALF_SPEED,1,11,12,13)) {

That second line that yuo are changing TO should actually be
while (!card.init(SPI_HALF_SPEED,10,11,12,13)) {
-- this should have been obvious to me but I missed it for an embarrassingly long time. Changing the 1 to a 10 worked great.

S
Sergio
Limites de la carte SD

Le logiciel ne prend en charge que FAT et ne reconnaît pas les cartes SD exFAT, j'ai réussi à le faire enregistrer avec le temps avec une ancienne carte SD de 16 Go, et j'ai dû charger une image juste pour régler l'horloge, je travaille en ajoutant une horloge écran et boutons pour pouvoir régler l'horloge si nécessaire en tant qu'appareil autonome

S
Sergio
SD card limitations

The software only supports FAT, and doesn't recognize exFAT SD cards, I manage to get it datalloging with time with a old 16GB SD card, and had to load one image just to set the clock, I'm working in adding one clock display and buttons to be able to set the clock if needed as stand alone device

Estimate shipping

You may also like