Compare commits
No commits in common. "main" and "create-pull-request/patch-1709251419" have entirely different histories.
main
...
create-pul
1275 changed files with 12866 additions and 67819 deletions
6
.github/workflows/adabot_cron.yml
vendored
6
.github/workflows/adabot_cron.yml
vendored
|
|
@ -22,7 +22,6 @@ jobs:
|
|||
# Only run the build on Adafruit's repository. Forks won't have the secrets.
|
||||
# Its necessary to do this here, since 'schedule' events cannot (currently)
|
||||
# be limited (they run on all forks' default branches).
|
||||
timeout-minutes: 150 # 2.5 hours
|
||||
if: startswith(github.repository, 'adafruit/')
|
||||
steps:
|
||||
- name: Dump GitHub context
|
||||
|
|
@ -30,15 +29,14 @@ jobs:
|
|||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
- name: Set up Python 3.x
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Versions
|
||||
run: |
|
||||
python3 --version
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
show-progress: false
|
||||
submodules: true
|
||||
- name: Install deps
|
||||
run: |
|
||||
|
|
|
|||
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -28,19 +28,19 @@ jobs:
|
|||
# be limited (they run on all forks' default branches).
|
||||
if: startswith(github.repository, 'adafruit/')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Update Awesome CircuitPython
|
||||
run: |
|
||||
(cd awesome-circuitpython && git fetch origin main:main && git checkout main)
|
||||
- name: Set up Python 3.x
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
ruby-version: '3'
|
||||
bundler-cache: true
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
bundle exec jekyll build -d build
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
|
|
|
|||
5
.github/workflows/images.yml
vendored
5
.github/workflows/images.yml
vendored
|
|
@ -9,10 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress: false
|
||||
|
||||
uses: actions/checkout@v3
|
||||
- name: Compress Images
|
||||
id: calibre
|
||||
uses: calibreapp/image-actions@main
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ruby 3.4.2
|
||||
ruby 3.2.2
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -25,4 +25,4 @@ group :development do
|
|||
end
|
||||
|
||||
|
||||
gem "webrick", "~> 1.8"
|
||||
gem "webrick", "~> 1.7"
|
||||
|
|
|
|||
65
Gemfile.lock
65
Gemfile.lock
|
|
@ -1,47 +1,35 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
base64 (0.2.0)
|
||||
bigdecimal (3.1.9)
|
||||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.3.5)
|
||||
csv (3.3.2)
|
||||
concurrent-ruby (1.2.2)
|
||||
deep_merge (1.2.2)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.17.1)
|
||||
ffi (1.17.1-x86_64-linux-gnu)
|
||||
ffi (1.15.5)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (4.29.3)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.3-x86_64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (3.22.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.7)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
image_processing (1.12.2)
|
||||
mini_magick (>= 4.9.5, < 5)
|
||||
ruby-vips (>= 2.0.17, < 3)
|
||||
jekyll (4.4.1)
|
||||
jekyll (4.3.3)
|
||||
addressable (~> 2.4)
|
||||
base64 (~> 0.2)
|
||||
colorator (~> 1.0)
|
||||
csv (~> 3.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 1.0)
|
||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
json (~> 2.6)
|
||||
kramdown (~> 2.3, >= 2.3.1)
|
||||
kramdown-parser-gfm (~> 1.0)
|
||||
liquid (~> 4.0)
|
||||
mercenary (~> 0.3, >= 0.3.6)
|
||||
mercenary (>= 0.3.6, < 0.5)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 3.0, < 5.0)
|
||||
safe_yaml (~> 1.0)
|
||||
|
|
@ -53,46 +41,43 @@ GEM
|
|||
jekyll-paginate (1.1.0)
|
||||
jekyll-redirect-from (0.16.0)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-sass-converter (3.1.0)
|
||||
sass-embedded (~> 1.75)
|
||||
jekyll-sass-converter (3.0.0)
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-seo-tag (2.8.0)
|
||||
jekyll (>= 3.8, < 5.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
json (2.10.2)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.9.0)
|
||||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
mini_magick (4.12.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (6.0.1)
|
||||
rake (13.2.1)
|
||||
public_suffix (5.0.1)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.11.1)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.4.1)
|
||||
rouge (4.5.1)
|
||||
rexml (3.2.5)
|
||||
rouge (4.1.0)
|
||||
ruby-vips (2.1.4)
|
||||
ffi (~> 1.12)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.85.0)
|
||||
google-protobuf (~> 4.29)
|
||||
rake (>= 13)
|
||||
sass-embedded (1.85.0-x86_64-linux-gnu)
|
||||
google-protobuf (~> 4.29)
|
||||
sass-embedded (1.58.3)
|
||||
google-protobuf (~> 3.21)
|
||||
rake (>= 10.0.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.6.0)
|
||||
webrick (1.9.1)
|
||||
unicode-display_width (2.4.2)
|
||||
webrick (1.8.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -107,7 +92,7 @@ DEPENDENCIES
|
|||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
rake
|
||||
webrick (~> 1.8)
|
||||
webrick (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.15
|
||||
2.2.26
|
||||
|
|
|
|||
|
|
@ -33,6 +33,3 @@ were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
|
|||
5. Visit the displayed "server address"
|
||||
6. After most local edits, the content will be updated. You will need to
|
||||
reload (ctrl-r or F5) your browser
|
||||
|
||||
Note: For faster jekyll builds, you can use the `--incremental` flag. You'll
|
||||
also want to install ruby with yjit enabled for even faster builds.
|
||||
|
|
|
|||
|
|
@ -1,22 +1,20 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_feather_rp2040"
|
||||
title: "Feather RP2040 via U2IF Download"
|
||||
name: "Feather RP2040 via U2IF"
|
||||
title: "Feather RP2040 Download"
|
||||
name: "Feather RP2040"
|
||||
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-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
||||
## Technical details
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_feather_rp2040_can"
|
||||
title: "Feather RP2040 CAN Bus via U2IF Download"
|
||||
name: "Feather RP2040 CAN Bus via U2IF"
|
||||
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"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2023-05-02
|
||||
date_added: 2023-5-2
|
||||
tags:
|
||||
- CAN Bus Feather
|
||||
- Feather CAN Bus
|
||||
|
|
@ -18,8 +17,6 @@ features:
|
|||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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).
|
||||
|
|
|
|||
|
|
@ -1,22 +1,18 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_feather_rp2040_rfm"
|
||||
title: "Feather RP2040 RFM9x Board via U2IF Download"
|
||||
name: "Feather RP2040 RFM9x via U2IF"
|
||||
title: "Feather RP2040 RFM9x Board Download"
|
||||
name: "Feather RP2040 RFM9x"
|
||||
manufacturer: "Adafruit"
|
||||
board_url:
|
||||
- "https://www.adafruit.com/product/5714"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-04-04
|
||||
date_added: 2023-4-4
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,22 +1,18 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_feather_rp2040_rfm"
|
||||
title: "Feather RP2040 RFM69 Board via U2IF Download"
|
||||
name: "Feather RP2040 RFM69 via U2IF"
|
||||
title: "Feather RP2040 RFM69 Board Download"
|
||||
name: "Feather RP2040 RFM69"
|
||||
manufacturer: "Adafruit"
|
||||
board_url:
|
||||
- "https://www.adafruit.com/product/5712"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
board_image: "adafruit_feather_rp2040_rfm69.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-04-04
|
||||
date_added: 2023-4-4
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_feather_rp2040_thinkink"
|
||||
title: "Feather RP2040 ThinkInk via U2IF Download"
|
||||
name: "Feather RP2040 ThinkInk via U2IF"
|
||||
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"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2023-05-02
|
||||
date_added: 2023-5-2
|
||||
tags:
|
||||
- ThinkInk Feather
|
||||
- Feather ThinkInk
|
||||
|
|
@ -18,8 +17,6 @@ features:
|
|||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,19 +1,18 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_itsybitsy_rp2040"
|
||||
title: "ItsyBitsy RP2040 via U2IF Download"
|
||||
name: "ItsyBitsy RP2040 via U2IF"
|
||||
title: "ItsyBitsy RP2040 Download"
|
||||
name: "ItsyBitsy RP2040"
|
||||
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-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
---
|
||||
|
||||
**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.**
|
||||
---
|
||||
|
||||
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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +1,20 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_kb2040"
|
||||
title: "Adafruit KB2040 via U2IF Download"
|
||||
name: "Adafruit KB2040 via U2IF"
|
||||
title: "Adafruit KB2040 Download"
|
||||
name: "Adafruit KB2040"
|
||||
manufacturer: "Adafruit"
|
||||
board_url:
|
||||
- "https://www.adafruit.com/product/5302"
|
||||
board_image: "adafruit_kb2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2023-09-06
|
||||
date_added: 2023-9-6
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,21 +1,19 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_macropad_rp2040"
|
||||
title: "MacroPad RP2040 via U2IF Download"
|
||||
name: "MacroPad RP2040 via U2IF"
|
||||
title: "MacroPad RP2040 Download"
|
||||
name: "MacroPad RP2040"
|
||||
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-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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.
|
||||
|
||||
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.)
|
||||
|
|
|
|||
|
|
@ -1,22 +1,20 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_qt2040_trinkey"
|
||||
title: "Trinkey QT2040 via U2IF Download"
|
||||
name: "Trinkey QT2040 via U2IF"
|
||||
title: "Trinkey QT2040 Download"
|
||||
name: "Trinkey QT2040"
|
||||
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-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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!
|
||||
|
||||
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!
|
||||
|
|
|
|||
|
|
@ -1,21 +1,19 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "adafruit_qtpy_rp2040"
|
||||
title: "QT Py RP2040 via U2IF Download"
|
||||
name: "QT Py RP2040 via U2IF"
|
||||
title: "QT Py RP2040 Download"
|
||||
name: "QT Py RP2040"
|
||||
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-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
||||
**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.**
|
||||
|
||||
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?*
|
||||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "avnet_iiot_gateway.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-15
|
||||
date_added: 2020-5-15
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "banana_pi_bpi_ai2h_ai2n"
|
||||
title: "Banana Pi BPI-AI2H with BPI-AI2N Carrier Download"
|
||||
name: "Banana Pi BPI-AI2H with BPI-AI2N Carrier"
|
||||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://docs.banana-pi.org/en/BPI-AI2N/BananaPi_BPI-AI2N"
|
||||
board_image: "banana_pi_bpi_ai2h_ai2n.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-05-15
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
- Small Form Factor: Compact SO-DIMM 260PINs design (SOM module size: 45x69.6mm)
|
||||
- Open-source development kit, including SOM, BPI-AI2N Carrier board and a rich ecosystem of tools and support from the Banana Pi developer community
|
||||
- Customizable hardware & software by OEM&ODM
|
||||
- Yocto and other open-source software support
|
||||
- Memory & storage: 8GB LPDDR4x, 32GB eMMC, 64MB QSPI Flash
|
||||
- Wide operating temperature range from -40°C to 85°C
|
||||
|
||||
## Purchase
|
||||
* [Alibaba](https://www.alibaba.com/product-detail/Banana-PI-NEW-Powerful-SOM-Module_1601401058111.html)
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "banana_pi_bpi_f3"
|
||||
title: "Banana Pi BPI-F3 Download"
|
||||
name: "Banana Pi BPI-F3"
|
||||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://wiki.banana-pi.org/Banana_Pi_BPI-F3"
|
||||
board_image: "banana_pi_bpi_f3.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-09-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
- 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power
|
||||
- Single-core general computing power equivalent to 1.3 times Cortex-A55
|
||||
- Supports 32-bit LPDDR4/4X, with a maximum of 16GB of memory
|
||||
- 4K decoding and encoding
|
||||
- 5-lane PCIE2.1 expansion capability
|
||||
- 1x USB 3.0 + 2x USB 2.0 interfaces
|
||||
- 12x UART serial ports
|
||||
- Operating temperature range: -40°C to 85°C
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/4j8CMn0)
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "banana_pi_bpi_f5"
|
||||
title: "Banana Pi BPI-F5 Download"
|
||||
name: "Banana Pi BPI-F5"
|
||||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://wiki.banana-pi.org/Banana_Pi_BPI-F5"
|
||||
board_image: "banana_pi_bpi_f5.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-05-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
Allwinner T527 Octa-core A55, NPU up to 2Tops for edge intelligent AI applications.
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
- SoC: Allwinner T527
|
||||
- CPU: Octa-core ARM Cortex-A55 in a DynamlQ big.LITTLE configuration, up to 1.8 GHz
|
||||
- GPU: ARM G57 MC1 GPU
|
||||
- NPU: Up to 2 TOPS (INT8), Embedded 512KB internal buffer
|
||||
- RISC-V MCU for Real-time operating system (etc:RTOS)
|
||||
- DSP: 600MHz HiFi4
|
||||
- RAM: 2GB/4GB(max 4GB), default 4GB LPDDR4x
|
||||
- Storage: 8GB/32GB eMMC, default 32GB eMMC
|
||||
- Industrial grade temperature: -40°C to 80°C
|
||||
|
|
@ -6,7 +6,7 @@ name: "Banana Pi BPI-M2 Zero"
|
|||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO"
|
||||
board_image: "banana_pi_bpi_m2_zero.jpg"
|
||||
board_image: "banana_pi_m2_zero.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "banana_pi_bpi_m4_berry"
|
||||
title: "Banana Pi BPI-M4 Berry Download"
|
||||
name: "Banana Pi BPI-M4 Berry"
|
||||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Berry"
|
||||
board_image: "banana_pi_bpi_m4_berry.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-09-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
- Allwinner H618, Quad-core ARM Cortex™-A53 processor
|
||||
- ARM Mali G31 GPU
|
||||
- WIFI & Bluetooth
|
||||
- 2G LPDDR4 RAM
|
||||
- 8G eMMC flash memory
|
||||
- 1x USB2.0 Type-C OTG, 5V power supply
|
||||
- 4x USB2.0 Type-A
|
||||
- 1x HDMI 2.0a
|
||||
- 1x 3.5mm Audio & TVE jack socket
|
||||
- 1x GbE Ethernet port
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/3YMdR19)
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "banana_pi_bpi_m4_zero"
|
||||
title: "Banana Pi BPI-M4 Zero Download"
|
||||
name: "Banana Pi BPI-M4 Zero"
|
||||
manufacturer: "SinoVoip"
|
||||
board_url:
|
||||
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Zero"
|
||||
board_image: "banana_pi_bpi_m4_zero.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-09-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
Banana Pi BPI-M4 Zero is the successor model of M2 Zero. It has a huge improvement in performance. The SOC is upgraded to H618 and the CPU frequency is increased by 25%. The memory is upgraded to DDR4, the capacity is quadrupled, and 8G eMMC is added. It supports 5G WiFi, and the USB interface has also been upgraded to type-C.
|
||||
|
||||
It has same form factor and 40-pin connector as the Raspberry Pi Zero W, and it can fit most of the RPI Zero W cases and accessories.
|
||||
|
||||
- Allwinner H618, Quad-core ARM Cortex™-A53 processor
|
||||
- ARM Mali G31 GPU
|
||||
- 2.4G/5G WIFI & Bluetooth 4.2
|
||||
- 2G LPDDR4 RAM
|
||||
- 8G eMMC flash memory
|
||||
- 1x USB2.0 Type-C OTG, 5V power supply
|
||||
- 1x USB2.0 Type-C
|
||||
- 1x miniHDMI 2.0a
|
||||
- 1x 24-pin FPC connector
|
||||
- 1x USB2.0
|
||||
- 1x 100Mbps Ethernet
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/3FafJKz)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "banana_pi_bpi_m5.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-07-22
|
||||
date_added: 2022-7-22
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "beaglebone.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-04-06
|
||||
date_added: 2021-4-6
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_ai.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-01-20
|
||||
date_added: 2021-1-20
|
||||
features:
|
||||
- Ethernet
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black_industrial.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black_wireless.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-03-25
|
||||
date_added: 2020-3-25
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_blue.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-05-04
|
||||
date_added: 2023-5-4
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_green_gateway.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-11-01
|
||||
date_added: 2020-11-1
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_green_wireless.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Wi-Fi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglev_starlight.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-07-17
|
||||
date_added: 2021-7-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "binho_nova.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "clara_agx_xavier.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-10-06
|
||||
date_added: 2020-10-6
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "clockworkpi.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-04-16
|
||||
date_added: 2020-4-16
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -1,42 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "d-robotics_rdk-x3"
|
||||
title: "D-Robotics RDK-X3 Download"
|
||||
name: "D-Robotics RDK-X3"
|
||||
manufacturer: "D-Robotics"
|
||||
board_url:
|
||||
- "https://developer.d-robotics.cc/rdkx3"
|
||||
board_image: "d-robotics_rdk-x3.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-05-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
---
|
||||
|
||||
The RDK X3 series development kits include two products: RDK X3 and RDK X3 Module, both of which are equipped with the Rising Sun 3 intelligent computing solution, have 5TOPs of edge-side inference computing power, and are compatible with Raspberry Pi 4B and CM4 interfaces, making it easy for developers to quickly integrate.
|
||||
|
||||
- Quad-core ARM® Cortex® A53@1.5G
|
||||
- Dual-core Bernoulli Arch, 5Tops
|
||||
- H.265 (HEVC) Encoding and DecodingMain profile, L5.1 4K@60fps, JPEG Encoding and Decoding 16Mpixels
|
||||
- 2GB/4GB LPDDR4 RAM
|
||||
- 16GB/32GB/64GB eMMC or Micro SD
|
||||
- MIPI CSI 2lane x 2
|
||||
- USB Type-A 3.0 x 1 USB Type-A 2.0 x 2
|
||||
- Micro USB 2.0 x 1
|
||||
- 1 x Debug UART
|
||||
- 1 x HDMI1.4 (up to 1080p60)
|
||||
- Wi-Fi 2.4/5GHz Bluetooth 4.2
|
||||
- RJ45 interface
|
||||
- 40 Pin GPIO, I2C, UART, SPI, I2S, PWM
|
||||
- 5V 3A Power input
|
||||
- Ubuntu 20.04/22.04
|
||||
|
||||
## Purchase
|
||||
* [Waveshare](https://www.waveshare.com/rdk-x3.htm)
|
||||
|
|
@ -10,13 +10,12 @@ board_image: "diodes_delight_piunora.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- STEMMA QT/QWIIC
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
Piunora is a compact, easy-to-use development board for electronics prototyping with Linux. It has a familiar form factor, legible pin labels, and a design that’s well suited to space-constrained applications.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "dragonboard_410c.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-96boards-dragonboard-410c"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-06-29
|
||||
date_added: 2019-6-29
|
||||
features:
|
||||
- Wi-Fi
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "ft232h.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"
|
||||
downloads_display: true
|
||||
date_added: 2019-09-30
|
||||
date_added: 2019-9-30
|
||||
blinka: true
|
||||
features:
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,48 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "ft4232h"
|
||||
title: "FT4232H Download"
|
||||
name: "FT4232H"
|
||||
manufacturer: "Future Technology Devices International Ltd"
|
||||
board_url:
|
||||
- "https://ftdichip.com/wp-content/uploads/2024/05/DS_FT4232H.pdf"
|
||||
board_image: "ft4232h.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"
|
||||
downloads_display: true
|
||||
date_added: 2025-05-05
|
||||
blinka: true
|
||||
features:
|
||||
---
|
||||
|
||||
The FT4232H is FTDI’s 5th generation of USB devices. The FT4232H is a USB 2.0 High Speed (480Mb/s) to UART/MPSSE ICs. The device features 4 UARTs. Two of these have an option to independently configure an MPSSE engine. This allows the FT4232H to operate as two UART/Bit-Bang ports plus two MPSSE engines used to emulate JTAG, SPI, I2C, Bit-bang or other synchronous serial modes. The FT4232H has the following advanced features:
|
||||
|
||||
- FTDI FT232B style, asynchronous serial UART interface option with full hardware handshaking and modem interface signals. Fully assisted hardware or X-On / X-Off software handshaking.
|
||||
- UART Interface supports 7/8-bit data, 1/2 stop bits, and Odd/Even/Mark/Space/No Parity.
|
||||
- Auto-transmit enables control for RS485 serial applications using TXDEN pin.
|
||||
- Single chip USB to quad serial ports with a variety of configurations.
|
||||
- Entire USB protocol handled on the chip. No USB specific firmware programming required.
|
||||
- USB 2.0 High Speed (480Mbits/Second) and Full Speed (12Mbits/Second) compatible.
|
||||
- Two Multi-Protocol Synchronous Serial Engine (MPSSE) on channel A and channel B, to simplify synchronous serial protocol (USB to JTAG, I2C, SPI or bit-bang) design.
|
||||
- Independent Baud rate generators.
|
||||
- RS232/RS422/RS485 UART Transfer Data Rate up to 12Mbaud. (RS232 Data Rate limited by external level shifter).
|
||||
- FTDI’s royalty-free Virtual Com Port (VCP) and Direct (D2XX) drivers eliminate the requirement for USB driver development in most cases.
|
||||
- Optional traffic TX/RX indicators can be added with LEDs and an external 74HC595 shift register.
|
||||
- Adjustable receive buffer timeout.
|
||||
- Support for USB suspend and resume conditions via PWREN#, SUSPEND# and RI# pins.
|
||||
- Highly integrated design includes +1.8V LDO regulator for VCORE, integrated POR function and on chip clock multiplier PLL (12MHz – 480MHz).
|
||||
- Operational configuration mode and USB Description strings configurable in external EEPROM over the USB interface.
|
||||
- Low operating and USB suspend current.
|
||||
- Configurable I/O drive strength (4, 8, 12 or 16mA) and slew rate.
|
||||
- Supports bus powered, self-powered and highpower bus powered USB configurations.
|
||||
- UHCI/OHCI/EHCI host controller compatible.
|
||||
- USB Bulk data transfer mode (512 byte packets in High-Speed mode).
|
||||
- Dedicated Windows DLLs available for USB to JTAG, USB to SPI, and USB to I2C applications.
|
||||
- +1.8V (chip core) and +3.3V I/O interfacing (+5V Tolerant).
|
||||
- Extended -40°C to 85°C industrial operating temperature range.
|
||||
- Compact 64-LD Lead Free LQFP or QFN package
|
||||
- Available in compact Pb-free 56 Pin VQFN packages (RoHS compliant)
|
||||
- +3.3V single supply operating voltage range.
|
||||
- ESD protection for FT4232H IO’s: Human Body Model (HBM) ±2kV, Machine Mode (MM) ±200V, Charge Device Model (CDM) ±500V, Latch-up free.
|
||||
|
||||
## Purchase
|
||||
* [Digi-Key](https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT4232H-56Q-MINI-MDL/5994776)
|
||||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "giant_board.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Feather-Compatible
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "google_coral.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-05-13
|
||||
date_added: 2019-5-13
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "google_coral_mini.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-12-07
|
||||
date_added: 2020-12-7
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "greatfet_one.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-15
|
||||
date_added: 2020-5-15
|
||||
features:
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "hifive_unleashed.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-03-25
|
||||
date_added: 2020-3-25
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,47 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "indiedroid_nova"
|
||||
title: "INDIEDROID NOVA Download"
|
||||
name: "INDIEDROID NOVA"
|
||||
manufacturer: "INDIEDROID"
|
||||
board_url:
|
||||
- "https://indiedroid.us"
|
||||
board_image: "indiedroid_nova.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-10-07
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
The Indiedroid Nova is the same form factor as Raspberry Pi 4B, but 3+ times faster and supports 16GB RAM, plus 8K video!
|
||||
|
||||
The uber-efficient RK3588S SoC uses less energy, generates less heat, and processes more data than less-advanced SoC units used in most other SBCs.
|
||||
|
||||
Indiedroid's goal is to create an active and welcoming community that rewards community members who add value to the ecosystem.
|
||||
|
||||
- **Amazing 8-core performance**
|
||||
- **Outstanding video and GPU performance**
|
||||
- Able to stream 4K/30 video on web browsers
|
||||
- Able to stream 4K/60 video (and up to 8K/60) with video players
|
||||
- Heavily accelerated WebGL performance
|
||||
- Great retrogaming emulation performance
|
||||
- **Dual-monitor output** (microHDMI and USB-C Display Port)
|
||||
- **MIPI DSI and CSI** connectors (up to 2 cameras)
|
||||
- **Gigabit Ethernet**
|
||||
- Built in **WiFi 5 and Bluetooth 5**
|
||||
- On-board antenna, plus external antenna connector for demanding wireless applications
|
||||
- **2x USB 3.0** Type-A ports
|
||||
- **2x USB 2.0** Type-A ports
|
||||
- **1x USB 3.0** Type-C port
|
||||
- 1x **4-pin serial** connector
|
||||
- Up to **16GB De0645DR4**
|
||||
- **Swappable eMMC**
|
||||
|
||||
## Purchase
|
||||
* [ameriDroid](https://ameridroid.com/products/indiedroid-nova)
|
||||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_agx_orin.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-07-27
|
||||
date_added: 2022-7-27
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "jetson_nano.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-09-10
|
||||
date_added: 2019-9-10
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -10,12 +10,11 @@ board_image: "jetson_orin_nano.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
- HDMI/DisplayPort
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
NVIDIA Jetson Orin™ Nano Developer Kit is a compact edge AI board built with Jetson Orin™ Nano 8GB module which delivers up to 40TOPS AI performance and has a rich set of IOs including USB 3.2 Gen 2 ports, 2x M.2 Key M for SSD, pre-installed Wi-Fi module, and more.
|
||||
|
|
|
|||
|
|
@ -10,12 +10,11 @@ board_image: "jetson_orin_nx.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
- HDMI/DisplayPort
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
Based on [Jetson Orin NX Module](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/), with [JETSON-IO-BASE-B](https://www.waveshare.com/jetson-xavier-nx-dev-kit.htm?sku=22452) base board, providing rich peripheral interfaces such as M.2, HDMI, USB, etc., which is more convenient for users to realize the product performance.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx1.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx2.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx2_nx.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-02-25
|
||||
date_added: 2021-2-25
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_xavier.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_xavier_nx.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-03-25
|
||||
date_added: 2020-3-25
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "khadas_vim3.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-04-01
|
||||
date_added: 2022-4-1
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
@ -18,7 +18,6 @@ features:
|
|||
- USB 3.0
|
||||
- Bluetooth/BLE
|
||||
- Infrared Receiver
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
- High Performance: Amlogic A311D - x4 2.2Ghz Cortex A73, x2 1.8Ghz Cortex A53 12nm SoC fabrication process for low heat 2T2R AC Wi-Fi with RSDB Features Bluetooth 5.0 USB 3.0 Available Gigabit Ethernet with WOL support LPDDR4/X USB-C PD for heavy applications
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "lemaker_banana_pro.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-09-06
|
||||
date_added: 2023-9-6
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "libre_roc-rk3328-cc.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "lichee_rv_dock_d1.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-06
|
||||
date_added: 2022-10-6
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -1,51 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "lubancat-5"
|
||||
title: "LubanCat-5 Download"
|
||||
name: "LubanCat-5"
|
||||
manufacturer: "EmbedFire"
|
||||
board_url:
|
||||
- "https://embedfire.com/products/"
|
||||
- "https://doc.embedfire.com/linux/rk3588/quick_start/zh/latest/quick_start/lubancat/lubancat5.html"
|
||||
board_image: "lubancat-5.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2024-07-19
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
- 40-pin GPIO
|
||||
- Infrared Receiver
|
||||
---
|
||||
|
||||
LubanCat-5 is equipped with an eight-core CPU of quad-core A76 + quad-core A55 and a powerful Arm high-performance GPU, with a built-in NPU with 6T computing power. It is equipped with two Gigabit network ports, HDMI, USB3.0, MINI PCI-E interface, MIPI and other peripherals. Compared with LubanCat-4, it has reserved more USB, HDMI and other general interfaces, further expanding the use scenarios of the board
|
||||
|
||||
LubanCat-5 has powerful performance and can be used as a high-performance single-board computer and embedded motherboard for display, control, network transmission, file storage, edge computing and other scenarios
|
||||
|
||||
The LubanCat-5 board provides a complete SDK driver development package, design schematics and other resources, which not only helps users further apply the board, but also greatly reduces the secondary development time based on this board and speeds up product launch.
|
||||
|
||||
**Specifications**
|
||||
- DC 12V@2A DC input
|
||||
- RK3588S (quad-core A76 + quad-core A55, Mali-G610, 6T computing power)
|
||||
- LPDDR4X-4/8/16GB
|
||||
- eMMC-32/64/128GB
|
||||
- 10/100/1000M adaptive Ethernet port
|
||||
- Type-A port x1 (HOST)
|
||||
- Type-A port x1 (OTG)
|
||||
- Type-A port x2 (HOST)
|
||||
- Type-C interface x1 (OTG), firmware burning interface, DP display (supports multi-screen display with other screens)
|
||||
- One Debug serial port, default parameters 1500000-8-N-1
|
||||
- ON/OFF (power button), MR (MaskRom), REC (Recovery), RST (Reset button)
|
||||
- Headphone output + microphone input 2 in 1 interface
|
||||
- Compatible with Raspberry Pi 40Pin interface, supports PWM, GPIO, I2C, SPI, UART functions
|
||||
- Can be used with full-height or half-height WIFI network card, 4G module or other MINI-PCIE interface module
|
||||
- Need to be used with 4G module
|
||||
- 1x Input Interface
|
||||
- 2x output interface, display interface, supports multi-screen display with other screens
|
||||
- 2xMIPI screen interface, supports multi-screen display with other screens
|
||||
- 6x camera ports (front x3, back x3)
|
||||
- Support TF card boot system, up to 512GB
|
||||
- Support infrared remote control
|
||||
- Support RTC function
|
||||
- Support installation of fan cooling
|
||||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat1.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat1n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat2.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat2n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_i.mx6ull.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2021-01-15
|
||||
date_added: 2021-1-15
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_zero_n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_zero_w.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "luckyfox_pico"
|
||||
title: "LuckyFox Pico Download"
|
||||
name: "LuckyFox Pico"
|
||||
manufacturer: "LuckyFox"
|
||||
board_url:
|
||||
- "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico"
|
||||
board_image: "luckyfox_pico.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-07-22
|
||||
features:
|
||||
|
||||
---
|
||||
|
||||
LuckFox Pico is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly.
|
||||
|
||||
- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU
|
||||
- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4
|
||||
- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc.
|
||||
- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space
|
||||
- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second"
|
||||
- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths
|
||||
- Integrated with built-in POR, audio codec and MAC PHY
|
||||
|
||||
|
||||
### Specifications
|
||||
|
||||
- Cortex A7@1.2GHz + RISC-V
|
||||
- 0.5TOPS, supports int4, int8 and int16
|
||||
- Input 4M @30fps (Max)
|
||||
- 64MB DDR2
|
||||
- USB 2.0 Host/Device
|
||||
- MIPI CSI 2-lane
|
||||
- 24 × GPIO pins
|
||||
- 10/100M Ethernet controller and embedded PHY
|
||||
- TF card (Not included)
|
||||
|
||||
## Purchase
|
||||
* [LuckyFox](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico)
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "luckyfox_pico_max"
|
||||
title: "LuckyFox Pico Pro/Max Download"
|
||||
name: "LuckyFox Pico Pro/Max"
|
||||
manufacturer: "LuckyFox"
|
||||
board_url:
|
||||
- "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Pro"
|
||||
- "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Max"
|
||||
board_image: "luckyfox_pico_max.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-07-22
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
||||
LuckFox Pico Pro/Max is a cost-effective Linux micro development board, based on the Rockchip RV1106 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly.
|
||||
|
||||
- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU
|
||||
- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4
|
||||
- Built-in self-developed third-generation ISP3.2, supports 5-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc.
|
||||
- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space
|
||||
- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths
|
||||
- Integrated with built-in POR, audio codec and MAC PHY
|
||||
|
||||
### Specifications
|
||||
|
||||
- Cortex A7@1.2GHz
|
||||
- 0.5TOPS, supports int4, int8 and int16
|
||||
- Input 5M @30fps (Max)
|
||||
- 256MB DDR2 (128MB DDR2 on Pro)
|
||||
- USB 2.0 Host/Device
|
||||
- MIPI CSI 2-lane
|
||||
- 26 × GPIO pins
|
||||
- 10/100M Ethernet controller and embedded PHY
|
||||
- SPI NAND FLASH (256MB)
|
||||
|
||||
## Purchase
|
||||
* [LuckyFox (Pro Version)](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Pro)
|
||||
* [LuckyFox (Max Version)](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Max)
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "luckyfox_pico_mini"
|
||||
title: "LuckyFox Pico Mini Download"
|
||||
name: "LuckyFox Pico Mini"
|
||||
manufacturer: "LuckyFox"
|
||||
board_url:
|
||||
- "https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-A"
|
||||
- "https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-B"
|
||||
board_image: "luckyfox_pico_mini.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-07-22
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
||||
Luckfox Pico Mini is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly.
|
||||
|
||||
- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU
|
||||
- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4
|
||||
- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc.
|
||||
- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space
|
||||
- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second"
|
||||
- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths
|
||||
- Integrated with built-in POR, audio codec and MAC PHY
|
||||
|
||||
|
||||
### Specifications
|
||||
|
||||
- Cortex A7@1.2GHz + RISC-V
|
||||
- 0.5TOPS, supports int4, int8 and int16
|
||||
- Input 4M @30fps (Max)
|
||||
- 64MB DDR2
|
||||
- USB 2.0 Host/Device
|
||||
- MIPI CSI 2-lane
|
||||
- 17 × GPIO pins
|
||||
- 10/100M Ethernet controller and embedded PHY
|
||||
- TF card on Mini A
|
||||
- SPI NAND FLASH (128MB) on Mini B
|
||||
|
||||
## Purchase
|
||||
* [LuckyFox (Mini A without Flash)](https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-A)
|
||||
* [LuckyFox (Mini B with 128MB Flash)](https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-B)
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "luckyfox_pico_plus"
|
||||
title: "LuckyFox Pico Plus Download"
|
||||
name: "LuckyFox Pico Plus"
|
||||
manufacturer: "LuckyFox"
|
||||
board_url:
|
||||
- "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Plus"
|
||||
board_image: "luckyfox_pico_plus.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-07-22
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
||||
LuckFox Pico Plus is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly.
|
||||
|
||||
- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU
|
||||
- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4
|
||||
- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc.
|
||||
- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space
|
||||
- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second"
|
||||
- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths
|
||||
- Integrated with built-in POR, audio codec and MAC PHY
|
||||
|
||||
### Specifications
|
||||
|
||||
- Cortex A7@1.2GHz + RISC-V
|
||||
- 0.5TOPS, supports int4, int8 and int16
|
||||
- Input 4M @30fps (Max)
|
||||
- 64MB DDR2
|
||||
- USB 2.0 Host/Device
|
||||
- MIPI CSI 2-lane
|
||||
- 25 × GPIO pins
|
||||
- 10/100M Ethernet controller and embedded PHY
|
||||
- SPI NAND FLASH (128MB)
|
||||
|
||||
## Purchase
|
||||
* [LuckyFox](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Plus)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "mcp2221.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-mcp2221"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-03-25
|
||||
date_added: 2020-3-25
|
||||
features:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "milkv_duo"
|
||||
title: "MilkV Duo Download"
|
||||
name: "MilkV Duo"
|
||||
manufacturer: "Shenzhen MilkV Technology Co., Ltd"
|
||||
board_url:
|
||||
- "https://milkv.io/docs/duo/overview"
|
||||
board_image: "milkv_duo.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-03-13
|
||||
features:
|
||||
|
||||
---
|
||||
|
||||
Milk-V Duo is an ultra-compact embedded development platform based on the CV1800B chip. It can run Linux and RTOS, providing a reliable, low-cost, and high-performance platform for professionals, industrial ODMs, AIoT enthusiasts, DIY hobbyists, and creators.
|
||||
|
||||
- 1GHz and 700MHz RISC-V C906 processors
|
||||
- Integrated CVITEK TPU for smart detection.
|
||||
- SIP DRAM 64MB
|
||||
- Supports H.264/H.265 video encoding, up to 2880x1620@20fps.
|
||||
- Compatible with high-definition CMOS sensors.
|
||||
- Programmable frequency output for sensor clock.
|
||||
- Comprehensive ISP features for image optimization.
|
||||
- Partial OpenCV library support with CV hardware acceleration.
|
||||
- 16-bit audio codec with built-in mic input and output functions.
|
||||
- Flexible network configurations with 1 Ethernet PHY.
|
||||
|
||||
|
||||
## Purchase
|
||||
* [MilkV](https://milkv.io/duo#buy)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_duo2.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-02-05
|
||||
date_added: 2021-2-5
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_neo_air.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-01-20
|
||||
date_added: 2021-1-20
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_neo.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-01-04
|
||||
date_added: 2022-1-4
|
||||
features:
|
||||
- Ethernet
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "octavo_osd32mp1_brk.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "octavo_osd32mp1_red.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-06
|
||||
date_added: 2021-12-6
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "odroid_c2.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libaries-linux-odroid-c2"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-06-17
|
||||
date_added: 2019-6-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_c4.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-15
|
||||
date_added: 2020-5-15
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ features:
|
|||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- Infrared Receiver
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
The ODROID-M1 is a single board computer with a wide range of useful peripherals developed for use in a variety of embedded system applications. To achieve this goal, we have developed various hardware accessories and device driver software over the past 10 months. In addition, RK3568B2, the core brain of ODROID-M1, is considered suitable for embedded application use as the SoC manufacturer (Rockchip) guarantees supply for the next 15 years. Therefore, we expect we can supply the ODROID-M1 boards to our important B2B customers until the year 2036 or beyond.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ features:
|
|||
- USB 3.0
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
We launched ODROID-M1 about 20 months ago and have supplied it to many B2B and B2C customers. Feedback from many customers requested a lower price, more GPIO ports, lower power consumption, a slimmer form factor, and a variety of practical peripherals.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_n2.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-03
|
||||
date_added: 2019-12-3
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_xu4.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-29
|
||||
date_added: 2020-5-29
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_xu4q.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-29
|
||||
date_added: 2020-5-29
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ features:
|
|||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- USB 3.0
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
Edge Computing devices are playing an increasingly important role in the field of IoT. Nowadays, a computer is not just a big rectangular black box under the desk, or a small portable device working on your knees. Computers are ubiquitous devices that span calculating, communicating, and data storage. Based on this definition, here we would like to introduce our new product – the ODYSSEY - X86J4105.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "onion_omega2plus.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-04-22
|
||||
date_added: 2020-4-22
|
||||
features:
|
||||
- Wi-Fi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_2.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-05-11
|
||||
date_added: 2020-5-11
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_3.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-01-04
|
||||
date_added: 2022-1-4
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "orange_pi_3_lts"
|
||||
title: "Orange Pi 3 LTS Download"
|
||||
name: "Orange Pi 3 LTS"
|
||||
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
|
||||
board_url:
|
||||
- "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html"
|
||||
board_image: "orange_pi_3_lts.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-03-14
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
- Bluetooth/BLE
|
||||
- HDMI/DisplayPort
|
||||
---
|
||||
|
||||
Orange Pi 3 LTS is an open-source single-board computer with dual-band wireless WiFi and Bluetooth 5.0 .It is highly compact with a dimension of 56X85mm.
|
||||
|
||||
Orange Pi 3 LTS uses the Allwinner H6 SoC, and has 2GB LPDDR3 SDRAM, 8GB EMMC Flash. It can run Android 9,Ubuntu,Debian. Orange Pi 3 LTS offers a range of different ports, including HDMI output, 26pin headers, Gbps Ethernet port,1*USB 3.0, 2* USB2.0,etc. It is powered through Type-C. It is a good choice for applications that need strong networking perfomance.
|
||||
|
||||
### Hardware specification
|
||||
- Allwinner H6
|
||||
Quad-core 64-bit 1.8GHz high-performance Cortex-A53 processor
|
||||
- - High-performance multi-core GPU Mali T720
|
||||
- OpenGL ES3.1/3.0/2.0/1.1
|
||||
- Microsoft DirectX 11 FL9_3
|
||||
- ASTC(Adaptive Scalable Texture Compression)
|
||||
- Floating point operation greater than 70 GFLOPS
|
||||
- AXP805
|
||||
2GB LPDDR3 (shared with GPU)
|
||||
- - Micro SD card slot
|
||||
- 8GB EMMC Flash
|
||||
- YT8531C Chip
|
||||
- Support 10/100M/1000M Ethernet
|
||||
- 859 Chip
|
||||
- Support IEEE 802.11 a/b/g/n/ac
|
||||
- Support BT5.0
|
||||
- HDMI 2.0a
|
||||
- TV CVBS Output
|
||||
- HDMI Output
|
||||
- 3.5mm Audio Port
|
||||
- 5V3A Type-C
|
||||
- 1* USB 3.0 HOST, 2* USB 2.0 HOST
|
||||
- 26pin connector with1* I2C, 1*SPI, 1*UART &Multiple GPIO Ports
|
||||
- UART-TX, UART-RX & GND
|
||||
- Power Button (SW4)
|
||||
- Power LED& Status LED
|
||||
- Support IR Remote Control
|
||||
- Android 9.0, Ubuntu, Debian
|
||||
|
||||
## Purchase
|
||||
* [Aliexpress](https://www.aliexpress.us/item/3256803390997951.html)
|
||||
* [Amazon](https://amzn.to/4mziIgD)
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "orange_pi_3b"
|
||||
title: "Orange Pi 3B Download"
|
||||
name: "Orange Pi 3B"
|
||||
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
|
||||
board_url:
|
||||
- "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-3B.html"
|
||||
board_image: "orange_pi_3b.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-10-24
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
---
|
||||
|
||||
Orange Pi 3B is powered by Rockchip RK3566 quad-core 64-bit processor with 22nm advanced process, up to 1.8GHz main frequency, integrated ARM Mali G52 2EE graphics processor with OpenGL ES 1.1/2.0/3.2, OpenCL 2.0, Vulkan 1.1 support, embedded high-performance 2D acceleration module; built-in AI accelerator NPU with 0.8Tops computing power; VPU can achieve 4K@60fps H.265/H.264/VP9 video decoding and 1080P@100fps H.265 video encoding, 1080P@60fps H.264 video encoding, support 8M ISP and HDR; with 2GB/4GB/8GB (LPDDR4/ 4X), supports 16GB/32GB/64GB/128GB/256GB eMMC module, 16MB/32MB SPI Flash, has Wi-Fi5, BT5.0, with BLE support.
|
||||
|
||||
Orange Pi 3B references a wealth of interfaces, including HDMI output, M.2 M-KEY(optional), Micro SD slot, Gigabit LAN port, USB2.0, USB3.0, 3.5mm headphone jack, MIPI DSI port, eDP port, MIPI CSI camera port, multifunctional 40 Pin expansion port, etc., which can be widely applied to TV boxes, high-end tablet, edge computing, face recognition, smart security, smart home and other fields, empowering rich AI applications and IoT scenarios.
|
||||
Orange Pi 3B supports Android 11, Ubuntu 22.04, Ubuntu 20.04, Debian 11, Debian 12, OpenHarmony 4.0 Beta1, Orange Pi OS (Arch), Orange Pi OS (OH) based on OpenHarmony and other operating systems.
|
||||
|
||||
## Purchase
|
||||
* [Aliexpress](https://www.aliexpress.us/item/3256805733558464.html)
|
||||
* [Amazon](https://amzn.to/4dmcwEn)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_4.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-06
|
||||
date_added: 2022-10-6
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_4_lts.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-06
|
||||
date_added: 2022-10-6
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,12 +10,11 @@ board_image: "orange_pi_5.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-05-08
|
||||
date_added: 2023-5-8
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
- HDMI/DisplayPort
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
Orange Pi 5 uses Rockchip RK3588S new generation 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610 GPU, embedded high-performance 3D/2D image acceleration module, built-in NPU with 6Tops computing power, with 4GB/8GB/16GB/32GB (LPDDR4/4x), and up to 8K display processing capability.
|
||||
|
|
|
|||
|
|
@ -1,69 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "orange_pi_5_max"
|
||||
title: "Orange Pi 5 Max Download"
|
||||
name: "Orange Pi 5 Max"
|
||||
manufacturer: "Shenzhen Xunlong Software CO., Limited"
|
||||
board_url:
|
||||
- "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Max.html"
|
||||
board_image: "orange_pi_5_max.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-05-05
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
OrangePi 5 Max uses Rockchip RK3588 8-core 64-bit processor with 4 Cortex-A76 (2.4GHz), 4 Cortex-A55 (1.8GHz) and independent NEON coprocessor. Adopting 8nm process design, the main frequency is up to 2.4GHz, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2, and Vulkan 1.2; the embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most terminal devices; it has 4GB/8GB/16GB LPDDR5, with up to 8K display processing capability, supports eMMC socket and onboard eMMC (either one ), and has Wi-Fi 6E+BT 5.3 with BLE support.
|
||||
|
||||
OrangePi 5 Max provides abundant interfaces, including HDMI output, GPIO interface, USB2.0, USB3.0, 3.5mm headphone socket, one PCIe extended 2.5G high-speed network port, one M.2 M-Key slot (PCIe 3.0 4-Lane), supporting for the installation of NVMe SSDs or SATA SSDs.
|
||||
OrangePi 5 Max is compact, PCB measuring only 89mmX57mmX1.6mm, and powerful enough to be widely used in high-end tablets, edge computing, artificial intelligence, cloud computing, AR/VR, smart security, smart home, etc., covering various industries of AIoT. OrangePi 5 Max supports Orangepi OS(Droid)、Orangepi OS(Arch)、Orangepi OS(OH)、Ubuntu、Debian、Android13 operating system.
|
||||
|
||||
**Specifications**
|
||||
- Rockchip RK3588 (8nm LP process)
|
||||
- - • 8-core 64-bit processor
|
||||
- • 4 Cortex-A76 and 4 Cortex-A55 with independent NEON coprocessor
|
||||
- • Cortex-A76 at 2.4GHz, Cortex-A55 at 1.8GHz
|
||||
- • Integrated ARM Mali-G610
|
||||
- • Built-in 3D GPU
|
||||
- • Fully compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2.
|
||||
- Embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing with up to 6TOPS.
|
||||
RK806-1
|
||||
LPDDR5 496PIN:4GB, 8GB, 16GB optional
|
||||
- - • eMMC Flash Sockets (default)
|
||||
- • Onboard eMMC (customizable) **Note: Either eMMC socket or on-board eMMC, support: 32GB, 64GB, 128GB, 256GB optional**
|
||||
- - • QSPI Nor FLASH: 16MB
|
||||
- • MicroSD card slot
|
||||
- • M.2 M-KEY slot: Support NVMe SSD (PCIe 3.0 4Lane)
|
||||
- 2 * USB3.0; 2 * USB2.0
|
||||
- - • 2 * HDMI 2.1, up to 8k@60FPS
|
||||
- • 1 * MIPI DSI TX 4 Lane
|
||||
- • 2 * MIPI CSI 4 Lane
|
||||
- • 1 * MIPI D-PHY RX 4 Lane
|
||||
- CODEC:ES8388
|
||||
- - • 1 * Audio 3.5mm jack with mic
|
||||
- • 1 * MIC In
|
||||
- • 1 * HDMI 2.1 eARC
|
||||
- 1 * PCIe 2.5G LAN (RTL8125BG)
|
||||
- Onboard Wi-Fi 6E+BT 5.3/BLE module: AP6611
|
||||
- Wi-Fi interface: SDIO3.0
|
||||
- BT interface: UART/PCM
|
||||
- Dual-row pin: 2.54mm 40Pin
|
||||
- Supports DC 5V and 3.3V power output
|
||||
- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces.
|
||||
- 1 * BOOT key, 1 * On/Off key
|
||||
- Supports Type-C power supply, 5V @ 5A
|
||||
- RGB LED Side Illumination
|
||||
- 5V 2PIN 1.25mm socket
|
||||
- 3V 2PIN 1.25mm socket
|
||||
- Debug serial UART included in 40PIN expansion port
|
||||
- Orangepi OS (Droid), Orangepi OS (Arch), Orangepi OS (OH), Ubuntu, Debian, Android13
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/4jXUAT7)
|
||||
|
|
@ -17,7 +17,6 @@ features:
|
|||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
- NVME/M.2 Connector
|
||||
---
|
||||
|
||||
Orange Pi 5 Plus uses Rockchip RK3588 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16/FP16 mixed computing, with up to 6Tops of computing power, which can meet the edge computing needs of most end devices; 4GB/8GB/16GB LPDDR4/4X memory and eMMC socket, which can be connected with 16GB/32GB/64GB/128GB/256GB eMMC module. Orange Pi 5 Plus supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Android 12, Debian 11, Ubuntu 22.04 and other operating systems.
|
||||
|
|
|
|||
|
|
@ -1,66 +0,0 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "orange_pi_5_pro"
|
||||
title: "Orange Pi 5 Pro Download"
|
||||
name: "Orange Pi 5 Pro"
|
||||
manufacturer: "Shenzhen Xunlong Software CO., Limited"
|
||||
board_url:
|
||||
- "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Pro.html"
|
||||
board_image: "orange_pi_5_pro.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2025-08-18
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
- HDMI/DisplayPort
|
||||
- NVME/M.2 Connector
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
||||
Orange Pi 5 Pro uses Rockchip RK3588S 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16 mixed computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most end devices; with 4GB/8GB/16GB LPDDR5, with up to 8K display processing, and supports for eMMC module or SPI Flash (either one),Wi-Fi5, BT5.0, and BLE support.
|
||||
|
||||
The Orange Pi 5 Pro provides abundant interfaces, including HDMI output, GPIO ports, USB2.0, USB3.1, 3.5mm headphone socket,Gigabit LAN port with PoE+ support (PoE+ HAT required), etc., with an M.2 M-key slot that supports the installation of NVMe SSD or SATA SSD.
|
||||
Orange Pi 5 Pro is compact, measuring only 89mmX56mmX1.6mm, and powerful enough to be widely used in tablets, edge computing, artificial intelligence, cloud computing, AR/VR, intelligent security, smart home and other fields, covering AIoT various industries.Orange Pi 5 Pro supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Ubuntu, Android 12, Debian and other operating systems.
|
||||
|
||||
**Specifications**
|
||||
- Rockchip RK3588S (8nm LP process)
|
||||
- 8-core 64-bit processor big.LITTLE Architecture: 4-core Cortex-A76 and 4-core Cortex-A55, big core cluster is 2.4GHz, and little core cluster is 1.8GHz frequency.
|
||||
- Arm Mali-G610
|
||||
- Built-in 3D GPU
|
||||
- Compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2
|
||||
- Embedded NPU supports INT4/INT8/INT16 mixed operation, with up to 6TOPS computing power
|
||||
- RK806-1
|
||||
- LPDDR5 496PIN:4GB/8GB/16GB (optional)
|
||||
- eMMC socket: supports eMMC module (optional)
|
||||
- SPI Flash (default empty)
|
||||
- MicroSD (TF) slot
|
||||
- M.2 M-KEY slot: NVMe SSD or SATA SSD
|
||||
- USB3.1 Gen1 * 1; USB2.0 *1
|
||||
- USB HUB:USB2.0 *2(TYPE A)+UAB2.0*2 row of pins
|
||||
- HDMI2.1 up to 8K @60Hz
|
||||
- HDMI2.0, up to 4K @60Hz
|
||||
- MIPI DSI 4 Lane, up to 4K @60Hz
|
||||
- 2 * MIPI 4 Lane
|
||||
- CODEC: ES8388
|
||||
- 3.5mm headphone jack audio input/output
|
||||
- Input: onboard MIC
|
||||
- HDMI 2.1 eARC
|
||||
- 10/100/1000Mbps Ethernet with PoE+ support (PoE+ HAT required)
|
||||
- Onboard Wi-Fi5+BT 5.0/BLE module: AP6256
|
||||
- M.2 M-Key slot supports access to NVMe SSD or SATA SSD
|
||||
- Dual-row pin: 2.54mm 40Pin
|
||||
- Supports DC 5V and 3.3V power outputs
|
||||
- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces
|
||||
- 1 * MaskROM, 1 * RESET, 1 * POWER
|
||||
- Supports Type-C power supply, 5V @ 5A
|
||||
- RGB LED tri-color indicator
|
||||
- 5V 2PIN 1.25mm socket
|
||||
- 3V 2PIN 1.25mm socket
|
||||
- Debug serial port UART included in 40PIN expansion port
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/4lALxr8)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_lite.png"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-01-18
|
||||
date_added: 2020-1-18
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue