Add missing boards for CP 8.1.0-beta.2 plus some Blinka boards

This commit is contained in:
Melissa LeBlanc-Williams 2023-05-04 16:07:44 -07:00
parent 5ccb5f57b9
commit 210288876b
66 changed files with 692 additions and 40 deletions

View file

@ -7,6 +7,7 @@ manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/4884"
board_image: "adafruit_feather_rp2040.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
blinka: true
date_added: 2021-12-6
features:
- Feather-Compatible

View file

@ -0,0 +1,65 @@
---
layout: download
board_id: "adafruit_feather_rp2040_can"
title: "Feather RP2040 CAN Bus Download"
name: "Feather RP2040 CAN Bus"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5724"
board_image: "adafruit_feather_rp2040_can.jpg"
blinka: true
date_added: 2023-5-2
tags:
- CAN Bus Feather
- Feather CAN Bus
features:
- Feather-Compatible
- Battery Charging
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
---
If you'd like quickly get started with CAN bus interfacing, with no soldering required, our **Adafruit RP2040 CAN Bus Feather** comes ready-to-rock with a microcontroller, CAN chipset and terminal blocks for instant gratification. [The controller used is the MCP26525 (aka a MCP2515 with built-in transciever), an extremely popular and well-supported chipset](https://www.microchip.com/en-us/product/MCP2515) that has drivers in Arduino and [CircuitPython](https://github.com/adafruit/Adafruit_CircuitPython_MCP2515) and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps.
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. [We have other boards in the Feather family, check'em out here](https://www.adafruit.com/feather).
[CAN Bus is a small-scale networking standard](https://en.wikipedia.org/wiki/CAN_bus), originally designed for cars and, yes, busses, but is now used for many robotics or sensor networks that need better range and addressing than I2C and don't have the pins or computational ability to talk on Ethernet. CAN is 2 wire differential, which means it's good for long distances and noisy environments.
Messages are sent at about 1Mbps rate - you set the frequency for the bus and then all 'joiners' must match it, and have an address before the packet so that each node can listen in to messages just for it. New nodes can be attached easily because they just need to connect to the two data lines anywhere in the shared net. Each CAN device sends messages whenever it wants, and thanks to some clever data encoding, can detect if there's a message collision and retransmit later.
We've added a few nice extras to this Feather to make it useful in many common CAN scenarios:
- [**5V charge-pump voltage generator**](https://www.adafruit.com/product/3661), so even though you are running 3.3V on a Feather board, it will generate a nice clean 5V as required by the interal transceiver.
- **[3.5mm soldered terminal block](https://www.adafruit.com/product/725)** quick access to the High and Low data lines as well as a ground pin, without any soldering.
- **120-ohm termination resistor on board**, you can remove the termination easily by cutting the jumper marked TERM on the top of the board.
- **CAN control CS, Reset, Int, standby pins** connected internally so you can use any FeatherWing without pin conflicts.
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 8 MB of onboard QSPI FLASH and 264K of RAM! There's even room left over for a STEMMA QT connector for plug-and-play of I2C devices.
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.
**Here're some handy specs! You get:**
- Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
- Light as a (large?) feather - 6.3 grams
- RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
- 264 KB RAM
- **8 MB SPI FLASH** chip for storing files, images and CircuitPython/MicroPython code storage. No EEPROM
- Tons of GPIO! 21 x GPIO pins with following capabilities:
- **Four** 12-bit ADCs (one more than Pico)
- Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
- 16 x PWM outputs - for servos, LEDs, etc
- **Built-in 200mA+ lipoly charger** with charging status indicator LED
- **Pin #13 red LED** for general purpose blinking
- **RGB NeoPixel** for full-color indication.
- On-board **STEMMA QT connector** that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
- **Both Reset button and Bootloader select button for quick restarts** (no unplugging-replugging to relaunch code)
- **USB Type C connector** lets you access built-in ROM USB bootloader and serial port debugging
- 3.3V regulator with 500mA peak current output and power enable pin
- 4 mounting holes
- 12 MHz crystal for perfect timing.
- **Support circuitry for CAN Bus using SPI interface**
## Purchase
* [Adafruit](https://www.adafruit.com/product/5724)

View file

@ -0,0 +1,62 @@
---
layout: download
board_id: "adafruit_feather_rp2040_rfm"
title: "Feather RP2040 RFM9x Board Download"
name: "Feather RP2040 RFM9x"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5714"
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
blinka: true
date_added: 2023-4-4
features:
- Feather-Compatible
- Battery Charging
- LoRa/Radio
- USB-C
- Breadboard-Friendly
---
This is the Adafruit Feather RP2040 RFM9x. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi.
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.
It's kinda like we took our RP2040 Feather and an RFM9x breakout board and glued them together. You get all the pins for use on the Feather, the LiPoly battery support, USB C power / data, onboard NeoPixel, 8MB of FLASH for storing code and files, and then with the 8 unused pins, we wired up all the DIO pins on the RFM module. There's even room left over for a STEMMA QT connector and a uFL connector for connecting larger antennas.
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. This chip has a whopping 8MB of onboard QSPI FLASH and 264K of RAM! This makes it great for making wireless sensor nodes that can send to each other without a lot of software configuration.
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.
## Technical Details
* Measures approximately 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
* Light as a (large?) feather - approximately 6 grams
* RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
* 264 KB RAM
* 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM
* Tons of GPIO! 21 x GPIO pins with following capabilities:
* Four 12-bit ADCs (one more than Pico)
* Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
* 16 x PWM outputs - for servos, LEDs, etc
* Built-in 200mA+ lipoly charger with charging status indicator LED
* Pin #13 red LED for general purpose blinking
* RGB NeoPixel for full-color indication.
* On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
* Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code)
* USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging
* 3.3V Power/enable pin
* 4 mounting holes
* 12 MHz crystal for perfect timing.
* 3.3V regulator with 500mA peak current output
* SX127x LoRa® based module with SPI interface
* Packet radio with ready-to-go Arduino libraries
* Uses the license-free ISM bands (ITU "Europe" @ 433MHz and ITU "Americas" @ 900MHz)
* +5 to +20 dBm up to 100 mW Power Output Capability (power output selectable in software)
* ~300uA during full sleep, ~120mA peak during +20dBm transmit, ~40mA during active radio listening.
* Simple wire antenna can be soldered into a solder pad, there's also a uFL connector that can be used with uFL-to-SMA adapters for attaching bigger antennas.
## Tutorials
* Guide is coming soon!
## Purchase
* [Adafruit](https://www.adafruit.com/product/5714)

View file

@ -0,0 +1,64 @@
---
layout: download
board_id: "adafruit_feather_rp2040_rfm"
title: "Feather RP2040 RFM69 Board Download"
name: "Feather RP2040 RFM69"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5712"
board_image: "adafruit_feather_rp2040_rfm69.jpg"
blinka: true
date_added: 2023-4-4
features:
- Feather-Compatible
- Battery Charging
- LoRa/Radio
- USB-C
- Breadboard-Friendly
---
This is the Adafruit Feather RP2040 RFM69. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi.
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.
It's kinda like we took our RP2040 Feather and an RFM69 breakout board and glued them together. You get all the pins for use on the Feather, the LiPoly battery support, USB C power / data, onboard NeoPixel, 8MB of FLASH for storing code and files, and then with the 8 unused pins, we wired up all the DIO pins on the RFM module. There's even room left over for a STEMMA QT connector and a uFL connector for connecting larger antennas.
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. This chip has a whopping 8MB of onboard QSPI FLASH and 264K of RAM! This makes it great for making wireless sensor nodes that can send to each other without a lot of software configuration.
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.
## Technical Details
* Measures approximately 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
* Light as a (large?) feather - approximately 6 grams
* RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
* 264 KB RAM
* 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM
* Tons of GPIO! 21 x GPIO pins with following capabilities:
* Four 12-bit ADCs (one more than Pico)
* Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
* 16 x PWM outputs - for servos, LEDs, etc
* Built-in 200mA+ lipoly charger with charging status indicator LED
* Pin #13 red LED for general purpose blinking
* RGB NeoPixel for full-color indication.
* On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
* Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code)
* USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging
* 3.3V Power/enable pin
* 4 mounting holes
* 12 MHz crystal for perfect timing.
* 3.3V regulator with 500mA peak current output
* SX1231 based module with SPI interface
* +13 to +20 dBm up to 100 mW Power Output Capability (power output selectable in software)
* 50mA (+13 dBm) to 150mA (+20dBm) current draw for transmissions, ~30mA during active radio listening.
* Range of approx. 500 meters, depending on obstructions, frequency, antenna and power output
* Create multipoint networks with individual node addresses
* Encrypted packet engine with AES-128
* Packet radio with ready-to-go Arduino & CircuitPython libraries
* Uses the license-free ISM band: "European ISM" @ 868MHz or "American ISM" @ 915MHz
* Simple wire antenna can be soldered into a solder pad, there's also a uFL connector that can be used with uFL-to-SMA adapters for attaching bigger antennas.
## Tutorials
* Guide is coming soon!
## Purchase
* [Adafruit](https://www.adafruit.com/product/5712)

View file

@ -0,0 +1,59 @@
---
layout: download
board_id: "adafruit_feather_rp2040_thinkink"
title: "Feather RP2040 ThinkInk Download"
name: "Feather RP2040 ThinkInk"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5727"
board_image: "adafruit_feather_rp2040_thinkink.jpg"
blinka: true
date_added: 2023-5-2
tags:
- ThinkInk Feather
- Feather ThinkInk
features:
- Feather-Compatible
- Battery Charging
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
- External Display
---
Easy e-paper and RP2040 finally come to your Feather with this Adafruit RP2040 Feather Think Ink that's designed to make it a breeze to add almost any common e-Ink/e-Paper display. Chances are you've seen one of those new-fangled 'e-readers' like the Kindle or Nook. They have gigantic electronic paper 'static' displays - that means the image stays on the display even when power is completely disconnected. The image is also high contrast and very daylight readable. It really does look just like printed paper!
We've liked these displays for a long time, and we've got Arduino/CircuitPython drivers for tons of the various display chipsets, so wouldn't an e-paper RP2040 Feather make a ton of sense? Luckily for us, just about every small-medium size EInk display made these days has a standard 24-pin connection. This Feather will add all the power supply support circuitry and level shifting so you can attach your favorite display - we've tested it with up to 5.6" sized 7-color ACeP displays.
Since all ePaper displays with the 24-pin interface require you to buffer the layers of data and write them all out at once over SPI, the RP2040 chip is an excellent driver. It has 264K of internal SRAM so even with the largest displays, there's plenty of memory to store all the image data plus run your own code. We also put the display on it's own SPI port so that the Feather's main SPI port can be used for other peripheral devices.
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.
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. This chip has a whopping MB of onboard QSPI FLASH and 264K of RAM! There's even room left over for a STEMMA QT connector for plug-and-play of I2C devices.
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. While the RP2040 is not designed for low power usage - you can get down to about 1.5mA of power draw in sleep mode.
Here're some handy specs! You get:
* Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
* Light as a (large?) feather - 6.3 grams
* RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
* 264 KB RAM
* 8 MB SPI FLASH chip for storing files, images and CircuitPython/MicroPython code storage. No EEPROM
* Tons of GPIO! 21 x GPIO pins with following capabilities:
* Four 12-bit ADCs (one more than Pico)
* Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
* 16 x PWM outputs - for servos, LEDs, etc
* Built-in 200mA+ lipoly charger with charging status indicator LED
* Pin #13 red LED for general purpose blinking
* RGB NeoPixel for full-color indication.
* On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
* Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code)
* USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging
* 3.3V regulator with 500mA peak current output and power enable pin
* 4 mounting holes
* 12 MHz crystal for perfect timing.
* Support circuitry for common 24-pin e-Paper/e-Ink displays. These tend to be 1.54" to 7" diagonal and designed for 'smart labels'. No soldering required, simply plug in the display to the FPC connector on the end and load up your code. Not for use with the larger resolution displays on e-Readers like Kindles. Those use a different interface!
## Purchase
* [Adafruit](https://www.adafruit.com/product/5727)

View file

@ -7,6 +7,7 @@ manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/4888"
board_image: "adafruit_itsybitsy_rp2040.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
blinka: true
date_added: 2021-12-6
features:

View file

@ -7,6 +7,7 @@ manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5128"
board_image: "adafruit_macropad_rp2040.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
blinka: true
date_added: 2021-12-6
features:
- STEMMA QT/QWIIC
@ -19,7 +20,7 @@ Get ready to upgrade your desk's mission control station with a CircuitPython or
Each of the 12 sockets can accept a Cherry MX-compatible key switch. No soldering required, just snap it in! Use any key switch you like - but we recommend ones with slots that will allow the matching twelve NeoPixels underneath to shine through.
This space-ship is also fitted with a 128x64 monochome OLED for a crisp heads-up display that can be used in Arduino or CircuitPython to display keymaps, stats, computer performance, etc. There's also a rotary encoder with push-button soldered in. Twist and turn it or push to change volume or monitor brightness or scroll: whatever you like! A tiny speaker can give audio feedback or play fun bleepy tunes.
Want to add more hardware? No worries - [a STEMMA QT port on the side lets you connect any I2C add-on peripherals from the massive STEMMA QT / Qwiic family of plug in boards](https://www.adafruit.com/category/1018).
**Please note, the RP2040 chip does not currently have QMK support** - this macropad is designed to be programmed in Arduino or CircuitPython! If QMK eventually does add RP2040 as a supported chipset (no ETA and no plans that we know of), we'll update this page.

View file

@ -7,6 +7,7 @@ manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5056"
board_image: "adafruit_qt2040_trinkey.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
blinka: true
date_added: 2021-12-6
features:
- STEMMA QT/QWIIC

View file

@ -7,6 +7,7 @@ manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/4900"
board_image: "adafruit_qtpy_rp2040.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
blinka: true
date_added: 2021-12-6
features:
- STEMMA QT/QWIIC

View file

@ -0,0 +1,37 @@
---
layout: download
board_id: "beaglebone_blue"
title: "BeagleBone Blue Download"
name: "BeagleBone Blue"
manufacturer: "BeagleBoard"
board_url: "https://beagleboard.org/blue"
board_image: "beaglebone_blue.jpg"
downloads_display: true
blinka: true
date_added: 2023-5-4
features:
- Wi-Fi
- Bluetooth/BLE
- STEMMA QT/QWIIC
---
BeagleBone® Blue is an all-in-one Linux-based computer for robotics, integrating onto a single small (3.5" x 2.15") board the Octavo OSD3358 microprocessor together with wifi/bluetooth, IMU/barometer, power regulation and state-of-charge LEDs for a 2-cell LiPo, H-Bridges, and discrete connectors for 4 DC motors+encoders, 8 servos, and all of the commonly-needed buses for additional peripherals in embedded applications. Fully open source and actively supported by a strong community, the real-time performance, flexible networking, and rich set of robotics-oriented capabilities make building mobile robots with the Blue fast, streamlined, affordable, and fun.
- AM335x 1GHz ARM® Cortex-A8 processor
- 512MB DDR3 RAM
- 4GB 8-bit eMMC flash storage
- Integrated power management
- 2×32-bit 200-MHz programmable real-time units (PRUs)
- NEON floating-point accelerator
- ARM Cortex-M3
- USB2 client for power & communications, USB2 host
- Battery support: 2-cell LiPo with balancing, LED state-of-charge monitor
- Charger input: 9-18V
- Wireless: 802.11bgn, Bluetooth 4.1 and BLE
- Motor control: 8 6V servo out, 4 bidirectional DC motor out, 4 quadrature encoder in
- Sensors: 9 axis IMU (accels, gyros, magnetometer), barometer, thermometer
- User interface: 11 user programmable LEDs, 2 user programmable buttons
- Easy connect JST interfaces for adding additional buses and peripherals including: GPS, DSM2 radio, UARTs, SPI, I2C, 1.8V analog, 3.3V GPIOs
## Purchase
* [Newark](https://www.newark.com/beagleboard/bbone-blue/beaglebone-blue-robotics-platform/dp/95Y0640)

View file

@ -0,0 +1,43 @@
---
layout: download
board_id: "01space_lcd042_esp32c3"
title: "ESP32-C3-0.42LCD Download"
name: "ESP32-C3-0.42LCD"
manufacturer: "01space"
board_url: "https://github.com/01Space/ESP32-C3-0.42LCD"
board_image: "01space_lcd042_esp32c3.jpg"
date_added: 2023-5-4
family: esp32c3
downloads_display: true
features:
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
- Wi-Fi
- Display
---
The ESP32-C3-0.42LCD is an ESP32 C3 / RP2040 Raspberry Pi Pico Development board with 0.42 inch LCD risc-v WiFi Bluetooth.
ESP32-C3 is a low-cost microcontroller from Espressif that supports 2.4 GHz Wi-Fi and Bluetooth® Low Energy ( Bluetooth 5 (LE)).Use RISC V as the core. There's a minimum number of pins on this chip, it's specifically designed to be low cost and for simpler projects than ESP32-Sx or ESP32 classics with their large number of GPIO. Think of it more as an intended replacement to the ESP8266 than to the ESP32! It has built-inUSB-to-Serial, but not native USB - it cannot act as a keyboard or disk drive. The chip used here has 4MB of Flash memory, 400 KB of SRAM.
The ESP32-C3 integrates a rich set of peripherals, ranging from UART, I2C, I2S, remote control peripheral, LED PWM controller, general DMA controller, TWAI controller, USB Serial/JTAG controller, temperature sensor, and ADC. It also includes SPI, Dual SPI, and Quad SPI interfaces. There is no DAC or native capacitive touch.
With its state-of-the-art power and RF performance, this SoC is an ideal choice for a wide variety of application scenarios relating to the Internet of Things (IoT), wearable electronics, and smart homes.
**Specifications**
- Based ESP32-C3FH4 WIFI & Bluetooth LE RISC-V Single-Core CPU
- Type-C USB
- 4MB Flash
- 11x IO
- 1x1.0-4P connector(GND,3V3,SDA(GPIO5),SCL(GPIO6))
- 1x RGB(GPIO2)
- 1xLED(3.3V Power Supply)
- 1xReset button(CHIP_EN,great for restarting your program or entering the ROM bootloader)
- 1xBoot button(GPIO9,entering the ROM bootloader or for user input)
- 3.3V Regulator with 500mA peak output
- Ceramic Antenna
## Purchase
* [Aliexpress](https://www.aliexpress.us/item/3256804679132291.html)

View file

@ -1,14 +1,18 @@
---
layout: download
board_id: "ADM_B_NRF52840_1"
title: "ADM 52480 board for Holyiot_18010 module Download"
name: "ADM 52480 board for Holyiot_18010 module"
manufacturer: "AtelierDuMaker"
board_url: ""
board_image: "unknown.jpg"
date_added:
title: "ADM_52840 Breakout board for Holyiot_18010 Download"
name: "ADM_52840 Breakout board for Holyiot_18010"
manufacturer: "Atelier du Maker"
board_url: "https://anderson69s.com/portfolio/nrf52840-breakout-holyiot/"
board_image: "ADM_B_NRF52840_1.jpg"
date_added: 2020-10-30
family: nrf52840
downloads_display: false
---
Oops! Looks like we don't know anything about this board. This means it's likely very new.
The ADM_52840 is a Breakout board to test an NRF52840 module from HolyIOT. Nothing very difficult, apart from the soldering part which requires a stencil in order to solder all the pads of the module. However, since internal pads are routed using vias, it's possible to solder them all with a good soldering iron. It requires a J-link type programmer. An ST-Link V2 should be suitable or the J-Link of Nordic DK boards.
## Learn More
* [GitHub](https://github.com/Atelier-Du-Maker/ADM_52840)
* [anderson69s.com (French)](https://anderson69s.com/portfolio/nrf52840-breakout-holyiot/)

View file

@ -0,0 +1,65 @@
---
layout: download
board_id: "adafruit_feather_rp2040_can"
title: "Feather RP2040 CAN Bus Download"
name: "Feather RP2040 CAN Bus"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/5724"
board_image: "adafruit_feather_rp2040_can.jpg"
date_added: 2023-5-2
family: raspberrypi
tags:
- CAN Bus Feather
- Feather CAN Bus
features:
- Feather-Compatible
- Battery Charging
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
---
If you'd like quickly get started with CAN bus interfacing, with no soldering required, our **Adafruit RP2040 CAN Bus Feather** comes ready-to-rock with a microcontroller, CAN chipset and terminal blocks for instant gratification. [The controller used is the MCP26525 (aka a MCP2515 with built-in transciever), an extremely popular and well-supported chipset](https://www.microchip.com/en-us/product/MCP2515) that has drivers in Arduino and [CircuitPython](https://github.com/adafruit/Adafruit_CircuitPython_MCP2515) and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps.
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. [We have other boards in the Feather family, check'em out here](https://www.adafruit.com/feather).
[CAN Bus is a small-scale networking standard](https://en.wikipedia.org/wiki/CAN_bus), originally designed for cars and, yes, busses, but is now used for many robotics or sensor networks that need better range and addressing than I2C and don't have the pins or computational ability to talk on Ethernet. CAN is 2 wire differential, which means it's good for long distances and noisy environments.
Messages are sent at about 1Mbps rate - you set the frequency for the bus and then all 'joiners' must match it, and have an address before the packet so that each node can listen in to messages just for it. New nodes can be attached easily because they just need to connect to the two data lines anywhere in the shared net. Each CAN device sends messages whenever it wants, and thanks to some clever data encoding, can detect if there's a message collision and retransmit later.
We've added a few nice extras to this Feather to make it useful in many common CAN scenarios:
- [**5V charge-pump voltage generator**](https://www.adafruit.com/product/3661), so even though you are running 3.3V on a Feather board, it will generate a nice clean 5V as required by the interal transceiver.
- **[3.5mm soldered terminal block](https://www.adafruit.com/product/725)** quick access to the High and Low data lines as well as a ground pin, without any soldering.
- **120-ohm termination resistor on board**, you can remove the termination easily by cutting the jumper marked TERM on the top of the board.
- **CAN control CS, Reset, Int, standby pins** connected internally so you can use any FeatherWing without pin conflicts.
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 8 MB of onboard QSPI FLASH and 264K of RAM! There's even room left over for a STEMMA QT connector for plug-and-play of I2C devices.
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.
**Here're some handy specs! You get:**
- Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
- Light as a (large?) feather - 6.3 grams
- RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
- 264 KB RAM
- **8 MB SPI FLASH** chip for storing files, images and CircuitPython/MicroPython code storage. No EEPROM
- Tons of GPIO! 21 x GPIO pins with following capabilities:
- **Four** 12-bit ADCs (one more than Pico)
- Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
- 16 x PWM outputs - for servos, LEDs, etc
- **Built-in 200mA+ lipoly charger** with charging status indicator LED
- **Pin #13 red LED** for general purpose blinking
- **RGB NeoPixel** for full-color indication.
- On-board **STEMMA QT connector** that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
- **Both Reset button and Bootloader select button for quick restarts** (no unplugging-replugging to relaunch code)
- **USB Type C connector** lets you access built-in ROM USB bootloader and serial port debugging
- 3.3V regulator with 500mA peak current output and power enable pin
- 4 mounting holes
- 12 MHz crystal for perfect timing.
- **Support circuitry for CAN Bus using SPI interface**
## Purchase
* [Adafruit](https://www.adafruit.com/product/5724)

View file

@ -0,0 +1,26 @@
---
layout: download
board_id: "adafruit_feather_rp2040_prop_maker"
title: "Feather RP2040 Prop-Maker Download"
name: "Feather RP2040 Prop-Maker"
manufacturer: "Adafruit"
board_url: ""
board_image: "adafruit_feather_rp2040_prop_maker.jpg"
date_added: 2023-5-4
family: raspberrypi
tags:
- Propmaker Feather
- Prop-Maker Feather
- Prop Maker
- Feather Propmaker
- Feather Prop-Maker
features:
- Feather-Compatible
- Battery Charging
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
---
Coming Soon

View file

@ -17,6 +17,7 @@ features:
- STEMMA QT/QWIIC
- USB-C
- Breadboard-Friendly
- External Display
---
Easy e-paper and RP2040 finally come to your Feather with this Adafruit RP2040 Feather Think Ink that's designed to make it a breeze to add almost any common e-Ink/e-Paper display. Chances are you've seen one of those new-fangled 'e-readers' like the Kindle or Nook. They have gigantic electronic paper 'static' displays - that means the image stays on the display even when power is completely disconnected. The image is also high contrast and very daylight readable. It really does look just like printed paper!

View file

@ -1,8 +1,8 @@
---
layout: download
board_id: "artisense_rd00"
title: "artisense_rd00 Download"
name: "artisense_rd00"
title: "Artisense Reference Design RD00 Download"
name: "Artisense Reference Design RD00"
manufacturer: "Unknown"
board_url: ""
board_image: "unknown.jpg"

View file

@ -0,0 +1,39 @@
---
layout: download
board_id: "boardsource_blok"
title: "Blok Download"
name: "Blok"
manufacturer: "Boardsource"
board_url: "https://boardsource.xyz/store/628b95b494dfa308a6581622"
board_image: "boardsource_blok.jpg"
date_added: 2021-4-6
family: raspberrypi
features:
- Breadboard-Friendly
- USB-C
---
Bloks elevate any keyboard compatible with Pro Micro Footprints and grants them instant access to a modern and feature-rich ecosystem. Users who dont want to touch a text editor or config file dont have to, Bloks work out of the box with Peg. Users can map keys, set LED colors, configure rotary encoders, create OLED images, and much more all from within an easy to use visual program (GUI). Many of Pegs features and configuration options are unavailable through any other flashing program built for yesterdays ATmega32U4 processors. Now, deep configuration and rich features custom keyboards offer can be configured easily instead of becoming another project. On the other hand, users who enjoy in-the-editor programming, product development, design, or any other roll your solution will similarly love the Blok. Shipping with KMK and CircuitPython out of the box, Bloks offer enthusiasts and creators a modern development environment limited only by your imagination instead of programming knowledge and hardware constraints. Create your entire keymap in Python within a single main.py file and test your changes instantly, no recompiling necessary. Remember, if this isnt your thing — Peg can handle it for you.
Built on top of a powerful RP2040 ARM microprocessor and designed with the future in mind, Bloks handle whatever you throw at them. Compared to older ATmega based controllers Bloks have an incredible 100x the RAM, 8x the computing speed, 500x the ROM, are 32 bit instead of 8 bit, and are dual-core instead of single core. These are huge upgrades and allows for innovation and development within the custom keyboard space. Bloks offer additional features and functionality compared to other RP2040 based controllers as well, such as OLED screen compatibility, innovative reset/boot switches accessible in any controller orientation, and a programmable RGB LED on-board.
**Specifications**
- RP2040 Controller
- Dual core
- 16MB ROM
- 133 MHz
- 32 bit processor
- 264kb RAM
- Height: 3.2mm (Height of USB C Port)
- USB Type-C
**Features**
- Compatible With All Pro Micro Footprints.
- Durable USB-C Port
- On-board Reset and Boot switch in accessible locations.
- Programmable RGB LED
- Extremely low profile
## Purchase
* [Boardsource](https://boardsource.xyz/store/628b95b494dfa308a6581622)

View file

@ -4,7 +4,7 @@ board_id: "cp32-m4"
title: "cp32-m4 Download"
name: "cp32-m4"
manufacturer: "unknown"
board_url: ""
board_url: "https://github.com/siddacious/CP32-M4"
board_image: "unknown.jpg"
downloads_display: false
date_added: 2019-4-5

View file

@ -1,20 +1,19 @@
---
layout: download
board_id: "datalore_ip_m4"
title: "datalore_ip_m4 Download"
name: "datalore_ip_m4"
manufacturer: "unknown"
board_url: ""
board_image: "unknown.jpg"
downloads_display: false
title: "Datalore-IP-M4 Download"
name: "Datalore-IP-M4"
manufacturer: "TG-Techie"
board_url: "https://github.com/TG-Techie/Datalore-IP-M4"
board_image: "datalore_ip_m4.jpg"
date_added: 2019-4-5
family: atmel-samd
features:
---
This board hasn't been fully documented yet. Please make a pull request adding more info to this file.
Datalore IP M4 is an integrable CircuitPython ready module for soldering onto projects. Like
[Adafruit's Metro M4](/board/metro_m4_express/) squeezed into 1 square inch.
The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.
## Purchase
Add any links to purchase the board
## Learn More
* [Twitter](https://twitter.com/tg_techie/status/1143972797691191297)
* [GitHub](https://github.com/TG-Techie/Datalore-IP-M4)

View file

@ -3,7 +3,7 @@ layout: download
board_id: "hexky_s2"
title: "hexky_s2 Download"
name: "hexky_s2"
manufacturer: "unknown"
manufacturer: "FutureKeys"
board_url: ""
board_image: "unknown.jpg"
downloads_display: false

View file

@ -0,0 +1,32 @@
---
layout: download
board_id: "lilygo_ttgo_tdisplay_esp32_16m"
title: "TTGO T-Display ESP32 16M Download"
name: "TTGO T-Display ESP32 16M"
manufacturer: "LILYGO"
board_url: "https://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board?variant=42159376466101"
board_image: "lilygo_ttgo_tdisplay_esp32_16m.jpg"
date_added: 2023-5-3
family: esp32
features:
- Wi-Fi
- Display
- Battery Charging
- USB-C
- Breadboard-Friendly
---
A basic development board with LCD, and a built-in ESP32 chip as master control, supports daily entry-level programming.
**Specifications:**
- ESP32 Xtensa dual-core LX6 microprocessor
- Wi-Fi 802.11 b/ g/ n, BL V4.2+BLE
- CH9102 Serial Chip
- 16M Flash
- l006+I007 Buttons
- battery power detection
## Purchase
* [LILYGO store](https://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board?variant=42159376466101)

View file

@ -0,0 +1,41 @@
---
layout: download
board_id: "lilygo_twatch_2020_v3"
title: "T-Watch 2020 V3 Download"
name: "T-Watch 2020 V3"
manufacturer: "LILYGO"
board_url: "https://www.lilygo.cc/products/t-watch-2020-v3"
board_image: "lilygo_twatch_2020_v3.jpg"
date_added: 2023-5-3
family: esp32
features:
- Display
- Bluetooth/BTLE
- Battery Charging
---
LILYGO T-Watch 2020 V3 is based on the hardware function of T-WATCH-2020 and adds the PDM microphone function, which makes the product functions richer and more interesting. The MAX98357 I2S speaker is connected to the cloud and can be used to make intelligent voice control.
T-WATCH-2020 is based on a design concept that can be programmed, can be worn, can be networked, and can be interactive. Integrated ESP32 with WIFI/Bluetooth, easy to program and develop, and more convenient to connect to the Internet.
2D IPS 1.54-inch watch capacitive touch screen using OCA process, zinc alloy metal process frame, making the device structure more robust and beautiful. Suitable for wearable use, The sensitive capacitive touch screen makes human-computer interaction smoother.
**Specifications**
- ESP32-D0WDQ6-V3 Chip WiFi / Bluetooth
- FLASH 16MB
- SRAM 520 kB SRAM / PSRAM 8MB
- Custom function power button (6S / off) (/ 2S / on)
- OCA process of 1.54 inch IPS 2D arc capacitive touch screen
- Step algorithm function of BMA423 three-axis accelerometer
- AXP202 PMU
- PCF853 RTC chip
- MAX98357 I2S amplifier chip
- 8ʊ @ 1W speaker
- Vibrating motor
- Infrared signal transmitter
- PDM microphone added to t-watch-2020 V3
## Purchase
* [LILYGO Store](https://www.lilygo.cc/products/t-watch-2020-v3)

View file

@ -1,9 +1,9 @@
---
layout: download
board_id: "loc_ber_m4_base_board"
title: "LoC BeR M4 base board Download"
name: "LoC BeR M4 base board"
manufacturer: "Unknown"
title: "LoC BeR M4 Download"
name: "LoC BeR M4"
manufacturer: "Florin Trutiu"
board_url: ""
board_image: "unknown.jpg"
downloads_display: false

46
_board/m5stack_core2.md Normal file
View file

@ -0,0 +1,46 @@
---
layout: download
board_id: "m5stack_core2"
title: "Core2 ESP32 IoT Download"
name: "Core2 ESP32 IoT"
manufacturer: "M5Stack"
board_url: "https://docs.m5stack.com/en/core/core2"
board_image: "m5stack_core2.jpg"
date_added: 2023-5-4
family: esp32
features:
- Speaker
- Battery Charging
- Display
- Wi-Fi
- Bluetooth/BTLE
- USB-C
---
**M5Core2** is the second generation core device in the M5Stack development kit series, which further enhances the functions of the original generation of cores.
The MCU is an [ESP32 ](https://en.wikipedia.org/wiki/ESP32)model D0WDQ6-V3 and has dual core Xtensa® 32-bit 240Mhz LX6 processors that can be controlled separately. Wi-Fi are supported as standard and it includes an on board 16MB Flash and 8MB PSRAM, USB TYPE-C interface for charging, downloading of programs and serial communication, a 2.0-inch integrated capacitive touch screen, and a built-in vibration motor.
M5Core2 also features a built-in RTC module which can provide accurate timing. The power supply is managed by an AXP192 power management chip, which can effectively control the power consumption of the base and a built-in green LED power indicator helps to notify the user of battery level. The battery capacity has been upgraded to 390mAh, which can power the core for much longer than the previous model.
The M5Core2 retains the TF-card(microSD) slot and speakers. However, in order to ensure higher quality sound output, the I2S digital audio interface power amplifier chip is used to effectively prevent signal distortion. There are independent power and reset buttons on the left side and bottom of the base.
The 3 icons on the front of the screen are capacitive buttons which are programmable. There is a small expansion board on the back of the base with a 6-axis IMU sensor and microphone. The development platform and programming language supported by M5Stack Core2: Arduino, [UIFlow ](http://flow.m5stack.com/)(using Blockly, MicroPython language) No matter what level of your development and programming skills, M5Stack will help You gradually turn your ideas into reality.
## Technical details
- ESP32-based, built-in Bluetooth/Wi-Fi
- 16M Flash,8M PSRAM
- Built-in speaker, power indicator, vibration motor, RTC, I2S amplifier, capacitive touch screen, power button, reset button
- TF card slot (16G Maximum size)
- Built-in lithium battery, equipped with power management chip
- Independent small board built-in 6-axis IMU, PDM microphone
- M-Bus Socket & Pins
## Documentation
* [Basic Core IoT](https://docs.m5stack.com/en/core/core2)
## Purchase
* [M5Stack](https://shop.m5stack.com/products/m5stack-core2-esp32-iot-development-kit)

View file

@ -1,10 +1,10 @@
---
layout: download
board_id: "ndgarage_ndbit6"
title: "Ndbit6 Download"
name: "Ndbit6"
title: "FeatherSnow Download"
name: "FeatherSnow"
manufacturer: "n°Garage"
board_url: ""
board_url: "https://hackaday.io/project/168684-feathersnow"
board_image: "ndgarage_ndbit6.jpg"
date_added: 2020-2-5
family: atmel-samd
@ -12,4 +12,18 @@ bootloader_id: ndbit6
downloads_display: true
blinka: false
features:
tags:
- Ndbit6
---
FeatherSnow is a decoration easy to program. It works out of the box.
FeatherSnow is powered by a SAMD21 from Microchip. There are 18 white LEDs that can be controlled independently. With a native USB and a built-in regulator, FeatherSnow comes with a UF2 bootloader and a small CircuitPython runtime. The SWD header is populated. FeatherSnow works with CircuitPython, Arduino and even C code.
This project is inspired by Jiří Praus' Arduinoflake and LuckyResistor's SnowFlakeProject.
Kudos to Adafruit for USB PID and easy CircuitPython.
## Learn More
* [Hackaday.io](https://hackaday.io/project/168684-feathersnow)

View file

@ -1,16 +1,20 @@
---
layout: download
board_id: "ndgarage_ndbit6_v2"
title: "ndgarage_ndbit6_v2 Download"
name: "ndgarage_ndbit6_v2"
manufacturer: "Unknown"
board_url: ""
board_image: "unknown.jpg"
downloads_display: false
title: "FeatherSnow V2 Download"
name: "FeatherSnow V2"
manufacturer: "n°Garage"
board_url: "https://hackaday.io/project/173537-feathersnow-v2"
board_image: "ndgarage_ndbit6_v2.jpg"
date_added: 2020-09-1
family: atmel-samd
bootloader_id: ndbit7
tags:
- Ndbit V2
---
Oops! Looks like we don't know anything about this board. This means it's likely very new.
FeatherSnow v2 is a decoration easy to program. FeatherSnow is powered by a SAMD21 from Microchip. There are 19 white LEDs that can be controlled independently. With a native USB and a built-in regulator, FeatherSnow comes with a UF2 bootloader and a small CircuitPython runtime. FeatherSnow works with CircuitPython, and Arduino. One small addition is one accelerometer of BMA253.
## Learn More
* [Hackaday.io](https://hackaday.io/project/173537-feathersnow-v2)

View file

@ -1,7 +1,7 @@
---
layout: download
board_id: "waveshare_rp2040_lcd_1_28"
title: "Waveshare RP2040-LCD-1.28 Download"
title: "RP2040-LCD-1.28 Download"
name: "RP2040-LCD-1.28"
manufacturer: "Waveshare"
board_url: "https://www.waveshare.com/rp2040-lcd-1.28.htm"

View file

@ -0,0 +1,23 @@
---
layout: download
board_id: "yd_esp32_s3_n16r8"
title: "YD-ESP32-S3 N16R8 Download"
name: "YD-ESP32-S3 N16R8"
manufacturer: "VCC-GND Studio"
board_url: ""
board_image: "yd_esp32_s3.jpg"
date_added: 2023-5-3
family: esp32s3
features:
- Breadboard-Friendly
- USB-C
---
The YD-ESP32-S3 core board is designed by VCC-GND Studio. If necessary, you can visit www.vcc-gnd.com for purchase. The device uses the ESP32-S3 chip, which can be used for the test prototype of the Internet of Things application and can also be used for practical applications. It is equipped with two USBs, one is a hardware USB-to-serial port (CH343P WCH Qinheng), and the other is ESP32-S3 usb port.
YD-ESP32-S3 is an entry-level development board equipped with Wi-Fi + Bluetooth® LE module ESP32-S3-WROOM-1.
Most of the pins of the modules on the board have been led out to the pin rows on both sides of the development board. Developers can easily connect various peripheral devices through jumpers according to actual needs, or plug the development board into a breadboard for use.
## Purchase
* [Aliexpress](https://www.aliexpress.com/item/3256803838808294.html?skuId=12000028793982306)

View file

@ -0,0 +1,23 @@
---
layout: download
board_id: "yd_esp32_s3_n8r8"
title: "YD-ESP32-S3 N8R8 Download"
name: "YD-ESP32-S3 N8R8"
manufacturer: "VCC-GND Studio"
board_url: ""
board_image: "yd_esp32_s3.jpg"
date_added: 2023-5-3
family: esp32s3
features:
- Breadboard-Friendly
- USB-C
---
The YD-ESP32-S3 core board is designed by VCC-GND Studio. If necessary, you can visit www.vcc-gnd.com for purchase. The device uses the ESP32-S3 chip, which can be used for the test prototype of the Internet of Things application and can also be used for practical applications. It is equipped with two USBs, one is a hardware USB-to-serial port (CH343P WCH Qinheng), and the other is ESP32-S3 usb port.
YD-ESP32-S3 is an entry-level development board equipped with Wi-Fi + Bluetooth® LE module ESP32-S3-WROOM-1.
Most of the pins of the modules on the board have been led out to the pin rows on both sides of the development board. Developers can easily connect various peripheral devices through jumpers according to actual needs, or plug the development board into a breadboard for use.
## Purchase
* [Aliexpress](https://www.aliexpress.com/item/3256803838808294.html?skuId=12000028793982305)

View file

@ -3902,7 +3902,7 @@
},
{
"downloads": 0,
"id": "adafruit_feather_rp2040_epd",
"id": "adafruit_feather_rp2040_thinkink",
"versions": [
{
"extensions": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB