Skip to content

Commit af61d57

Browse files
authored
Merge pull request #1428 from adafruit/rp2040_adalogger
adding Feather RP2040 Adalogger
2 parents da1ca18 + 1ab8c6c commit af61d57

4 files changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: download
3+
board_id: "adafruit_feather_rp2040_adalogger"
4+
title: "Feather RP2040 Adalogger Download"
5+
name: "Feather RP2040 Adalogger"
6+
manufacturer: "Adafruit"
7+
board_url:
8+
- "https://www.adafruit.com/product/5980"
9+
board_image: "adafruit_feather_rp2040_adalogger.jpg"
10+
date_added: 2024-06-28
11+
family: raspberrypi
12+
tags:
13+
- Adalogger Feather
14+
- Adalogger
15+
- Feather Adalogger
16+
features:
17+
- Feather-Compatible
18+
- Battery Charging
19+
- STEMMA QT/QWIIC
20+
- USB-C
21+
- Breadboard-Friendly
22+
---
23+
24+
This is the <b>Adafruit Feather RP2040 Adalogger</b> - our take on an 'all-in-one' RP2040 data-logger (or data-reader) with built-in USB, battery charging, and a microSD holder ready to rock! [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather)
25+
26+
The RP2040 Adalogger is the same size and shape as a Feather and is intended to make your next data logging or data reading project super easy. Micro SD card socket wired for SPI or SDIO? Yes! STEMMA QT / Qwiic connector for fast I2C? Of course! Neopixel? It's a-glowin' This board will work excellently with Arduino or CircuitPython/MicroPython for any data recording/retreiving projects.
27+
28+
At the Feather's heart is an RP2040 chip, clocked at 133 MHz and at 3.3V logic, the same one used in the [Raspberry Pi Pico](https://www.adafruit.com/product/4864). This chip has a whopping 8MB of onboard QSPI FLASH and 264K of RAM! This makes it great for buffering and processing data before writing it to the SD card.
29+
30+
To make it easy to use for portable projects, we added a connector for any of our 3.7V Lithium polymer batteries and built-in battery charging. You don't need a battery, it will run just fine straight from the USB Type C connector. But, if you do have a battery, you can take it on the go, then plug in the USB to recharge. The Feather will automatically switch over to USB power when it's available.
31+
32+
<b>Here're some handy specs! You get:</b>
33+
34+
* Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
35+
* Light as a (large?) feather - 6.3 grams
36+
* RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
37+
* 264 KB RAM
38+
* <b>8 MB SPI FLASH</b> chip for storing files and CircuitPython/MicroPython code storage. No EEPROM
39+
* <b>Tons of GPIO! 21 x GPIO pins with following capabilities:</b>
40+
* <b>Four</b> 12-bit ADCs (one more than Pico)
41+
* Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
42+
* 16 x PWM outputs - for servos, LEDs, etc
43+
* <b>Built-in 200mA+ lipoly charger</b> with charging status indicator LED
44+
* <b>Pin #13 red LED</b> for general purpose blinking
45+
* <b>RGB NeoPixel</b> for full-color indication.
46+
* <b>MicroSD card holder</b> for adding as much storage as you could possibly want for reading or writing. Connected to the 'second' SPI port on pins 18, 19, 20 and card select on 23. Optional card detect line can be connected to pin 15. For advanced hackers who want to use 4-bit SDIO, we connect DAT1 and DAT2 to 21 and 22 - note we do not have Arduino or CircuitPython code for this mode.
47+
* On-board <b>STEMMA QT connector</b> that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
48+
* <b>Both Reset button and Bootloader select button for quick restarts</b> (no unplugging-replugging to relaunch code)
49+
* <b>USB Type C connector</b> lets you access built-in ROM USB bootloader and serial port debugging
50+
* 3.3V Power/enable pin
51+
* 4 mounting holes
52+
* 12 MHz crystal for perfect timing.
53+
* 3.3V regulator with 500mA peak current output
54+
55+
Comes assembled and tested, with some header. You'll need a soldering iron to attach the header for installing onto your Feather. Stacking headers will let you put another FeatherWing on top. <b>Lipoly battery, MicroSD card, and USB cable not included</b> (but we do have lots of options in the shop if you'd like!)
56+
57+
## Purchase
58+
59+
* [Adafruit](https://www.adafruit.com/product/5768)
1.57 MB
Loading
200 KB
Loading
39.7 KB
Loading

0 commit comments

Comments
 (0)