8000 Add new Blinka Boards · adafruit/circuitpython-org@e615278 · GitHub
[go: up one dir, main page]

Skip to content

Commit e615278

Browse files
committed
Add new Blinka Boards
1 parent 365c421 commit e615278

File tree

84 files changed

+794
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+794
-29
lines changed

_blinka/adafruit_feather_rp2040.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_feather_rp2040"
4-
title: "Feather RP2040 Download"
5-
name: "Feather RP2040"
4+
title: "Feather RP2040 via U2IF Download"
5+
name: "Feather RP2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/4884"
@@ -15,6 +15,8 @@ features:
1515
- STEMMA QT/QWIIC
1616
---
1717

18+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
19+
1820
A new chip means a new Feather, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the Feather Treatment" and so we did! This Feather features the **RP2040**, and all niceties you know and love about Feather.
1921

2022
## Technical details

_blinka/adafruit_feather_rp2040_can.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: download
33
board_id: "adafruit_feather_rp2040_can"
4-
title: "Feather RP2040 CAN Bus Download"
5-
name: "Feather RP2040 CAN Bus"
4+
title: "Feather RP2040 CAN Bus via U2IF Download"
5+
name: "Feather RP2040 CAN Bus via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5724"
99
board_image: "adafruit_feather_rp2040_can.jpg"
10+
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
1011
blinka: true
1112
date_added: 2023-05-02
1213
tags:
@@ -17,6 +18,8 @@ features:
1718
- STEMMA QT/QWIIC
1819
---
1920

21+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
22+
2023
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.
2124

2225
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).

_blinka/adafruit_feather_rp2040_rfm.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
---
22
layout: download
33
board_id: "adafruit_feather_rp2040_rfm"
4-
title: "Feather RP2040 RFM9x Board Download"
5-
name: "Feather RP2040 RFM9x"
4+
title: "Feather RP2040 RFM9x Board via U2IF Download"
5+
name: "Feather RP2040 RFM9x via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5714"
9+
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
910
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
1011
blinka: true
1112
date_added: 2023-04-04
1213
features:
1314
- Feather-Compatible
1415
- STEMMA QT/QWIIC
1516
---
17+
18+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
19+
1620
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.
1721

1822
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.

_blinka/adafruit_feather_rp2040_rfm69.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
---
22
layout: download
33
board_id: "adafruit_feather_rp2040_rfm"
4-
title: "Feather RP2040 RFM69 Board Download"
5-
name: "Feather RP2040 RFM69"
4+
title: "Feather RP2040 RFM69 Board via U2IF Download"
5+
name: "Feather RP2040 RFM69 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5712"
9+
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
910
board_image: "adafruit_feather_rp2040_rfm69.jpg"
1011
blinka: true
1112
date_added: 2023-04-04
1213
features:
1314
- Feather-Compatible
1415
- STEMMA QT/QWIIC
1516
---
17+
18+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
19+
1620
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.
1721

1822
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.

_blinka/adafruit_feather_rp2040_thinkink.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: download
33
board_id: "adafruit_feather_rp2040_thinkink"
4-
title: "Feather RP2040 ThinkInk Download"
5-
name: "Feather RP2040 ThinkInk"
4+
title: "Feather RP2040 ThinkInk via U2IF Download"
5+
name: "Feather RP2040 ThinkInk via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5727"
99
board_image: "adafruit_feather_rp2040_thinkink.jpg"
10+
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
1011
blinka: true
1112
date_added: 2023-05-02
1213
tags:
@@ -17,6 +18,8 @@ features:
1718
- STEMMA QT/QWIIC
1819
---
1920

21+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
22+
2023
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!
2124

2225
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.

_blinka/adafruit_itsybitsy_rp2040.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_itsybitsy_rp2040"
4-
title: "ItsyBitsy RP2040 Download"
5-
name: "ItsyBitsy RP2040"
4+
title: "ItsyBitsy RP2040 via U2IF Download"
5+
name: "ItsyBitsy RP2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/4888"
@@ -11,9 +11,10 @@ download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-an
1111
blinka: true
1212
date_added: 2021-12-06
1313
features:
14-
1514
---
1615

16+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
17+
1718
A new chip means a new ItsyBitsy, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the ItsyBitsy teensy-weensy Treatment" and so we did! This Itsy' features the RP2040, and all niceties you know and love about the [ItsyBitsy family](https://www.adafruit.com/category/1008).
1819

