Skip to content

Commit da9df6b

Browse files
authored
Merge pull request #1 from adafruit/master
Merge latest boards to our fork
2 parents 6377aaa + 6b0bf30 commit da9df6b

File tree

153 files changed

+18277
-20298
lines changed

Some content is hidden

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

153 files changed

+18277
-20298
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Update Libraries/Contributing Info
33
on:
44
schedule:
55
- cron: 15 9 * * *
6+
workflow_dispatch:
67

78
jobs:
89
check-repo-owner:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Dependencies
3636
run: |
3737
gem install bundler:1.17.3
38-
bundle install
38+
bundle install --full-index
3939
- name: Build site with jekyll
4040
run: |
4141
bundle exec jekyll build -d build

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,21 +209,23 @@ GEM
209209
rb-inotify (~> 0.9, >= 0.9.10)
210210
mercenary (0.3.6)
211211
mini_magick (4.10.1)
212-
mini_portile2 (2.4.0)
212+
mini_portile2 (2.5.0)
213213
minima (2.5.1)
214214
jekyll (>= 3.5, < 5.0)
215215
jekyll-feed (~> 0.9)
216216
jekyll-seo-tag (~> 2.1)
217217
minitest (5.14.1)
218218
multipart-post (2.1.1)
219-
nokogiri (1.10.10)
220-
mini_portile2 (~> 2.4.0)
219+
nokogiri (1.11.1)
220+
mini_portile2 (~> 2.5.0)
221+
racc (~> 1.4)
221222
octokit (4.18.0)
222223
faraday (>= 0.9)
223224
sawyer (~> 0.8.0, >= 0.5.3)
224225
pathutil (0.16.2)
225226
forwardable-extended (~> 2.6)
226227
public_suffix (3.1.1)
228+
racc (1.5.2)
227229
rake (13.0.1)
228230
rb-fsevent (0.10.4)
229231
rb-inotify (0.10.1)

_blinka/banana_pi_m2_zero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_image: "banana_pi_m2_zero.jpg"
99
download_instructions: ""
1010
downloads_display: true
1111
blinka: true
12-
date_added: 2020-11-5
12+
date_added: 2020-10-31
1313
features:
1414
- Wi-Fi
1515
- Bluetooth/BLE

_blinka/beaglebone_ai.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: download
3+
board_id: "beaglebone_ai"
4+
title: "BeagleBone AI Download"
5+
name: "BeagleBone AI"
6+
manufacturer: "BeagleBoard"
7+
board_url: "https://beagleboard.org/ai"
8+
board_image: "beaglebone_ai.jpg"
9+
downloads_display: true
10+
blinka: true
11+
date_added: 2021-1-20
12+
features:
13+
- Ethernet
14+
- Wi-Fi
15+
- Bluetooth/BLE
16+
- HDMI
17+
---
18+
19+
Built on the proven BeagleBoard.org® open source Linux approach, BeagleBone® AI fills the gap between small SBCs and more powerful industrial computers. Based on the Texas Instruments AM5729, developers have access to the powerful SoC with the ease of BeagleBone® Black header and mechanical compatibility. BeagleBone® AI makes it easy to explore how artificial intelligence (AI) can be used in everyday life via the TI C66x digital-signal-processor (DSP) cores and embedded-vision-engine (EVE) cores supported through an optimized TIDL machine learning OpenCL API with pre-installed tools. Focused on everyday automation in industrial, commercial and home applications.
20+
21+
- Processor: Sitara AM5729
22+
- Dual Arm® Cortex®-A15 microprocessor subsystem
23+
- 2 C66x floating-point VLIW DSPs
24+
- 2.5MB of on-chip L3 RAM
25+
- 2x dual Arm® Cortex®-M4 co-processors
26+
- 4x Embedded Vision Engines (EVEs)
27+
- 2x dual-core Programmable Real-Time Unit and Industrial Communication SubSystem (PRU-ICSS)
28+
- 2D-graphics accelerator (BB2D) subsystem
29+
- Dual-core PowerVR® SGX544™ 3D GPU
30+
- IVA-HD subsystem (4K @ 15fps encode and decode support for H.264, 1080p60 for others)
31+
- BeagleBone Black mechanical and header compatibility
32+
- 1GB RAM and 16GB on-board eMMC flash with high-speed interface
33+
- USB type-C for power and superspeed dual-role controller; and USB type-A host
34+
- Gigabit Ethernet, 2.4/5GHz WiFi, and Bluetooth
35+
- microHDMI
36+
- Zero-download out-of-box software experience with Debian GNU/Linux
37+
38+
## Purchase
39+
* [DigiKey](https://www.digikey.com/en/products/detail/beagleboard-org/BBONE-AI/10671097)
40+
41+
## Contribute
42+
43+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md).

_blinka/beaglebone_black.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: download
33
board_id: "beaglebone_black"
4-
title: "BeagleBone Black"
4+
title: "BeagleBone Black Download"
55
name: "BeagleBone Black"
66
manufacturer: "BeagleBoard"
77
board_url: "https://beagleboard.org/black"

_blinka/beaglebone_black_industrial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: download
33
board_id: "beaglebone_black_industrial"
4-
title: "BeagleBone Black Industrial"
4+
title: "BeagleBone Black Industrial Download"
55
name: "BeagleBone Black Industrial"
66
manufacturer: "Element14"
77
board_url: "https://beagleboard.org/e14-bbbi"

_blinka/beaglebone_black_wireless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: download
33
board_id: "beaglebone_black_wireless"
4-
title: "BeagleBone Black Wireless"
4+
title: "BeagleBone Black Wireless Download"
55
name: "BeagleBone Black Wireless"
66
manufacturer: "BeagleBoard"
77
board_url: "https://beagleboard.org/black-wireless"

_blinka/beaglebone_green_gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url: "https://beagleboard.org/green-wireless"
88
board_image: "beaglebone_green_gateway.jpg"
99
downloads_display: true
1010
blinka: true
11-
date_added: 2020-11-5
11+
date_added: 2020-11-1
1212
features:
1313
- Wi-Fi
1414
- Bluetooth/BLE

_blinka/beaglebone_green_wireless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: download
33
board_id: "beaglebone_green_wireless"
4-
title: "BeagleBone Green Wireless"
4+
title: "BeagleBone Green Wireless Download"
55
name: "BeagleBone Green Wireless"
66
manufacturer: "SeeedStudio"
77
board_url: "https://beagleboard.org/green-wireless"

_blinka/clara_agx_xavier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url: "https://developer.nvidia.com/clara-agx-devkit"
88
board_image: "clara_agx_xavier.jpg"
99
downloads_display: true
1010
blinka: true
11-
date_added: 2020-11-5
11+
date_added: 2020-10-6
1212
features:
1313

1414
---