1920
What's smaller than a Feather but larger than a Trinket? It's an Adafruit ItsyBitsy RP2040 featuring the Raspberry Pi RP2040! Small, powerful, with a ultra fast duel Cortex M0+ processor running at 125 MHz - this microcontroller board is perfect when you want something very compact, with lots of horsepower and a bunch of pins. This Itsy has sports car speed, but SUV roominess with 4 MB of FLASH and 264 KB of SRAM.

_blinka/adafruit_kb2040.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_kb2040"
4-
title: "Adafruit KB2040 Download"
5-
name: "Adafruit KB2040"
4+
title: "Adafruit KB2040 via U2IF Download"
5+
name: "Adafruit KB2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5302"
@@ -15,6 +15,8 @@ features:
1515

1616
---
1717

18+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
19+
1820
A wild Kee Boar appears! It’s a shiny **KB2040**! An Arduino Pro Micro-shaped board for Keebs with RP2040. (#keeblife 4 evah) A lot of folks like using Adafruit parts for their Keeb builds – but with the ItsyBitsy not being pin-compatible with the Pro Micro pinout, it really wasn't very easy without some sort of adapter plate.
1921

2022
Now we’re seeing lots of people use CircuitPython for keebs, which is awesome! So why not try our hands at spinning up a pro-micro-compatible RP2040 board? The RP2040 is plenty powerful, low-cost, and makes for an excellent keeb driver chip.

_blinka/adafruit_macropad_rp2040.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_macropad_rp2040"
4-
title: "MacroPad RP2040 Download"
5-
name: "MacroPad RP2040"
4+
title: "MacroPad RP2040 via U2IF Download"
5+
name: "MacroPad RP2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5128"
@@ -14,6 +14,8 @@ features:
1414
- STEMMA QT/QWIIC
1515
---
1616

17+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
18+
1719
Strap yourself in, we're launching in T-minus 10 seconds...Destination? A new Class M planet called MACROPAD! M here, stands for Microcontroller because this 3x4 keyboard controller features the newest technology from the Raspberry Pi sector: say hello to the RP2040. It's speedy little microcontroller with lots of GPIO pins and a 64 times more RAM than the Apollo Guidance Computer. We added 8 MB of flash memory for plenty of storage.
1820

1921
Get ready to upgrade your desk's mission control station with a CircuitPython or Arduino powered Macropad - complete with 12 buttons, OLED display, speaker and rotary encoder. Customize it for your spacecraft to help guide you through the great reaches of the unknown. (Or just have it type out your favorite emojis.)

_blinka/adafruit_qt2040_trinkey.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_qt2040_trinkey"
4-
title: "Trinkey QT2040 Download"
5-
name: "Trinkey QT2040"
4+
title: "Trinkey QT2040 via U2IF Download"
5+
name: "Trinkey QT2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5056"
@@ -15,6 +15,8 @@ features:
1515

1616
---
1717

18+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
19+
1820
It's half USB Key, half Adafruit QT Py, and a lotta RP2040*...*it's **Trinkey QT2040**, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the [QT Py 2040](https://www.adafruit.com/product/4900) we made, but maybe you want something plug-and-play. So we thought, hey what if we made something like that plugs right into your computer's USB port? And this is what we came up with!
1921

2022
The PCB is designed to slip into any USB A port on a computer or laptop. There's an RP2040 microcontroller on board with just enough circuitry to keep it happy. There's an RGB NeoPixel, a reset and bootloader or user button and a STEMMA QT Port on the end. That's it!

_blinka/adafruit_qtpy_rp2040.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "adafruit_qtpy_rp2040"
4-
title: "QT Py RP2040 Download"
5-
name: "QT Py RP2040"
4+
title: "QT Py RP2040 via U2IF Download"
5+
name: "QT Py RP2040 via U2IF"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/4900"
@@ -14,6 +14,8 @@ features:
1414
- STEMMA QT/QWIIC
1515
---
1616

17+
**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.**
18+
1719
What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It's been made famous in the new [Raspberry Pi Pico](https://www.adafruit.com/pico) *and* our [Feather RP2040](http://www.adafruit.com/product/4884) and [ItsyBitsy RP2040](http://www.adafruit.com/product/4888), but what if we wanted something really *smol?*
1820

1921
A new chip means a new QT Py, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the cuuutie QT Py Treatment", and so we did! This QT Py features the RP2040, [and all niceties you know and love about the original QT Py](https://www.adafruit.com/category/4600)

_blinka/banana_pi_bpi_ai2h_ai2n.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: download
3+
board_id: "banana_pi_bpi_ai2h_ai2n"
4+
title: "Banana Pi BPI-AI2H with BPI-AI2N Carrier Download"
5+
name: "Banana Pi BPI-AI2H with BPI-AI2N Carrier"
6+
manufacturer: "SinoVoip"
7+
board_url:
8+
- "https://docs.banana-pi.org/en/BPI-AI2N/BananaPi_BPI-AI2N"
9+
board_image: "banana_pi_bpi_ai2h_ai2n.jpg"
10+
download_instructions: ""
11+
downloads_display: true
12+
blinka: true
13+
date_added: 2025-05-15
14+
features:
15+
- Wi-Fi
16+
- Bluetooth/BLE
17+
- HDMI/DisplayPort
18+
- 40-pin GPIO
19+
---
20+
21+
Banana Pi BPI-AI2N System-on-Module (SoM) and BPI-AI2N carrier board are open-source hardware solutions designed to leverage the advanced capabilities of the RZ/V2N Vision AI MPU. Designed with a flexible, community-driven ecosystem, the BPI-AI2N platform empowers developers to accelerate innovation and streamline application development. Powered by the RZ/V2N MPU, it delivers industry-leading AI acceleration of 15 TOPS (Sparse) and high-performance computing with 4x Arm® Cortex®-A55 processors, making it an ideal choice for creating cutting-edge vision AI solutions.
22+
23+
- Small Form Factor: Compact SO-DIMM 260PINs design (SOM module size: 45x69.6mm)
24+
- Open-source development kit, including SOM, BPI-AI2N Carrier board and a rich ecosystem of tools and support from the Banana Pi developer community
25+
- Customizable hardware & software by OEM&ODM
26+
- Yocto and other open-source software support
27+
- Memory & storage: 8GB LPDDR4x, 32GB eMMC, 64MB QSPI Flash
28+
- Wide operating temperature range from -40°C to 85°C
29+
30+
## Purchase
31+
* [Alibaba](https://www.alibaba.com/product-detail/Banana-PI-NEW-Powerful-SOM-Module_1601401058111.html)

_blinka/banana_pi_bpi_f3.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: download
3+
board_id: "banana_pi_bpi_f3"
4+
title: "Banana Pi BPI-F3 Download"
5+
name: "Banana Pi BPI-F3"
6+
manufacturer: "SinoVoip"
7+
board_url:
8+
- "https://wiki.banana-pi.org/Banana_Pi_BPI-F3"
9+
board_image: "banana_pi_bpi_f3.jpg"
10+
download_instructions: ""
11+
downloads_display: true
12+
blinka: true
13+
date_added: 2024-09-05
14+
features:
15+
- Wi-Fi
16+
- Bluetooth/BLE
17+
- HDMI/DisplayPort
18+
- 40-pin GPIO
19+
---
20+
21+
Banana Pi BPI-F3 is a industrial grade RISC-V development board, it design with SpacemiT K1 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power. 2/4/8/16G DDR and 8/16/32/128G eMMC onboard.2x GbE Ethernet prot, 4x USB 3.0 and PCIe for M.2 interface, support HDMI and Dual MIPI-CSI Camera.
22+
23+
- 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power
24+
- Single-core general computing power equivalent to 1.3 times Cortex-A55
25+
- Supports 32-bit LPDDR4/4X, with a maximum of 16GB of memory
26+
- 4K decoding and encoding
27+
- 5-lane PCIE2.1 expansion capability
28+
- 1x USB 3.0 + 2x USB 2.0 interfaces
29+
- 12x UART serial ports
30+
- Operating temperature range: -40°C to 85°C
31+
32+
## Purchase
33+
* [Amazon](https://amzn.to/4j8CMn0)

_blinka/banana_pi_bpi_f5.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: download
3+
board_id: "banana_pi_bpi_f5"
4+
title: "Banana Pi BPI-F5 Download"
5+
name: "Banana Pi BPI-F5"
6+
manufacturer: "SinoVoip"
7+
board_url:
8+
- "https://wiki.banana-pi.org/Banana_Pi_BPI-F5"
9+
board_image: "banana_pi_bpi_f5.jpg"
10+
download_instructions: ""
11+
downloads_display: true
12+
blinka: true
13+
date_added: 2025-05-05
14+
features:
15+
- Wi-Fi
16+
- Bluetooth/BLE
17+
- HDMI/DisplayPort
18+
- 40-pin GPIO
19+
---
20+
21+
Banana Pi BPI-F5 design with Allwinner Octa-core ARM Cortex-A55 T527 chip design.have a RISC-V CPU, up to 200 MHz,HiFi4 Audio DSP,ARM G57 MC1 GPU,Up to 2 TOPS NPU, support 2/4G RAM and 8-32G eMMC.
22+
23+
Allwinner T527 Octa-core A55, NPU up to 2Tops for edge intelligent AI applications.
24+
25+
T527 series is a high-performance embedded processor with optional AI function in the field of intelligent industrial control and automotive. It is suitable for embedded devices with media and AI functions such as high-performance industrial robots, display and control all-in-one machines, edge intelligent boxes and vehicle terminals.
26+
27+
T527 is used in commercial display/cash register, cloud computer, robot, industrial intelligence, edge computing gateway, post-installation central control, commercial vehicle, industrial computer and other fields
28+
29+
- SoC: Allwinner T527
30+
- CPU: Octa-core ARM Cortex-A55 in a DynamlQ big.LITTLE configuration, up to 1.8 GHz
31+
- GPU: ARM G57 MC1 GPU
32+
- NPU: Up to 2 TOPS (INT8), Embedded 512KB internal buffer
33+
- RISC-V MCU for Real-time operating system (etc:RTOS)
34+
- DSP: 600MHz HiFi4
35+
- RAM: 2GB/4GB(max 4GB), default 4GB LPDDR4x
36+
- Storage: 8GB/32GB eMMC, default 32GB eMMC
37+
- Industrial grade temperature: -40°C to 80°C

_blinka/banana_pi_bpi_m2_zero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: "Banana Pi BPI-M2 Zero"
66
manufacturer: "SinoVoip"
77
board_url:
88
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO"
9-
board_image: "banana_pi_m2_zero.jpg"
9+
board_image: "banana_pi_bpi_m2_zero.jpg"
1010
download_instructions: ""
1111
downloads_display: true
1212
blinka: true

_blinka/banana_pi_bpi_m4_berry.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: download
3+
board_id: "banana_pi_bpi_m4_berry"
4+
title: "Banana Pi BPI-M4 Berry Download"
5+
name: "Banana Pi BPI-M4 Berry"
6+
manufacturer: "SinoVoip"
7+
board_url:
8+
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Berry"
9+
board_image: "banana_pi_bpi_m4_berry.jpg"
10+
download_instructions: ""
11+
downloads_display: true
12+
blinka: true
13+
date_added: 2024-09-05
14+
features:
15+
- Wi-Fi
16+
- Bluetooth/BLE
17+
- HDMI/DisplayPort
18+
- 40-pin GPIO
19+
---
20+
21+
BPI-M4 Berry development board stands as a powerful Single Board Computer (SBC), harnessing the capabilities of the Allwinner H618 System-on-Chip (SoC) to provide developers with impressive performance and a wealth of features. Similar to the Raspberry Pi 4b, the BPI-M4 Berry boasts comparable CPU prowess, 2G LPDDR4 memory and 8G eMMC, integrated WiFi and Bluetooth functionalities, and a familiar 40-pin header layout, alongside 4 USB interfaces and a GbE RJ45 port.
22+
23+
Characterized by its robust performance, versatile features, and remarkable image processing capabilities, stands as an exemplary SBC development platform for professionals within the embedded and computing industries. Equipped with 8GB eMMC flash storage, high-performance decoding and encoding capabilities, and an array of interface options, it caters to a wide spectrum of application domains, including media processing, IoT, and entertainment. Whether catering to novices or seasoned developers, the BPI-M4 Berry development board offers an ideal toolset for realizing creative visions and project objectives.
24+
25+
- Allwinner H618, Quad-core ARM Cortex™-A53 processor
26+
- ARM Mali G31 GPU
27+
- WIFI & Bluetooth
28+
- 2G LPDDR4 RAM
29+
- 8G eMMC flash memory
30+
- 1x USB2.0 Type-C OTG, 5V power supply
31+
- 4x USB2.0 Type-A
32+
- 1x HDMI 2.0a
33+
- 1x 3.5mm Audio & TVE jack socket
34+
- 1x GbE Ethernet port
35+
36+
## Purchase
37+
* [Amazon](https://amzn.to/3YMdR19)

0 commit comments

Comments
 (0)
0