_blinka/google_coral_mini.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: download
3+
board_id: "google_coral_mini"
4+
title: "Google Coral Dev Board Mini"
5+
name: "Google Coral Dev Board Mini"
6+
manufacturer: "Google"
7+
board_url: "https://coral.ai/products/dev-board-mini/"
8+
board_image: "google_coral_mini.jpg"
9+
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
10+
downloads_display: true
11+
blinka: true
12+
date_added: 2020-12-7
13+
features:
14+
- Wi-Fi
15+
- Bluetooth/BLE
16+
- HDMI
17+
- 40-pin GPIO
18+
---
19+
20+
The Coral Dev Board Mini is a single-board computer that provides fast machine learning (ML) inferencing in a small form factor. It's primarily designed as an evaluation device for the Accelerator Module (a surface-mounted module that provides the Edge TPU), but it's also a fully-functional embedded system you can use for various on-device ML projects.
21+
22+
- CPU MediaTek 8167s SoC (Quad-core Arm Cortex-A35)
23+
- GPU IMG PowerVR GE8300 (integrated in SoC)
24+
- ML accelerator Google Edge TPU coprocessor
25+
- RAM 2 GB LPDDR3
26+
- Flash memory 8 GB eMMC
27+
- Wireless Wi-Fi 5 (802.11a/b/g/n/ac); Bluetooth 5.0
28+
- Audio 3.5mm audio jack; digital PDM microphone; 2.54mm 2-pin speaker terminal;
29+
- Video micro HDMI (1.4); 24-pin FFC connector for MIPI-CSI2 camera (4-lane); 39-pin FFC connector for MIPI-DSI display (4-lane)
30+
- Input/output 3.5mm audio jack; digital PDM microphone; 2.54mm 2-pin speaker terminal; micro HDMI (1.4); 24-pin FFC connector for MIPI-CSI2 camera (4-lane); 39-pin FFC connector for MIPI-DSI display (4-lane)
31+
32+
## Purchase
33+
* [Seeed](https://www.seeedstudio.com/Coral-Dev-Board-Mini-p-4682.html)
34+
* [Mouser](https://www.mouser.com/new/google-coral/coral-dev-board-mini/)
35+
* [Arrow](https://www.arrow.com/en/products/g650-03324-01/google-corporation)
36+
37+
## Contribute
38+
39+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md).

_blinka/lubancat_i.mx6ull.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: download
3+
board_id: "lubancat_i.mx6ull"
4+
title: "LubanCat I.MX6ULL Download"
5+
name: "LubanCat I.MX6ULL"
6+
manufacturer: "LubanCat"
7+
board_url: ""
8+
board_image: "unknown.jpg"
9+
download_instructions: ""
10+
downloads_display: false
11+
blinka: true
12+
date_added: 2021-1-15
13+
features:
14+
---
15+
16+
Oops! Looks like we don't know anything about this board. This means it's likely very new.
17+
18+
## Purchase
19+
20+
21+
## Contribute
22+
23+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md).

_blinka/nanopi_neo_air.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: download
3+
board_id: "nanopi_neo_air"
4+
title: "NanoPi NEO Air Download"
5+
name: "NanoPi NEO Air"
6+
manufacturer: "FriendlyElec"
7+
board_url: "http://nanopi.io/nanopi-neo-air.html"
8+
board_image: "nanopi_neo_air.jpg"
9+
download_instructions: ""
10+
downloads_display: true
11+
blinka: true
12+
date_added: 2021-1-20
13+
features:
14+
- Wi-Fi
15+
- Bluetooth/BLE
16+
17+
---
18+
19+
LTS - long term support, We will not make any changes to this model and will provide support as long as possible
20+
21+
- CPU: Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz
22+
- RAM: 512MB DDR3 RAM
23+
- Storage: 8GB eMMC
24+
- WiFi: 802.11b/g/n
25+
- Bluetooth: 4.0 dual mode
26+
- MicroSD Slot x 1
27+
- GPIO: 2.54mm pitch 24pin. It includes UART, SPI, I2C, IO etc
28+
- PCB Size: 40 x 40mm
29+
- Power Supply: DC 5V/2A
30+
- OS/Software: u-boot, UbuntuCore
31+
- Weight: 7.5g(WITHOUT Pin-headers); 9.7g(WITH Pin-headers)
32+
33+
## Purchase
34+
* [FriendlyElec](https://www.friendlyarm.com/index.php?route=product/product&product_id=151)
35+
36+
## Contribute
37+
38+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md).

_blinka/orange_pi_zero_plus.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: download
3+
board_id: "orange_pi_zero_plus"
4+
title: "Orange Pi Zero Plus Download"
5+
name: "Orange Pi Zero Plus"
6+
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
7+
board_url: "http://www.orangepi.org/OrangePiZeroPlus/"
8+
board_image: "orange_pi_zero_plus.jpg"
9+
download_instructions: ""
10+
downloads_display: true
11+
blinka: true
12+
date_added: 2021-1-14
13+
features:
14+
- Wi-Fi
15+
- Bluetooth/BLE
16+
- Ethernet
17+
- HDMI
18+
- 40-pin GPIO
19+
---
20+
21+
What’s Orange Pi Zero Plus?
22+
23+
It’s an open-source single-board computer. It can run Android 5.1, Ubuntu, Debian image. It uses the AllWinner H5 SoC, and has 512MB DDR3 SDRAM.
24+
25+
What can I do with Orange Pi Zero Plus?
26+
27+
Build…
28+
A computer
29+
A wireless server
30+
Games
31+
Music and sounds
32+
HD video
33+
A speaker
34+
Android
35+
Scratch
36+
Pretty much anything else, because Orange Pi Zero Plus is open source
37+
38+
Who’s it for?
39+
40+
Orange Pi Zero Plus is for anyone who wants to start creating with technology – not just consuming it. It's a simple, fun, useful tool that you can use to start taking control of the world around you.
41+
42+
43+
- H5 Quad-core Cortex-A53
44+
- H5 Mali450 GPU
45+
- 512MB DDR3 (shared with GPU)
46+
- TF card (Max. 32GB) / Spi flash(2MB)
47+
- Realtek RTL8189FTV, IEEE 802.11 b/g/n
48+
- 1000M/100M/10M Ethernet RJ45
49+
- Supports external board via 13pins
50+
- USB OTG can supply power
51+
- UART, ground
52+
- One USB 2.0 HOST, One USB 2.0 OTG
53+
- Power Button(SW602)
54+
- 26 Pins Header, compatible with Raspberry Pi B+
55+
- 13 Pins Header, with 2x USB, IR pin, AUDIO(MIC, AV)
56+
- Power led & Status led
57+
- Android5.1, Lubuntu, Debian, Armbian Image
58+
59+
## Purchase
60+
* [AliExpress](https://www.aliexpress.com/item/32828347476.html)
61+
62+
## Contribute
63+
64+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md).

_blinka/orange_pi_zero_plus2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_image: "orange_pi_zero_plus2.jpg"
99
download_instructions: ""
1010
downloads_display: true
1111
blinka: true
12-
date_added: 2020-11-5
12+
date_added: 2020-11-2
1313
features:
1414
- Wi-Fi
1515
- Bluetooth/BLE

_blinka/pine64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manufacturer: "Pine64"
77
board_url: "https://www.pine64.org/devices/single-board-computers/pine-a64/"
88
board_image: "pine64.png"
99
download_instructions: ""
10-
downloads_display: false
10+
downloads_display: true
1111
blinka: true
1212
date_added: 2020-1-9
1313
features:

_blinka/pine_h64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ manufacturer: "Pine64"
77
board_url: "https://www.pine64.org/pine-h64-ver-b/"
88
board_image: "pine_h64.jpg"
99
download_instructions: ""
10-
downloads_display: false
10+
downloads_display: true
1111
blinka: true
12-
date_added: 2020-11-5
12+
date_added: 2020-11-1
1313
features:
1414
- Wi-Fi
1515
- Bluetooth/BLE

_blinka/raspberry_pi_400.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_image: "raspberry_pi_400.jpg"
99
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
1010
downloads_display: true
1111
blinka: true
12-
date_added: 2020-11-5
12+
date_added: 2020-11-2
1313
features:
1414
- Wi-Fi
1515
- Bluetooth/BLE

0 commit comments

Comments
 (0)