commit
b9ff48487f
477 changed files with 30646 additions and 11364 deletions
3
.github/workflows/adabot_cron.yml
vendored
3
.github/workflows/adabot_cron.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update Libraries/Contributing Info
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 45 9 * * *
|
- cron: 15 9 * * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-repo-owner:
|
check-repo-owner:
|
||||||
|
|
@ -44,6 +44,7 @@ jobs:
|
||||||
run: mkdir -p bin/adabot
|
run: mkdir -p bin/adabot
|
||||||
- name: Run adabot.update_cp_org_libraries
|
- name: Run adabot.update_cp_org_libraries
|
||||||
env:
|
env:
|
||||||
|
ADABOT_GITHUB_USER: ${{ secrets.ADABOT_GITHUB_USER }}
|
||||||
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
|
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd adabot
|
cd adabot
|
||||||
|
|
|
||||||
6
Gemfile
6
Gemfile
|
|
@ -8,12 +8,12 @@ source "https://rubygems.org"
|
||||||
#
|
#
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "~> 3.8.4"
|
# gem "jekyll", "~> 3.8.4"
|
||||||
|
|
||||||
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
# gem "github-pages", group: :jekyll_plugins
|
gem "github-pages", group: :jekyll_plugins
|
||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
|
@ -21,6 +21,7 @@ group :jekyll_plugins do
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
||||||
gem 'jekyll-paginate'
|
gem 'jekyll-paginate'
|
||||||
gem 'jekyll-redirect-from'
|
gem 'jekyll-redirect-from'
|
||||||
|
gem "jekyll-get-json", "~> 0.0.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
@ -28,4 +29,3 @@ group :development do
|
||||||
gem 'image_processing'
|
gem 'image_processing'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "jekyll-get-json", "~> 0.0.1"
|
|
||||||
|
|
|
||||||
260
Gemfile.lock
260
Gemfile.lock
|
|
@ -1,82 +1,270 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.5.2)
|
activesupport (6.0.3.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
|
i18n (>= 0.7, < 2)
|
||||||
|
minitest (~> 5.1)
|
||||||
|
tzinfo (~> 1.1)
|
||||||
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
|
addressable (2.7.0)
|
||||||
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
|
coffee-script (2.4.1)
|
||||||
|
coffee-script-source
|
||||||
|
execjs
|
||||||
|
coffee-script-source (1.11.1)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.0.5)
|
commonmarker (0.17.13)
|
||||||
|
ruby-enum (~> 0.5)
|
||||||
|
concurrent-ruby (1.1.6)
|
||||||
deep_merge (1.2.1)
|
deep_merge (1.2.1)
|
||||||
|
dnsruby (1.61.4)
|
||||||
|
simpleidn (~> 0.1)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
|
ethon (0.12.0)
|
||||||
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.9.25)
|
execjs (2.7.0)
|
||||||
|
faraday (1.0.1)
|
||||||
|
multipart-post (>= 1.2, < 3)
|
||||||
|
ffi (1.13.1)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
|
gemoji (3.0.1)
|
||||||
|
github-pages (207)
|
||||||
|
github-pages-health-check (= 1.16.1)
|
||||||
|
jekyll (= 3.9.0)
|
||||||
|
jekyll-avatar (= 0.7.0)
|
||||||
|
jekyll-coffeescript (= 1.1.1)
|
||||||
|
jekyll-commonmark-ghpages (= 0.1.6)
|
||||||
|
jekyll-default-layout (= 0.1.4)
|
||||||
|
jekyll-feed (= 0.13.0)
|
||||||
|
jekyll-gist (= 1.5.0)
|
||||||
|
jekyll-github-metadata (= 2.13.0)
|
||||||
|
jekyll-mentions (= 1.5.1)
|
||||||
|
jekyll-optional-front-matter (= 0.3.2)
|
||||||
|
jekyll-paginate (= 1.1.0)
|
||||||
|
jekyll-readme-index (= 0.3.0)
|
||||||
|
jekyll-redirect-from (= 0.15.0)
|
||||||
|
jekyll-relative-links (= 0.6.1)
|
||||||
|
jekyll-remote-theme (= 0.4.1)
|
||||||
|
jekyll-sass-converter (= 1.5.2)
|
||||||
|
jekyll-seo-tag (= 2.6.1)
|
||||||
|
jekyll-sitemap (= 1.4.0)
|
||||||
|
jekyll-swiss (= 1.0.0)
|
||||||
|
jekyll-theme-architect (= 0.1.1)
|
||||||
|
jekyll-theme-cayman (= 0.1.1)
|
||||||
|
jekyll-theme-dinky (= 0.1.1)
|
||||||
|
jekyll-theme-hacker (= 0.1.1)
|
||||||
|
jekyll-theme-leap-day (= 0.1.1)
|
||||||
|
jekyll-theme-merlot (= 0.1.1)
|
||||||
|
jekyll-theme-midnight (= 0.1.1)
|
||||||
|
jekyll-theme-minimal (= 0.1.1)
|
||||||
|
jekyll-theme-modernist (= 0.1.1)
|
||||||
|
jekyll-theme-primer (= 0.5.4)
|
||||||
|
jekyll-theme-slate (= 0.1.1)
|
||||||
|
jekyll-theme-tactile (= 0.1.1)
|
||||||
|
jekyll-theme-time-machine (= 0.1.1)
|
||||||
|
jekyll-titles-from-headings (= 0.5.3)
|
||||||
|
jemoji (= 0.11.1)
|
||||||
|
kramdown (= 2.3.0)
|
||||||
|
kramdown-parser-gfm (= 1.1.0)
|
||||||
|
liquid (= 4.0.3)
|
||||||
|
mercenary (~> 0.3)
|
||||||
|
minima (= 2.5.1)
|
||||||
|
nokogiri (>= 1.10.4, < 2.0)
|
||||||
|
rouge (= 3.19.0)
|
||||||
|
terminal-table (~> 1.4)
|
||||||
|
github-pages-health-check (1.16.1)
|
||||||
|
addressable (~> 2.3)
|
||||||
|
dnsruby (~> 1.60)
|
||||||
|
octokit (~> 4.0)
|
||||||
|
public_suffix (~> 3.0)
|
||||||
|
typhoeus (~> 1.3)
|
||||||
|
html-pipeline (2.13.0)
|
||||||
|
activesupport (>= 2)
|
||||||
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
image_processing (1.9.0)
|
image_processing (1.11.0)
|
||||||
mini_magick (>= 4.9.3, < 5)
|
mini_magick (>= 4.9.5, < 5)
|
||||||
ruby-vips (>= 2.0.13, < 3)
|
ruby-vips (>= 2.0.17, < 3)
|
||||||
jekyll (3.8.4)
|
jekyll (3.9.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (~> 1.14)
|
kramdown (>= 1.17, < 3)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3.3)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (>= 1.7, < 4)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
jekyll-get-json (0.0.1)
|
jekyll-avatar (0.7.0)
|
||||||
deep_merge (~> 1.2)
|
jekyll (>= 3.0, < 5.0)
|
||||||
|
jekyll-coffeescript (1.1.1)
|
||||||
|
coffee-script (~> 2.2)
|
||||||
|
coffee-script-source (~> 1.11.1)
|
||||||
|
jekyll-commonmark (1.3.1)
|
||||||
|
commonmarker (~> 0.14)
|
||||||
|
jekyll (>= 3.7, < 5.0)
|
||||||
|
jekyll-commonmark-ghpages (0.1.6)
|
||||||
|
commonmarker (~> 0.17.6)
|
||||||
|
jekyll-commonmark (~> 1.2)
|
||||||
|
rouge (>= 2.0, < 4.0)
|
||||||
|
jekyll-default-layout (0.1.4)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
|
jekyll-feed (0.13.0)
|
||||||
|
jekyll (>= 3.7, < 5.0)
|
||||||
|
jekyll-get-json (0.0.2)
|
||||||
|
deep_merge (~> 1.2)
|
||||||
|
jekyll (>= 3.0)
|
||||||
|
jekyll-gist (1.5.0)
|
||||||
|
octokit (~> 4.2)
|
||||||
|
jekyll-github-metadata (2.13.0)
|
||||||
|
jekyll (>= 3.4, < 5.0)
|
||||||
|
octokit (~> 4.0, != 4.4.0)
|
||||||
|
jekyll-mentions (1.5.1)
|
||||||
|
html-pipeline (~> 2.3)
|
||||||
|
jekyll (>= 3.7, < 5.0)
|
||||||
|
jekyll-optional-front-matter (0.3.2)
|
||||||
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
|
jekyll-readme-index (0.3.0)
|
||||||
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-redirect-from (0.15.0)
|
jekyll-redirect-from (0.15.0)
|
||||||
jekyll (>= 3.3, < 5.0)
|
jekyll (>= 3.3, < 5.0)
|
||||||
|
jekyll-relative-links (0.6.1)
|
||||||
|
jekyll (>= 3.3, < 5.0)
|
||||||
|
jekyll-remote-theme (0.4.1)
|
||||||
|
addressable (~> 2.0)
|
||||||
|
jekyll (>= 3.5, < 5.0)
|
||||||
|
rubyzip (>= 1.3.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
jekyll-sass-converter (1.5.2)
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
jekyll-seo-tag (2.5.0)
|
jekyll-seo-tag (2.6.1)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-sitemap (1.2.0)
|
jekyll-sitemap (1.4.0)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-watch (2.1.2)
|
jekyll-swiss (1.0.0)
|
||||||
|
jekyll-theme-architect (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-cayman (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-dinky (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-hacker (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-leap-day (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-merlot (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-midnight (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-minimal (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-modernist (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-primer (0.5.4)
|
||||||
|
jekyll (> 3.5, < 5.0)
|
||||||
|
jekyll-github-metadata (~> 2.9)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-slate (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-tactile (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-theme-time-machine (0.1.1)
|
||||||
|
jekyll (~> 3.5)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
jekyll-titles-from-headings (0.5.3)
|
||||||
|
jekyll (>= 3.3, < 5.0)
|
||||||
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (1.17.0)
|
jemoji (0.11.1)
|
||||||
liquid (4.0.1)
|
gemoji (~> 3.0)
|
||||||
listen (3.1.5)
|
html-pipeline (~> 2.2)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
jekyll (>= 3.0, < 5.0)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
kramdown (2.3.0)
|
||||||
ruby_dep (~> 1.2)
|
rexml
|
||||||
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
kramdown (~> 2.0)
|
||||||
|
liquid (4.0.3)
|
||||||
|
listen (3.2.1)
|
||||||
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
mini_magick (4.9.5)
|
mini_magick (4.10.1)
|
||||||
pathutil (0.16.1)
|
mini_portile2 (2.4.0)
|
||||||
|
minima (2.5.1)
|
||||||
|
jekyll (>= 3.5, < 5.0)
|
||||||
|
jekyll-feed (~> 0.9)
|
||||||
|
jekyll-seo-tag (~> 2.1)
|
||||||
|
minitest (5.14.1)
|
||||||
|
multipart-post (2.1.1)
|
||||||
|
nokogiri (1.10.10)
|
||||||
|
mini_portile2 (~> 2.4.0)
|
||||||
|
octokit (4.18.0)
|
||||||
|
faraday (>= 0.9)
|
||||||
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.1.1)
|
||||||
rake (12.3.3)
|
rake (13.0.1)
|
||||||
rb-fsevent (0.10.3)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.10.1)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (~> 1.0)
|
||||||
rouge (3.3.0)
|
rexml (3.2.4)
|
||||||
ruby-vips (2.0.13)
|
rouge (3.19.0)
|
||||||
|
ruby-enum (0.8.0)
|
||||||
|
i18n
|
||||||
|
ruby-vips (2.0.17)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
ruby_dep (1.5.0)
|
rubyzip (2.3.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.5)
|
||||||
sass (3.6.0)
|
sass (3.7.4)
|
||||||
sass-listen (~> 4.0.0)
|
sass-listen (~> 4.0.0)
|
||||||
sass-listen (4.0.0)
|
sass-listen (4.0.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
|
sawyer (0.8.2)
|
||||||
|
addressable (>= 2.3.5)
|
||||||
|
faraday (> 0.8, < 2.0)
|
||||||
|
simpleidn (0.1.1)
|
||||||
|
unf (~> 0.1.4)
|
||||||
|
terminal-table (1.8.0)
|
||||||
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
thread_safe (0.3.6)
|
||||||
|
typhoeus (1.4.0)
|
||||||
|
ethon (>= 0.9.0)
|
||||||
|
tzinfo (1.2.7)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.7.7)
|
||||||
|
unicode-display_width (1.7.0)
|
||||||
|
zeitwerk (2.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
github-pages
|
||||||
image_processing
|
image_processing
|
||||||
jekyll (~> 3.8.4)
|
|
||||||
jekyll-get-json (~> 0.0.1)
|
jekyll-get-json (~> 0.0.1)
|
||||||
jekyll-paginate
|
jekyll-paginate
|
||||||
jekyll-redirect-from
|
jekyll-redirect-from
|
||||||
|
|
@ -85,4 +273,4 @@ DEPENDENCIES
|
||||||
rake
|
rake
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.1.4
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ you only have one image, place it in the 'original' folder.
|
||||||
1. You need "ruby" and "ruby-bundler" installed locally. These instructions
|
1. You need "ruby" and "ruby-bundler" installed locally. These instructions
|
||||||
were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
|
were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
|
||||||
2. As needed, `git submodule update --init --recursive` to fetch the submodules
|
2. As needed, `git submodule update --init --recursive` to fetch the submodules
|
||||||
3. One time, run `bundle install --path vendor/bundle`
|
3. One time, run `bundle config set path 'vendor/bundle' && bundle install ``
|
||||||
4. Run `bundle exec jekyll serve` to generate the site locally
|
4. Run `bundle exec jekyll serve` to generate the site locally
|
||||||
5. Visit the displayed "server address"
|
5. Visit the displayed "server address"
|
||||||
6. After most local edits, the content will be updated. You will need to
|
6. After most local edits, the content will be updated. You will need to
|
||||||
|
|
|
||||||
42
_blinka/avnet_iiot_gateway.md
Normal file
42
_blinka/avnet_iiot_gateway.md
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "avnet_iiot_gateway"
|
||||||
|
title: "SmartEdge Industrial IOT Gateway Download"
|
||||||
|
name: "SmartEdge Industrial IOT Gateway"
|
||||||
|
manufacturer: "Avnet, Inc."
|
||||||
|
board_url: "https://www.avnet.com/wps/portal/us/solutions/iot/products/gateways/"
|
||||||
|
board_image: "avnet_iiot_gateway.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-5-15
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
Gateways can be as varied as the devices they help connect, with each gateway needing different protocols, connection methodologies and energy requirements to bring together the myriad of distributed parts that make up the IoT whole. Gateways serve critical functions such as data filtering and security and up to application code. Whether an app on a mobile device, a demo board, or even a connected sensor, gateways are critical to the functioning of the IoT—and Avnet’s deep hardware experience help connect your solutions to the cloud smartly and with security in mind.
|
||||||
|
|
||||||
|
SmartEdge Industrial IoT Gateway, powered by Raspberry Pi, helps simplify and accelerate adoption of IIoT applications. The gateway provides versatile connectivity with data intelligence for a wide range of industrial 4.0 applications.
|
||||||
|
|
||||||
|
Empower analytics at the edge of your IoT network with the intelligent Dell Edge Gateway for richer business insights. An edge gateway connects varied wired and wireless devices and systems, aggregates and analyzes the input, and sends it on. Because the gateway sits close to your devices and sensors, it sends only meaningful data to the cloud or control center, saving you expensive bandwidth.
|
||||||
|
|
||||||
|
* Broadcom BCM2837 SoC, 64-bit, Quad-core ARM Cortex-A53 processor running up to 900 MHz + 1GB LPDDR2 SDRAM for data
|
||||||
|
* Robust program storage with 8GB eMMC Flash pre-programmed with a secure boot version of the Raspbian Linux OS
|
||||||
|
* On-Board Trusted Platform Module TPM 2.0 module for comprehensive end-to-end security
|
||||||
|
* HDMI output for driving a display with outstanding 1080p video processing
|
||||||
|
* Same Raspberry Pi 40-pin GPIO header compatible with your favorite for HATs
|
||||||
|
* WiFi 2.4GHz and Bluetooth (BLE) 4.2 wireless connectivity with internal antennas
|
||||||
|
* Dual USB 2.0 Ports, Dual 10/100 Ethernet ports and mPCIe slot for a cellular card
|
||||||
|
* Terminal blocks for Isolated RS-232/485/Modbus, CAN, Digital I/O and 12 to 24VDC power
|
||||||
|
* On-Board battery backed real-time clock (RTC) and watchdog timer
|
||||||
|
* Can be mounted on DIN rail, direct on wall/panel, or free standing
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Newark](https://www.newark.com/avnet/avtse-rpi-iiotg/smartedge-industrial-iot-gateway/dp/02AH6799)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
41
_blinka/banana_pi_m2_zero.md
Normal file
41
_blinka/banana_pi_m2_zero.md
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "banana_pi_m2_zero"
|
||||||
|
title: "Banana Pi M2 Zero Download"
|
||||||
|
name: "Banana Pi M2 Zero"
|
||||||
|
manufacturer: "Sinovoip"
|
||||||
|
board_url: "http://www.banana-pi.org/m2z.html"
|
||||||
|
board_image: "banana_pi_m2_zero.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
The Banana Pi M2 Zero is an ultra compact single board computer which measures only 60mm*30mm. Its external interfaces are the same as the Raspberry Pi Zero W, and it will fit almost all cases and accessories for the Zero W. It uses the quad-core Cortex A7 Allwinner H2+ processor, with 512MB RAM. It's ideal for light-weight systems and space-limited applications. Like other members of the Banana Pi family, it supports both Linux and Android operating systems.
|
||||||
|
|
||||||
|
- H2+ Quad-core Cortex-A7
|
||||||
|
- Mali 400 MP2
|
||||||
|
- 512M DDR3
|
||||||
|
- MicroSD slot
|
||||||
|
- Wi-Fi 802.11 b/g/n
|
||||||
|
- Bluetooth 4.0
|
||||||
|
- Mini HDMI
|
||||||
|
- 1 x USB 2.0 OTG
|
||||||
|
- GPIO (x28)
|
||||||
|
- Power (+5V, +3.3V and GND)
|
||||||
|
- UART, I2C, SPI or PWM
|
||||||
|
- 65mm × 30mm, 15g
|
||||||
|
- Android and Linux
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Aliexpress](https://www.aliexpress.com/item/33038926185.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://beagleboard.org/black"
|
||||||
board_image: "beaglebone_black.jpg"
|
board_image: "beaglebone_black.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://beagleboard.org/e14-bbbi"
|
||||||
board_image: "beaglebone_black_industrial.jpg"
|
board_image: "beaglebone_black_industrial.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
38
_blinka/beaglebone_black_wireless.md
Normal file
38
_blinka/beaglebone_black_wireless.md
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "beaglebone_black_wireless"
|
||||||
|
title: "BeagleBone Black Wireless"
|
||||||
|
name: "BeagleBone Black Wireless"
|
||||||
|
manufacturer: "BeagleBoard"
|
||||||
|
board_url: "https://beagleboard.org/black-wireless"
|
||||||
|
board_image: "beaglebone_black_wireless.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-3-25
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- HDMI
|
||||||
|
---
|
||||||
|
|
||||||
|
Replacing the 10/100 Ethernet port with onboard 802.11 b/g/n 2.4GHz WiFi and Bluetooth, the popular open source BeagleBone® Black computer now comes with built-in wireless networking capability. Leveraging a partnership with Octavo Systems and designed in CadSoft Eagle, BeagleBone® Black Wireless is the easiest to use and modify credit-card sized IoT Linux computer available.
|
||||||
|
|
||||||
|
- Processor: Octavo Systems OSD3358 1GHz ARM Cortex-A8
|
||||||
|
- 512MB DDR3 RAM
|
||||||
|
- 4GB 8-bit eMMC on-board flash storage
|
||||||
|
- 3D graphics accelerator
|
||||||
|
- NEON floating-point accelerator
|
||||||
|
- 2x PRU 32-bit microcontrollers
|
||||||
|
- USB client for power & communications
|
||||||
|
- USB host
|
||||||
|
- 802.11b/g/n and Bluetooth 4.1 plus BLE
|
||||||
|
- HDMI
|
||||||
|
- 2x 46 pin headers
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Digi-Key](https://www.digikey.com/products/en?lang=en&site=us&KeyWords=BBBWL-SC-562-ND)
|
||||||
|
* [Arrow](https://www.arrow.com/en/products/bbwireless/beagleboardorg)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
47
_blinka/beaglebone_green_gateway.md
Normal file
47
_blinka/beaglebone_green_gateway.md
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "beaglebone_green_gateway"
|
||||||
|
title: "BeagleBone Green Gateway Download"
|
||||||
|
name: "BeagleBone Green Gateway"
|
||||||
|
manufacturer: "SeeedStudio"
|
||||||
|
board_url: "https://beagleboard.org/green-wireless"
|
||||||
|
board_image: "beaglebone_green_gateway.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
---
|
||||||
|
|
||||||
|
Seeed Studio BeagleBone® Green Gateway is a low cost, open-source, community supported development platform for developers and hobbyists. It is a joint effort by BeagleBoard.org and Seeed Studio. It is based on the classical open-source hardware design of BeagleBone® Black and developed into this differentiated version. The Seeed Studio BeagleBone® Green Gateway includes two Grove connectors, making it easier to connect to the large family of Grove sensors. The on-board HDMI and Ethernet are removed to make room for these wireless features and Grove connectors.
|
||||||
|
|
||||||
|
The Seeed Studio BeagleBone® Green Gateway is a combination of Seeed Studio BeagleBone® Green and Seeed Studio BeagleBone® Green Wireless, equipped with both Ethernet and Wireless connectivity.
|
||||||
|
|
||||||
|
Boot Linux in less 10 seconds and get started on development in less than 5 minutes with just a single USB cable.
|
||||||
|
|
||||||
|
- Fully Compatible with BeagleBone® Black and Seeed Studio BeagleBone® Green
|
||||||
|
- Processor: AM3358 1GHz ARM® Cortex-A8
|
||||||
|
- 2×32-bit 200-MHz programmable real-time units (PRUs)
|
||||||
|
- 512MB DDR3 RAM
|
||||||
|
- 4KB EEPROM
|
||||||
|
- 4GB 8-bit eMMC on-board flash storage
|
||||||
|
- 3D graphics accelerator
|
||||||
|
- NEON floating-point accelerator
|
||||||
|
- Ethernet 10/100M bit
|
||||||
|
- WiFi 802.11 b/g/n 2.4GHz
|
||||||
|
- USB client for power & communications
|
||||||
|
- USB host
|
||||||
|
- SD/MMC Connector for microSD
|
||||||
|
- Bluetooth 4.1 with BLE
|
||||||
|
- 2x 46 pin headers
|
||||||
|
- 2x Grove connectors (I2C and UART)
|
||||||
|
- DC Jack for power, 12V
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [SeeedStudio](https://www.seeedstudio.com/SeeedStudio-BeagleBone-Green-Gateway-p-4586.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://beagleboard.org/green-wireless"
|
||||||
board_image: "beaglebone_green_wireless.jpg"
|
board_image: "beaglebone_green_wireless.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://binho.io/"
|
||||||
board_image: "binho_nova.jpg"
|
board_image: "binho_nova.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
26
_blinka/clara_agx_xavier.md
Normal file
26
_blinka/clara_agx_xavier.md
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "clara_agx_xavier"
|
||||||
|
title: "Clara AGX Xavier Download"
|
||||||
|
name: "Clara AGX Xavier"
|
||||||
|
manufacturer: "NVIDIA"
|
||||||
|
board_url: "https://developer.nvidia.com/clara-agx-devkit"
|
||||||
|
board_image: "clara_agx_xavier.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The NVIDIA Clara AGX™ developer kit delivers real-time AI and imaging for medical devices. By combining low-powered, NVIDIA Xavier SOC (system on a chip) and RTX GPUs with the NVIDIA Clara AGX SDK and the NVIDIA EGX stack, it’s easy to securely provision and remotely manage fleets of distributed medical instruments.
|
||||||
|
|
||||||
|
The NVIDIA Clara AGX™ developer kit is an embedded AI computer and software development framework for medical devices that need the ability to perform real-time AI and advanced image, video, and signal processing. Powered by ARM-based NVIDIA Xavier™ along with RTX GPUs and running the NVIDIA EGX software stack, Clara AGX securely manages and orchestrates AI application deployments to fleets of medical devices or edge nodes.
|
||||||
|
|
||||||
|
|
||||||
|
## Learn More
|
||||||
|
* [NVIDIA](https://developer.nvidia.com/clara-agx-devkit)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
35
_blinka/clockworkpi.md
Normal file
35
_blinka/clockworkpi.md
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "clockworkpi"
|
||||||
|
title: "ClockworkPi Download"
|
||||||
|
name: "ClockworkPi"
|
||||||
|
manufacturer: "Clockwork Tech LLC"
|
||||||
|
board_url: "https://www.clockworkpi.com/product-page/cpi-v3-1"
|
||||||
|
board_image: "clockworkpi.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-4-16
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- HDMI
|
||||||
|
---
|
||||||
|
|
||||||
|
New clockworkPi v3.1 development board:
|
||||||
|
* Allwinner R16-J Quad-core Cortex-A7 CPU @1.2GHz
|
||||||
|
* Mali-400 MP2 GPU
|
||||||
|
* 1GB DDR3 memory
|
||||||
|
* WI-FI 802.11b/g/n & Bluetooth v4.0
|
||||||
|
* Micro HDMI output (720P)
|
||||||
|
* Micro SD card slot (Support up to 128GB)
|
||||||
|
* PMU (Power Management Unit)
|
||||||
|
* USB OTG supported
|
||||||
|
* Ultra-small size (67.6 * 47.6 * 6.8mm)
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [ClockworkPi](https://www.clockworkpi.com/product-page/cpi-v3-1)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "dragonboard_410c.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-96boards-dragonboard-410c"
|
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-96boards-dragonboard-410c"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-29
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://www.adafruit.com/product/2264"
|
||||||
board_image: "ft232h.jpg"
|
board_image: "ft232h.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
|
date_added: 2019-9-30
|
||||||
blinka: true
|
blinka: true
|
||||||
features:
|
features:
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://www.crowdsupply.com/groboards/giant-board"
|
||||||
board_image: "giant_board.jpg"
|
board_image: "giant_board.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Feather-Compatible
|
- Feather-Compatible
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "google_coral.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-5-13
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
41
_blinka/greatfet_one.md
Normal file
41
_blinka/greatfet_one.md
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "greatfet_one"
|
||||||
|
title: "GreatFET One Download"
|
||||||
|
name: "GreatFET One"
|
||||||
|
manufacturer: "Great Scott Gadgets"
|
||||||
|
board_url: "https://www.adafruit.com/product/4234"
|
||||||
|
board_image: "greatfet_one.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-5-15
|
||||||
|
features:
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
**GreatFET One** from [Great Scott Gadgets](https://greatscottgadgets.com/) is a hardware hacker’s best friend. At the center is a powerful NXP LPC4330 (Cortex M4 @ 204MHz) with two USB ports, one host and one peripheral, so it can act as a 'man in the middle' for USB interfacing. With an extensible, open source design, two USB ports, and 100 expansion pins, GreatFET One is your essential gadget for hacking, making, and reverse engineering. By adding expansion boards called neighbors, you can turn GreatFET One into a USB peripheral that does almost anything.
|
||||||
|
|
||||||
|
Whether you need an interface to an external chip, a logic analyzer, a debugger, or just a whole lot of pins to bit-bang, the versatile GreatFET One is the tool for you. Hi-Speed USB and a Python API allow GreatFET One to become your custom USB interface to the physical world.
|
||||||
|
|
||||||
|
* programmable digital I/O
|
||||||
|
* serial protocols including SPI, I2C, UART, and JTAG
|
||||||
|
* logic analysis
|
||||||
|
* analog I/O (ADC/DAC)
|
||||||
|
* data acquisition
|
||||||
|
* debugging
|
||||||
|
* versatile USB functions including FaceDancer
|
||||||
|
* high-throughput hardware-assisted streaming serial engine
|
||||||
|
* four fabulous LEDs!
|
||||||
|
|
||||||
|
GreatFET One ships in an ESD bag with a high-speed USB cable and a [wiggler](https://greatscottgadgets.com/wiggler) for easy separation of neighbors. Enclosures and neighbors are sold separately.
|
||||||
|
|
||||||
|
GreatFET is a next generation [GoodFET](https://www.adafruit.com/product/1279) intended to serve as your custom Hi-Speed USB peripheral through the addition of expansion boards called “neighbors”.
|
||||||
|
|
||||||
|
GreatFET is designed to provide a significant step up in capabilities from [GoodFET](http://github.com/travisgoodspeed/goodfet) while making the design manufacturable at a lower cost than GoodFET. In addition to being designed for automated assembly, it can be hand-assembled with a soldering iron, though it is a more complicated assembly than GoodFET. An important similarity to GoodFET is that GreatFET has a USB bootloader in ROM, so it is possible to build a board by hand and install firmware onto it without the need of any external programming hardware.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Adafruit](https://www.adafruit.com/product/4234)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
32
_blinka/hifive_unleashed.md
Normal file
32
_blinka/hifive_unleashed.md
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "hifive_unleashed"
|
||||||
|
title: "Hifive Unleashed"
|
||||||
|
name: "Hifive Unleashed"
|
||||||
|
manufacturer: "Sifive"
|
||||||
|
board_url: "https://www.crowdsupply.com/sifive/hifive-unleashed"
|
||||||
|
board_image: "hifive_unleashed.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-3-25
|
||||||
|
features:
|
||||||
|
- Ethernet
|
||||||
|
---
|
||||||
|
|
||||||
|
We founded SiFive to bring the power of open source to the semiconductor industry. We do this not only by supporting the RISC-V specification, but also by implementing the specification and getting usable chips into the hands of developers as quickly as we can. We did exactly that just over a year ago when we introduced the open source, Arduino-compatible HiFive1 dev board based on our Freedom Everywhere line of 32-bit microcontrollers. Today, we’re proud to be doing the same thing with our Freedom Unleashed 64-bit, Linux-capable system-on-chip (SoC) platform. Meet the HiFive Unleashed, the world’s first RISC-V-based, Linux-capable development board.
|
||||||
|
|
||||||
|
Industry skeptics have previously dismissed RISC-V as an academic project, low performance, and only for microcontrollers. HiFive Unleashed, featuring the SiFive Freedom U540 SoC, ends all of that. Linux and RISC-V were meant for each other, and the HiFive Unleashed dev board brings them together for the first time.
|
||||||
|
|
||||||
|
- Processor: SiFive Freedom U540 SoC
|
||||||
|
- Memory: 8 GB DDR4 with ECC
|
||||||
|
- Connectivity: Gigabit Ethernet port
|
||||||
|
- Flash: 32 MB quad SPI flash from ISSI
|
||||||
|
- Storage: microSD card for removable storage
|
||||||
|
- Expansion: FMC connector for future expansion
|
||||||
|
|
||||||
|
## Learn More
|
||||||
|
* [Crowd Supply](https://www.crowdsupply.com/sifive/hifive-unleashed)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "jetson_nano.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano"
|
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-9-10
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://developer.nvidia.com/embedded/jetson-tx1"
|
||||||
board_image: "jetson_tx1.jpg"
|
board_image: "jetson_tx1.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://developer.nvidia.com/embedded/jetson-tx2-developer-kit"
|
||||||
board_image: "jetson_tx2.jpg"
|
board_image: "jetson_tx2.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://developer.nvidia.com/embedded/jetson-agx-xavier-developer-ki
|
||||||
board_image: "jetson_xavier.jpg"
|
board_image: "jetson_xavier.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
36
_blinka/jetson_xavier_nx.md
Normal file
36
_blinka/jetson_xavier_nx.md
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "jetson_xavier_nx"
|
||||||
|
title: "Jetson Xavier NX"
|
||||||
|
name: "Jetson Xavier NX"
|
||||||
|
manufacturer: "NVIDIA"
|
||||||
|
board_url: "https://developer.nvidia.com/embedded/jetson-xavier-nx"
|
||||||
|
board_image: "jetson_xavier_nx.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-3-25
|
||||||
|
features:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Jetson Xavier NX delivers up to 21 TOPS for running modern AI workloads, consumes as little as 10 watts of power, and has a compact form factor smaller than a credit card. It can run modern neural networks in parallel and process data from multiple high-resolution sensors, opening the door for embedded and edge computing devices that demand increased performance but are constrained by size, weight, and power budgets.
|
||||||
|
|
||||||
|
- GPU 384-core NVIDIA Volta™ GPU with 48 Tensor Cores
|
||||||
|
- CPU 800/1100 MHz 6-core NVIDIA Carmel ARM®v8.2 64-bit CPU 6MB L2 + 4MB L3
|
||||||
|
- Memory 8 GB 128-bit LPDDR4x @ 1600 MHz 51.2GB/s
|
||||||
|
- Storage 16 GB eMMC 5.1
|
||||||
|
- Power 10/15W
|
||||||
|
- PCIe 1 x1 + 1x4
|
||||||
|
- CSI Camera Up to 6 cameras (36 via virtual channels)
|
||||||
|
- Video Encode 2x 4K @ 30 (HEVC)
|
||||||
|
- Video Decode 2x 4K @ 60 (HEVC)
|
||||||
|
- Display 2 multi-mode DP 1.4/eDP 1.4/HDMI 2.0
|
||||||
|
- DL Accelerator 2x NVDLA Engines
|
||||||
|
- Networking 10/100/1000 BASE-T Ethernet
|
||||||
|
|
||||||
|
## Learn More
|
||||||
|
* [NVIDIA](https://developer.nvidia.com/embedded/jetson-xavier-nx)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
27
_blinka/mcp2221.md
Normal file
27
_blinka/mcp2221.md
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "mcp2221"
|
||||||
|
title: "MCP2221 Download"
|
||||||
|
name: "MCP2221"
|
||||||
|
manufacturer: "Adafruit"
|
||||||
|
board_url: "https://www.adafruit.com/product/4471"
|
||||||
|
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-3-25
|
||||||
|
features:
|
||||||
|
---
|
||||||
|
|
||||||
|
Wouldn't it be cool to drive a [tiny OLED display](https://www.adafruit.com/categories/98), read a [color sensor](https://www.adafruit.com/products/1334), or even just flash some LEDs directly from your computer? Sure you can program an [Arduino](https://www.adafruit.com/products/50) or [Trinket](https://www.adafruit.com/products/2000) to talk to these devices and your computer, but why can't your computer just talk to those devices and sensors itself? Well, now your computer _can_ talk to devices using the Adafruit MCP2221A breakout board!
|
||||||
|
|
||||||
|
What can the MCP2221 chip do? This chip from [Microchip](https://www.microchip.com/wwwproducts/en/MCP2221A) is similar to a USB to serial converter chips but adds a GPIO and I2C interface as well. The analog/digital GPIO pins can act as 10-bit analog inputs (ADC) and there's even a 5-bit DAC output. The I2C interface is great for talking to OLEDs, sensors, PWM drivers, its the most popular interface for small devices. You can use the GPIO to do things like flash LEDs, read switches or buttons, and more. The MCP2221A breakout is like adding a little swiss army knife for serial protocols to your computer!
|
||||||
|
|
||||||
|
This chip is powerful and useful to have when you want to use Python (for example) to quickly iterate and test a device that uses I2C or general purpose digital and analog I/O. There's no firmware to deal with, so you don't have to deal with how to "send data to and from an Arduino which is then sent to and from" an electronic sensor or display or part.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Adafruit](https://www.adafruit.com/product/4471)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "odroid_c2.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-libaries-linux-odroid-c2"
|
download_instructions: "https://learn.adafruit.com/circuitpython-libaries-linux-odroid-c2"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
42
_blinka/odroid_c4.md
Normal file
42
_blinka/odroid_c4.md
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "odroid_c4"
|
||||||
|
title: "Odroid C4 Download"
|
||||||
|
name: "Odroid C4"
|
||||||
|
manufacturer: "Hardkernel co., Ltd."
|
||||||
|
board_url: "https://www.hardkernel.com/shop/odroid-c4/"
|
||||||
|
board_image: "odroid_c4.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-5-15
|
||||||
|
features:
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
- Infrared Receiver
|
||||||
|
---
|
||||||
|
|
||||||
|
ODROID-C4 is a new generation single board computer that is more energy efficient and faster performing than ODROID-C2 which was introduced over four years ago as the world’s first affordable ARM 64bit computer.
|
||||||
|
|
||||||
|
The main CPU of the ODROID-C4 is built with a quad-core Cortex-A55 cluster with a new generation Mali-G31 GPU. The A55 cores run at 2.0Ghz without thermal throttling using the stock heat sink allowing a robust and quiet computer. The CPU multi-core performance is around 40% faster, and the system DRAM performance is 50% faster than the ODROID-C2.
|
||||||
|
|
||||||
|
- Amlogic S905X3 12nm Processor
|
||||||
|
- Mali-G31 MP2 GPU with 4 x Execution Engines (650Mhz)
|
||||||
|
- DDR4 4GiB with 32-bit bus width
|
||||||
|
- 1x eMMC connector (8/16/32/64GiB are available)
|
||||||
|
- 1x Micro SD slot (DS/HS mode up to UHS-I SDR104)
|
||||||
|
- 1 x GbE LAN ports (RJ45, supports 10/100/1000 Mbps)
|
||||||
|
- 1 x HDMI digital output
|
||||||
|
- 1 x Optional SPDIF optical output
|
||||||
|
- 40pin GPIOs + 7pin I2S
|
||||||
|
- 1 x Debug serial console (UART)
|
||||||
|
- 4 x USB 3.0 Host ports
|
||||||
|
- 1 x USB 2.0 OTG port for Host or Device mode. (No power input)
|
||||||
|
- IR receiver for remote controller
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Hardkernel](https://www.hardkernel.com/shop/odroid-c4/)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -8,6 +8,7 @@ board_url: "https://www.hardkernel.com/shop/odroid-n2-with-2gbyte-ram/"
|
||||||
board_image: "odroid_n2.jpg"
|
board_image: "odroid_n2.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- USB 3.0
|
- USB 3.0
|
||||||
|
|
|
||||||
42
_blinka/odroid_xu4.md
Normal file
42
_blinka/odroid_xu4.md
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "odroid_xu4"
|
||||||
|
title: "Odroid XU4 Download"
|
||||||
|
name: "Odroid XU4"
|
||||||
|
manufacturer: "Hardkernel co., Ltd."
|
||||||
|
board_url: "https://www.hardkernel.com/shop/odroid-xu4-special-price/"
|
||||||
|
board_image: "odroid_xu4.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-5-29
|
||||||
|
features:
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
- USB 3.0
|
||||||
|
---
|
||||||
|
|
||||||
|
ODROID-XU4 is powered by ARM® big.LITTLE™ technology, the Heterogeneous Multi-Processing (HMP) solution.
|
||||||
|
|
||||||
|
ODROID-XU4 is a new generation of computing device with more powerful, more energy-efficient hardware and a smaller form factor. Offering open source support, the board can run various flavors of Linux, including the latest Ubuntu 16.04 and Android 4.4 KitKat, 5.0 Lollipop and 7.1 Nougat.
|
||||||
|
By implementing the eMMC 5.0, USB 3.0 and Gigabit Ethernet interfaces, the ODROID-XU4 boasts amazing data transfer speeds, a feature that is increasingly required to support advanced processing power on ARM devices.
|
||||||
|
This allows users to truly experience an upgrade in computing, especially with faster booting, web browsing, networking, and 3D games.
|
||||||
|
|
||||||
|
- Samsung Exynos5422 Cortex™-A15 2Ghz and Cortex™-A7 Octa core CPUs
|
||||||
|
- Mali-T628 MP6(OpenGL ES 3.1/2.0/1.1 and OpenCL 1.2 Full profile)
|
||||||
|
- 2Gbyte LPDDR3 RAM PoP stacked
|
||||||
|
- eMMC5.0 HS400 Flash Storage
|
||||||
|
- 2 x USB 3.0 Host, 1 x USB 2.0 Host
|
||||||
|
- Gigabit Ethernet port
|
||||||
|
- HDMI 1.4a for display
|
||||||
|
- Size : 83 x 58 x 20 mm approx.(excluding cooler)
|
||||||
|
- Power: 5V/4A input
|
||||||
|
- Linux Kernel 4.14 LTS
|
||||||
|
- We guarantee the production of XU4 to year 2021, but expect to continue production long after.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Hardkernel](https://www.hardkernel.com/shop/odroid-xu4-special-price/)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
45
_blinka/odroid_xu4q.md
Normal file
45
_blinka/odroid_xu4q.md
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "odroid_xu4q"
|
||||||
|
title: "Odroid XU4Q Download"
|
||||||
|
name: "Odroid XU4Q"
|
||||||
|
manufacturer: "Hardkernel co., Ltd."
|
||||||
|
board_url: "https://www.hardkernel.com/shop/odroid-xu4q-special-price/"
|
||||||
|
board_image: "odroid_xu4q.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-5-29
|
||||||
|
features:
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
- USB 3.0
|
||||||
|
---
|
||||||
|
|
||||||
|
ODROID-XU4Q
|
||||||
|
is powered by ARM® big.LITTLE™ technology, the Heterogeneous Multi-Processing (HMP) solution.
|
||||||
|
|
||||||
|
The ODROID-XU4Q is the same board as the ODROID-XU4 but with a large heatsink instead of a fan which makes it quiet.
|
||||||
|
|
||||||
|
ODROID-XU4 is a new generation of computing device with more powerful, more energy-efficient hardware and a smaller form factor. Offering open source support, the board can run various flavors of Linux, including the latest Ubuntu 16.04 and Android 4.4 KitKat, 5.0 Lollipop and 7.1 Nougat.
|
||||||
|
By implementing the eMMC 5.0, USB 3.0 and Gigabit Ethernet interfaces, the ODROID-XU4 boasts amazing data transfer speeds, a feature that is increasingly required to support advanced processing power on ARM devices.
|
||||||
|
This allows users to truly experience an upgrade in computing, especially with faster booting, web browsing, networking, and 3D games.
|
||||||
|
|
||||||
|
- Samsung Exynos5422 Cortex™-A15 2Ghz and Cortex™-A7 Octa core CPUs
|
||||||
|
- Mali-T628 MP6(OpenGL ES 3.1/2.0/1.1 and OpenCL 1.2 Full profile)
|
||||||
|
- 2Gbyte LPDDR3 RAM PoP stacked
|
||||||
|
- eMMC5.0 HS400 Flash Storage
|
||||||
|
- 2 x USB 3.0 Host, 1 x USB 2.0 Host
|
||||||
|
- Gigabit Ethernet port
|
||||||
|
- HDMI 1.4a for display
|
||||||
|
- Size : 83 x 58 x 20 mm approx.(excluding cooler)
|
||||||
|
- Power: 5V/4A input
|
||||||
|
- Linux Kernel 4.14 LTS
|
||||||
|
- We guarantee the production of XU4 to year 2021, but expect to continue production long after.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Hardkernel](https://www.hardkernel.com/shop/odroid-xu4-special-price/)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
32
_blinka/onion_omega2plus.md
Normal file
32
_blinka/onion_omega2plus.md
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "onion_omega2plus"
|
||||||
|
title: "Onion Omega2+"
|
||||||
|
name: "Onion Omega2+"
|
||||||
|
manufacturer: "Onion Corporation"
|
||||||
|
board_url: "https://onion.io/store/omega2p/"
|
||||||
|
board_image: "onion_omega2plus.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-4-22
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
---
|
||||||
|
|
||||||
|
Ever wanted your own Linux-based IoT computer? A small one, that can be battery powered? The Onion Omega2 is sort of in-between a microcontroller (like an Arduino/CircuitPython/MakeCode running chip) and a full-fledged microcomputer (like Raspbery Pi). What you get is a bite-sized development board that combines the power-efficiency of the Arduino and the flexibility of the Raspberry Pi!
|
||||||
|
|
||||||
|
So, for example, it runs Linux, but isn't going to replace your desktop computer. It's low power and has a static filesystem, but still requires some time to boot up. It's based on the MediaTek MT7688, a WiFi SoC that was initially designed for devices like WiFi routers or complex IoT devices. It comes with a variant of OpenWRT (nicknamed Onion OS) that is a slimmed down version of Linux. It's not going to run node.js or minecraft but it is Linux. So, you get WiFi built in, and a full TCP/IP stack with SSL/TLS with all the scripting/programming language support that you expect.
|
||||||
|
|
||||||
|
Unlike a Raspberry Pi, you don't get a desktop or even a console on HDMI. Instead, you use a serial connection/ssh and the command line, or the simplified webpage interface to program it. So it's good if you have a bit of experience with those things!
|
||||||
|
|
||||||
|
Where it excels is as a physical computing platform, with hardware and WiFi. Wanna know how to blink an LED, or even multiple (!) LEDs? You can do that! You'll be able to read switches and use shift registers. Blinking text? No problem! A 7-Segment display and an LCD screen are included! The Maker Kit even comes with relay, PWM/servo and OLED add-ons so you can have a display and robotics interfacing. Comes with all the fixins' to get comfortable with IoT and programming languages, including Python, C++, Node js, php, Bash, Ruby, Perl, Lua, G, and more!
|
||||||
|
|
||||||
|
This maker kit has everything you need to fully build and prototype just about any kind of project you can think of with Onion Omega2+. Once you have your project or product well-developed you can then purchase individual Omega2's and add-on boards from Onion.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Adafruit](https://www.adafruit.com/product/3808)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
57
_blinka/orange_pi_2.md
Normal file
57
_blinka/orange_pi_2.md
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "orange_pi_2"
|
||||||
|
title: "Orange Pi 2 Download"
|
||||||
|
name: "Orange Pi 2"
|
||||||
|
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
|
||||||
|
board_url: "http://www.orangepi.org/orangepi2/"
|
||||||
|
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-5-11
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
Orange Pi 2 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.
|
||||||
|
|
||||||
|
- H3 Quad-core Cortex-A7 H.265/HEVC 4K
|
||||||
|
- Mali400MP2 GPU @600MHz
|
||||||
|
- Supports OpenGL ES 2.0
|
||||||
|
- 1GB DDR3 (shared with GPU)
|
||||||
|
- TF card (Max. 32GB) / MMC card slot
|
||||||
|
- 10/100M Ethernet RJ45
|
||||||
|
- A CSI input connector Camera
|
||||||
|
- Supports 8-bit YUV422 CMOS sensor interface
|
||||||
|
- Supports CCIR656 protocol for NTSC and PAL
|
||||||
|
- Supports SM pixel camera sensor
|
||||||
|
- Supports video capture solution up to 1080p@30fps
|
||||||
|
- MIC
|
||||||
|
- Supports HDMI output with HDCP
|
||||||
|
- Supports HDMI CEC
|
||||||
|
- Supports HDMI 30 function
|
||||||
|
- Integrated CVBS
|
||||||
|
- Supports simultaneous output of HDMI and CVBS
|
||||||
|
- v3.5 mm Jack and HDMI
|
||||||
|
- DC input can supply power, but USB OTG input don’t supply power
|
||||||
|
- Four USB 2.0 HOST, one USB 2.0 OTG
|
||||||
|
- Power Button(SW4)
|
||||||
|
- Recovery Button(SW2)
|
||||||
|
- UBoot Button(SW3)
|
||||||
|
- 40 Pins Header
|
||||||
|
- GPIO(1x3) pin
|
||||||
|
- UART, ground.
|
||||||
|
- Power led & Status led
|
||||||
|
- IR input, POWER
|
||||||
|
- Android Ubuntu, Debian, Rasberry Pi Image
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Aliexpress](https://www.aliexpress.com/store/1553371)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_lite.png"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2020-1-18
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_one.png"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2020-1-18
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_pc.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-4
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
59
_blinka/orange_pi_pc_plus.md
Normal file
59
_blinka/orange_pi_pc_plus.md
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "orange_pi_pc_plus"
|
||||||
|
title: "Orange Pi PC Plus Download"
|
||||||
|
name: "Orange Pi PC Plus"
|
||||||
|
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
|
||||||
|
board_url: "http://www.orangepi.org/orangepipcplus/"
|
||||||
|
board_image: "orange_pi_pc_plus.jpg"
|
||||||
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-3-25
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
What’s Orange Pi PC Plus?
|
||||||
|
|
||||||
|
It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian Image. It uses the AllWinner H3 SoC, and has 1GB DDR3 SDRAM.
|
||||||
|
|
||||||
|
- H3 Quad-core Cortex-A7 H.265/HEVC 4K
|
||||||
|
- Mali400MP2 GPU @600MHz
|
||||||
|
- Supports OpenGL ES 2.0
|
||||||
|
- 1GB DDR3 (shared with GPU)
|
||||||
|
- TF card (Max. 32GB) / MMC card slot
|
||||||
|
- 8GB EMMC Flash
|
||||||
|
- 10/100M Ethernet RJ45
|
||||||
|
- A CSI input connector Camera
|
||||||
|
- Supports 8-bit YUV422 CMOS sensor interface
|
||||||
|
- Supports CCIR656 protocol for NTSC and PAL
|
||||||
|
- Supports SM pixel camera sensor
|
||||||
|
- Supports video capture solution up to 1080p@30fps
|
||||||
|
- MIC
|
||||||
|
- Supports HDMI output with HDCP
|
||||||
|
- Supports HDMI CEC
|
||||||
|
- Supports HDMI 30 function
|
||||||
|
- Integrated CVBS
|
||||||
|
- Supports simultaneous output of HDMI and CVBS
|
||||||
|
- v3.5 mm Jack and HDMI
|
||||||
|
- DC input can supply power, but USB OTG input don’t supply power
|
||||||
|
- Three USB 2.0 HOST, one USB 2.0 OTG
|
||||||
|
- Power Button(SW4)
|
||||||
|
- 40 Pins Header
|
||||||
|
- GPIO(1x3) pin
|
||||||
|
- UART, ground.
|
||||||
|
- Power led & Status led
|
||||||
|
- IR input, POWER
|
||||||
|
- Android Ubuntu, Debian Image
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Aliexpress](https://www.aliexpress.com/item/32670775037.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_plus_2e.png"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2020-1-18
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_r1.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-4
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "orange_pi_zero.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
70
_blinka/orange_pi_zero_plus2.md
Normal file
70
_blinka/orange_pi_zero_plus2.md
Normal file
|
|
@ -0,0 +1,70 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "orange_pi_zero_plus2"
|
||||||
|
title: "Orange Pi Zero Plus2 Download"
|
||||||
|
name: "Orange Pi Zero Plus2"
|
||||||
|
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
|
||||||
|
board_url: "http://www.orangepi.org/OrangePiZeroPlus2/"
|
||||||
|
board_image: "orange_pi_zero_plus2.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
What’s Orange Pi Zero Plus2?
|
||||||
|
|
||||||
|
It’s an open-source single-board computer. It can run Android 4.4(H3 version)/Android 5.1(H5 version) , Ubuntu, Debian, it uses the AllWinner H3/H5 SoC, and has 512MB DDR3 SDRAM.
|
||||||
|
|
||||||
|
|
||||||
|
What can I do with Orange Pi Zero Plus2?
|
||||||
|
|
||||||
|
Build…
|
||||||
|
A computer
|
||||||
|
A wireless server
|
||||||
|
Games
|
||||||
|
Music and sounds
|
||||||
|
HD video
|
||||||
|
A speaker
|
||||||
|
Android
|
||||||
|
Scratch
|
||||||
|
Pretty much anything else, because Orange Pi Zero Plus2 is open source
|
||||||
|
|
||||||
|
|
||||||
|
Who's it for?
|
||||||
|
Orange Pi Zero Plus2 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.
|
||||||
|
|
||||||
|
- H5 Quad-core Cortex-A53
|
||||||
|
- H3 Quad-core Cortex-A7
|
||||||
|
- H5 Mali450 GPU
|
||||||
|
- H3 Mali400MP2 GPU
|
||||||
|
- 512MB DDR3 (shared with GPU)
|
||||||
|
- AP6212, IEEE 802.11 b/g/n, BT4.2
|
||||||
|
- A CSI input connector Camera
|
||||||
|
- Supports 8-bit YUV422 CMOS sensor interface
|
||||||
|
- Supports CCIR656 protocol for NTSC and PAL
|
||||||
|
- Supports SM pixel camera sensor
|
||||||
|
- Supports video capture solution up to 1080p@30fps
|
||||||
|
- Supports HDMI output with HDCP
|
||||||
|
- Supports HDMI CEC
|
||||||
|
- Supports HDMI 30 function
|
||||||
|
- USB OTG can supply power
|
||||||
|
- UART, ground
|
||||||
|
- Power Button
|
||||||
|
- 26 Pins Header, compatible with Raspberry Pi B+
|
||||||
|
- 13 Pins Header, with 2x USB, IR pin, AUDIO(MIC, AV)
|
||||||
|
- Power led & Status led
|
||||||
|
- Android Ubuntu, Debian, Raspbian Image
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Newegg](https://www.newegg.com/p/285-002U-00005)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "pine64.png"
|
||||||
download_instructions: ""
|
download_instructions: ""
|
||||||
downloads_display: false
|
downloads_display: false
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2020-1-9
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
46
_blinka/pine_h64.md
Normal file
46
_blinka/pine_h64.md
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "pine_h64"
|
||||||
|
title: "PINE H64 Download"
|
||||||
|
name: "PINE H64"
|
||||||
|
manufacturer: "Pine64"
|
||||||
|
board_url: "https://www.pine64.org/pine-h64-ver-b/"
|
||||||
|
board_image: "pine_h64.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: false
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
PINE H64 is latest Single Board Computer by Pine64. Its powered by an Allwinner “H6” Quad-Core ARM Cortex A53 64-Bit Processor with MALI T-722 GPU. The PINE H64 is equipped with up-to 3GB LPDDR3 PC-1600 system memory and 128Mb SPI boot Flash. There is also an optional eMMC module (up to 128GB) and microSD slot for booting. The board is equipped with an onboard build-in 11n Wifi/BT, 1x USB 3.0 Host, 2x USB 2.0 Host, Gigabit Ethernet, PI-2 GPIO Bus, Euler GPIO Bus as well as many other peripheral device interface such as UART, SPI, I2C, for makers to integrate with sensors and other peripherals.
|
||||||
|
|
||||||
|
- Allwinner H6 Quad-Core SOC with Mali T-722 MP2
|
||||||
|
- LPDDR3 RAM (up to 3GB)
|
||||||
|
- Gigabit Ethernet
|
||||||
|
- Micro SD Slot
|
||||||
|
- eMMC Module Slot
|
||||||
|
- SPI Flash 128Mbit
|
||||||
|
- 4K Digital Video Out
|
||||||
|
- 2x USB 2.0 Host
|
||||||
|
- 1x USB 3.0 Host
|
||||||
|
- PI-2 Bus
|
||||||
|
- IR R/X Port
|
||||||
|
- Real Time Clock Port (RTC)
|
||||||
|
- A/V Jack
|
||||||
|
- Integrated WiFi 802.11n / BT 4.0
|
||||||
|
- Power, Reset and Recovery buttons
|
||||||
|
- 3.5mm Barrel Power (5V 3A) Port
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [pine64 2GB](https://pine64.com/product/pine-h64-model-b-2gb-single-board-computer)
|
||||||
|
* [pine64 3GB](https://pine64.com/product/pine-h64-model-b-3gb-single-board-computer/)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -2,12 +2,13 @@
|
||||||
layout: download
|
layout: download
|
||||||
board_id: "pocketbeagle"
|
board_id: "pocketbeagle"
|
||||||
title: "PocketBeagle"
|
title: "PocketBeagle"
|
||||||
name: "BeagleBone Black"
|
name: "PocketBeagle"
|
||||||
manufacturer: "BeagleBoard"
|
manufacturer: "BeagleBoard"
|
||||||
board_url: "https://beagleboard.org/pocket"
|
board_url: "https://beagleboard.org/pocket"
|
||||||
board_image: "pocketbeagle.jpg"
|
board_image: "pocketbeagle.jpg"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-12-3
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_1a.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_1aplus.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
- 40-pin GPIO
|
- 40-pin GPIO
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_1b.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_1bplus.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_2b.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Ethernet
|
- Ethernet
|
||||||
- HDMI
|
- HDMI
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_3aplus.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_3b.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_3bplus.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
44
_blinka/raspberry_pi_400.md
Normal file
44
_blinka/raspberry_pi_400.md
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "raspberry_pi_400"
|
||||||
|
title: "Raspberry Pi 400 Desktop Download"
|
||||||
|
name: "Raspberry Pi 400 Desktop"
|
||||||
|
manufacturer: "Raspberry Pi Foundation"
|
||||||
|
board_url: "https://www.raspberrypi.org/products/raspberry-pi-400-unit"
|
||||||
|
board_image: "raspberry_pi_400.jpg"
|
||||||
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
|
downloads_display: true
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
- USB 3.0
|
||||||
|
---
|
||||||
|
|
||||||
|
Raspberry Pi 400 is your complete personal computer, built into a compact keyboard. Featuring a quad-core 64-bit processor, 4GB of RAM, wireless networking, dual-display output, and 4K video playback, as well as a 40-pin GPIO header, it's the most powerful and easy-to-use Raspberry Pi computer yet.
|
||||||
|
|
||||||
|
- Broadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8GHz
|
||||||
|
- 4GB LPDDR4-3200
|
||||||
|
- Dual-band (2.4GHz and 5.0GHz) IEEE 802.11b/g/n/ac wireless LAN
|
||||||
|
- Bluetooth 5.0, BLE
|
||||||
|
- Gigabit Ethernet
|
||||||
|
- 2 × USB 3.0 and 1 × USB 2.0 ports
|
||||||
|
- Horizontal 40-pin GPIO header
|
||||||
|
- 2 × micro HDMI ports (supports up to 4Kp60)
|
||||||
|
- H.265 (4Kp60 decode); H.264 (1080p60 decode, 1080p30 encode); OpenGL ES 3.0 graphics
|
||||||
|
- MicroSD card slot for operating system and data storage
|
||||||
|
- 78- or 79-key compact keyboard (depending on regional variant)
|
||||||
|
- 5V DC via USB connector
|
||||||
|
- Operating temperature: 0°C to +50°C ambient
|
||||||
|
- Maximum dimensions 286 mm × 122 mm × 23 mm
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Adafruit](https://www.adafruit.com/product/4796)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_4b.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_cm1.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_cm3.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_cm3lite.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_cm3plus.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_cm3pluslite.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-24
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_zero.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- HDMI
|
- HDMI
|
||||||
- 40-pin GPIO
|
- 40-pin GPIO
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ board_image: "raspberry_pi_zerow.jpg"
|
||||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: true
|
blinka: true
|
||||||
|
date_added: 2019-6-17
|
||||||
features:
|
features:
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BLE
|
- Bluetooth/BLE
|
||||||
|
|
|
||||||
40
_blinka/rock_pi_s.md
Normal file
40
_blinka/rock_pi_s.md
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "rock_pi_s"
|
||||||
|
title: "Rock Pi S Download"
|
||||||
|
name: "Rock Pi S"
|
||||||
|
manufacturer: "Radxa Limited"
|
||||||
|
board_url: "https://wiki.radxa.com/RockpiS"
|
||||||
|
board_image: "rock_pi_s.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: false
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-4-29
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
---
|
||||||
|
|
||||||
|
S is for Small Square.
|
||||||
|
|
||||||
|
ROCK Pi S is a Rockchip RK3308 based SBC(Single Board Computer) by Radxa. It equips a 64bits quad core processor, USB, ethernet, wireless connectivity and voice detection engine at the size of 1.7 inch, make it perfect for IoT and voice applications. ROCK Pi S comes in two ram sizes 256MB or 512MB DDR3, and uses uSD card for OS and storage. Optionally, ROCK Pi S can provide on board storage version with 1Gb/2Gb/4Gb/8Gb NAND flash.
|
||||||
|
|
||||||
|
The Rockchip RK3308 Soc used in ROCK Pi S RK3308 is a high-performance Quad-core application processor designed for intelligent voice interaction, audio input/output processing, and other digital multimedia applications. Embedded rich audio interfaces, such as I2S, PCM, TDM, PDM, SPDIF, HDMI ARC and so on, can meet different audio application development, reduce hardware development complexity and development cost.
|
||||||
|
|
||||||
|
* Quad-core ARM Cortex-A35CPU
|
||||||
|
* Full implementation of the ARM architecture v8-A instruction set
|
||||||
|
* ARM Neon Advanced SIMD (single instruction, multiple data) support for accelerated media and signal processing computation
|
||||||
|
* ARMv8 Cryptography Extensions
|
||||||
|
* In-order pipeline with symmetric dual-issue of most instructions
|
||||||
|
* 256KB unified system L2 cache
|
||||||
|
* Includes VFP v3 hardware to support single and double-precision operations
|
||||||
|
* Integrated 32KB L1 instruction cache, 32KB L1 data cache with 4-way set associative
|
||||||
|
TrustZone technology support
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [seeedstudio](https://www.seeedstudio.com/ROCK-PI-S-Mini-Computer-with-Rockchip-RK3308-512MB-RAM-4Gb-NAND-Flash-p-4282.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
51
_blinka/stm32mp157c_dk2.md
Normal file
51
_blinka/stm32mp157c_dk2.md
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "stm32mp157c_dk2"
|
||||||
|
title: "STM32MP1 Discovery Kit 2 Download"
|
||||||
|
name: "STM32MP1 Discovery Kit 2"
|
||||||
|
manufacturer: "STMicroelectronics"
|
||||||
|
board_url: "https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html"
|
||||||
|
board_image: "stm32mp157c_dk2.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: false
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- 40-pin GPIO
|
||||||
|
---
|
||||||
|
|
||||||
|
The STM32MP157A-DK1 and STM32MP157C-DK2 Discovery kits leverage the capabilities of STM32MP1 Series microprocessors to allow users easily develop applications using STM32 MPU OpenSTLinux Distribution software for the main processor and STM32CubeMP1 software for the co-processor.
|
||||||
|
|
||||||
|
They include an ST-LINK embedded debug tool, LEDs, push-buttons, one Ethernet 1-Gbps connector, one USB Type-CTM OTG connector, four USB Type-A Host connectors, one HDMI® transceiver, one stereo headset jack with analog microphone, and one microSDTM connector.
|
||||||
|
|
||||||
|
To expand the functionality of the STM32MP157A-DK1 and STM32MP157C-DK2 Discovery kits, two GPIO expansion connectors are also available for ARDUINO® and Raspberry Pi® shields.
|
||||||
|
|
||||||
|
Additionally, the STM32MP157C-DK2 Discovery kit features an LCD display with a touch panel, and Wi-Fi® and Bluetooth® Low Energy capability.
|
||||||
|
|
||||||
|
- STM32MP157 Arm®-based dual Cortex®-A7 32 bits + Cortex®-M4 32 bits MPU in TFBGA361 package
|
||||||
|
- ST PMIC STPMIC1
|
||||||
|
- 4-Gbit DDR3L, 16 bits, 533 MHz
|
||||||
|
- 1-Gbps Ethernet (RGMII) compliant with IEEE-802.3ab
|
||||||
|
- USB OTG HS
|
||||||
|
- Audio codec
|
||||||
|
- 4 user LEDs
|
||||||
|
- 2 user and reset push-buttons, 1 wake-up button
|
||||||
|
- 5 V / 3 A USB Type-CTM power supply input (not provided)
|
||||||
|
- Board connectors:Ethernet RJ454 × USB Host Type-AUSB Type-CTM DRPMIPI DSISMHDMI®Stereo headset jack including analog microphone inputmicroSDTM cardGPIO expansion connector (Raspberry Pi® shields capability)ARDUINO® Uno V3 expansion connectors
|
||||||
|
- On-board ST-LINK/V2-1 debugger/programmer with USB re-enumeration capability: Virtual COM port and debug port
|
||||||
|
- STM32CubeMP1 and full mainline open-source Linux® STM32 MPU OpenSTLinux Distribution (such as STM32MP1Starter) software and examples
|
||||||
|
- Support of a wide choice of Integrated Development Environments (IDEs) including IARTM, Keil®, GCC-based IDEs
|
||||||
|
- 4" TFT 480×800 pixels with LED backlight, MIPI DSISM interface, and capacitive touch panel
|
||||||
|
- Wi-Fi® 802.11b/g/n
|
||||||
|
- Bluetooth® Low Energy 4.1
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [STMicroelectronics](https://estore.st.com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/stm32mp157c-dk2.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
50
_blinka/udoo_x86_ii_ultra.md
Normal file
50
_blinka/udoo_x86_ii_ultra.md
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "udoo_x86_ii_ultra"
|
||||||
|
title: "X86 II ULTRA Download"
|
||||||
|
name: "X86 II ULTRA"
|
||||||
|
manufacturer: "UDOO"
|
||||||
|
board_url: "https://shop.udoo.org/udoo-x86-ii-ultra.html"
|
||||||
|
board_image: "udoo_x86_ii_ultra.jpg"
|
||||||
|
download_instructions: ""
|
||||||
|
downloads_display: false
|
||||||
|
blinka: true
|
||||||
|
date_added: 2020-11-5
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Bluetooth/BLE
|
||||||
|
- Ethernet
|
||||||
|
- HDMI
|
||||||
|
- USB 3.0
|
||||||
|
---
|
||||||
|
|
||||||
|
UDOO X86 II is the New PC: the most powerful x86 maker board ever and an Arduino™ Leonardo-compatible platform, all embedded on the same board.
|
||||||
|
|
||||||
|
On UDOO X86 II you can run all the software available for the PC world, from gaming to video streaming, from graphical editors to professional development platforms, plus all the software or the Arduino™ Leonardo world, including all the sketches, libraries and the official Arduino™ Leonardo IDE.
|
||||||
|
|
||||||
|
You won’t ever worry about lack of drivers or stuff like that. This is a true next-generation computer.
|
||||||
|
|
||||||
|
It is based on Quad Core 64-bit new-generation x86 processors made by Intel®, designed for the PC domain. Prodigious processors concentrated in 14 nm, with an amount of energy consumption of 5 or 6 Watt.
|
||||||
|
|
||||||
|
The board can be powered by a DC-jack with a standard 5.5mm/2.1mm barrel jack, internal positive, Voltage 12V ± 5%. This is not included. Alternatively, power can be provided though the VIN pin located on the header.
|
||||||
|
|
||||||
|
Screw/Spacers for M.2 SSD and Wifi/BT already included.
|
||||||
|
|
||||||
|
- CPU Intel Pentium N3710 2.56 GHZ
|
||||||
|
- 8 GB DDR3L Dual Channel
|
||||||
|
- Intel HD Graphics 405. Up to 700 MHz
|
||||||
|
- 32GB eMMC storage
|
||||||
|
- Standard SATA connector
|
||||||
|
- M.2 Key B SSD slot
|
||||||
|
- Micro SD card slot
|
||||||
|
- Gigabit Ethernet connector
|
||||||
|
- M.2 Key E slot for optional Wireless modules
|
||||||
|
- 3 x USB 3.0 type-A sockets
|
||||||
|
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [UDOO](https://shop.udoo.org/udoo-x86-ii-ultra.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
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).
|
||||||
27
_board/8086_commander.md
Normal file
27
_board/8086_commander.md
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "8086_commander"
|
||||||
|
title: "Commander Download"
|
||||||
|
name: "Commander"
|
||||||
|
manufacturer: "8086 Consultancy"
|
||||||
|
board_url: "https://8086.net/p/commander"
|
||||||
|
board_image: "8086_commander.jpg"
|
||||||
|
date_added: 2020-3-24
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The Commander is a handheld button and LED board supplied with the UF2 bootloader and CircuitPython.
|
||||||
|
|
||||||
|
## Specifications
|
||||||
|
|
||||||
|
- Dimensions: 83 x 52 x 7 mm
|
||||||
|
- Atmel ATSAMD21G18A (32-bit ARM Cortex M0)
|
||||||
|
- 48 Mhz
|
||||||
|
- 32 KB SRAM / 256 KB FLASH
|
||||||
|
- Accelerometer (ADXL345)
|
||||||
|
- Micro SD socket
|
||||||
|
- 16 MB SPI FLASH
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [8086 Consultancy](https://www.tindie.com/products/8086net/commander/)
|
||||||
|
|
||||||
31
_board/TG-Watch02A.md
Normal file
31
_board/TG-Watch02A.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "TG-Watch02A"
|
||||||
|
title: "TG-Watch02A Download"
|
||||||
|
name: "TG-Watch02A"
|
||||||
|
manufacturer: "TG-Techie"
|
||||||
|
board_url: "https://github.com/TG-Techie/TG-Watch02-PCB"
|
||||||
|
board_image: "TG-Watch02A.jpg"
|
||||||
|
date_added: 2020-3-31
|
||||||
|
features:
|
||||||
|
- Display
|
||||||
|
- Bluetooth/BTLE
|
||||||
|
- Battery Charging
|
||||||
|
---
|
||||||
|
|
||||||
|
Why buy an apple watch when you can spend your weekends building a microcontroller based "smart" watch instead? the TG-Watch is an open source, not-dumb watch meant for makers who want to hack on their watch or as great starting point to learn about programming.
|
||||||
|
|
||||||
|
Some of its features include:
|
||||||
|
* a 240x240, 1.54" lcd
|
||||||
|
* capacitive touchscreen
|
||||||
|
* USB Type-C port (2.0)
|
||||||
|
* Step counter and pedometer
|
||||||
|
* vibration motor and haptic motor driver
|
||||||
|
* Bluetooth 5, Bluetooth mesh, Thread, ZigBee
|
||||||
|
|
||||||
|
## Learn More
|
||||||
|
[Github](https://github.com/TG-Techie/TG-Watch02-PCB)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
40
_board/adafruit_metro_esp32s2.md
Normal file
40
_board/adafruit_metro_esp32s2.md
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "adafruit_metro_esp32s2"
|
||||||
|
title: " Metro ESP32-S2 Download"
|
||||||
|
name: "Metro ESP32-S2"
|
||||||
|
manufacturer: "Adafruit"
|
||||||
|
board_url: "https://www.adafruit.com/product/4775"
|
||||||
|
board_image: "adafruit_metro_esp32s2.jpg"
|
||||||
|
date_added: 2020-10-2
|
||||||
|
features:
|
||||||
|
- Wi-Fi
|
||||||
|
- Battery Charging
|
||||||
|
- STEMMA QT/QWIIC
|
||||||
|
---
|
||||||
|
|
||||||
|
What's Metro shaped and has an ESP32-S2 WiFi module? What has a STEMMA QT connector for I2C devices, and a Lipoly charger circuit? What's finishing up testing and nearly ready for fabrication? That's right - its the new Adafruit Metro ESP32-S2! With native USB and a load of PSRAM this board is perfect for use with CircuitPython or Arduino, to add low-cost WiFi while keeping shield-compatibility
|
||||||
|
|
||||||
|
**Coming soon! Sign up to be notified as soon as we start making them**
|
||||||
|
|
||||||
|
**Features:**
|
||||||
|
* **ESP32-S2 240MHz Tensilica processor** - the next generation of ESP32, now with native USB so it can act like a keyboard/mouse, MIDI device, disk drive, etc!
|
||||||
|
* **WROVER module** has FCC/CE certification and comes with 4 MByte of Flash and 2 MByte of PSRAM - you can have huge data buffers
|
||||||
|
* **Lotsa power options** - 6-12VDC barrel jack or USB type C or Lipoly battery
|
||||||
|
* **Built in battery charging** when powered over DC or USB
|
||||||
|
* UNO-shape so shields can plug in
|
||||||
|
* **Reset and DFU** (BOOT0) buttons to get into the ROM bootloader (which is a USB serial port so you don't need a separate cable!)
|
||||||
|
* **Serial debug pins** (optional, for checking the hardware serial debug console)
|
||||||
|
* **JTAG pads** for advanced debugging access.
|
||||||
|
* **On/Off switch**
|
||||||
|
* **STEMMA QT** connector for I2C devices
|
||||||
|
* **On/Charge/User** LEDs + status **NeoPixel**
|
||||||
|
* **Works with Arduino or CircuitPython**
|
||||||
|
|
||||||
|
## Purchase:
|
||||||
|
|
||||||
|
* [Adafruit](https://www.adafruit.com/product/4775)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
55
_board/aloriumtech_evo_m51.md
Normal file
55
_board/aloriumtech_evo_m51.md
Normal file
|
|
@ -0,0 +1,55 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "aloriumtech_evo_m51"
|
||||||
|
title: "AloriumTech Evo M51 Download"
|
||||||
|
name: "AloriumTech Evo M51"
|
||||||
|
manufacturer: "Alorium Technology, LLC"
|
||||||
|
board_url: "https://www.aloriumtech.com/evom51"
|
||||||
|
board_image: "aloriumtech_evo_m51.jpg"
|
||||||
|
date_added: 2020-5-21
|
||||||
|
downloads_display: true
|
||||||
|
blinka: false
|
||||||
|
features:
|
||||||
|
- Feather-Compatible
|
||||||
|
- Battery Charging
|
||||||
|
- STEMMA QT/QWIIC
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The Evo M51 is an FPGA-enhanced Feather compatible compute module from Alorium Technology that features a 32-bit SAMD51 microcontroller along with an Intel MAX 10 FPGA.
|
||||||
|
|
||||||
|
Designed for use as an embeddable system-on-module, all of the standard Feather I/O are also routed to castellated vias along the edge of the board. There are 34 additional castellated digital I/O connected to the FPGA and accessible via the SAMD51.
|
||||||
|
|
||||||
|
Most digital I/O connections are routed through the FPGA to and from the primary and castellated I/O. This provides the opportunity for developers to immediately capture inputs or drive outputs from the FPGA without requiring direct interaction with the SAMD controller.
|
||||||
|
|
||||||
|
Evo M51 will support Alorium Technology-supplied pre-built FPGA images that target specific application use cases. In addition, designers will have the option to develop their own custom logic blocks and integrate them into the top-level MAX 10 FPGA design.
|
||||||
|
|
||||||
|
Evo was specifically designed to support running CircuitPython. It is also programmable with Arduino just like many other boards based upon the SAMD51. So, writing and uploading firmware to the microcontroller is easy and familiar.
|
||||||
|
|
||||||
|
__Features__
|
||||||
|
- Atmel SAMD51 32-bit ARM Cortex-M4 Microcontroller
|
||||||
|
- Intel MAX 10 FPGA
|
||||||
|
- 512KB FLASH / 192KB RAM
|
||||||
|
- 2MB External QSPI FLASH
|
||||||
|
- 6 Analog Inputs
|
||||||
|
- 2 Analog Outputs
|
||||||
|
- 55 Digital I/O
|
||||||
|
- 21 Through-Hole/Castellated
|
||||||
|
- 34 Additional Castellated-Only
|
||||||
|
- STEMMA QT (QWIIC Compatible)
|
||||||
|
- Feather Footprint
|
||||||
|
- 0.9 in. x 2.2 in.
|
||||||
|
|
||||||
|
__Evo M51 CircuitPython Library Bundle__
|
||||||
|
In order to take full advantage of the additional I/O on Evo M51 using CircuitPython, we have created a custom library bundle that can be found on the Alorium Technology GitHub page:
|
||||||
|
|
||||||
|
- [AloriumTech_CircuitPython_EvoM51](https://github.com/AloriumTechnology/AloriumTech_CircuitPython_EvoM51)
|
||||||
|
- Download the .ZIP file here: [Download .ZIP](https://github.com/AloriumTechnology/AloriumTech_CircuitPython_EvoM51/archive/master.zip)
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
Add any links to purchase the board
|
||||||
|
* [Alorium Technology](https://www.aloriumtech.com/evom51-buy/)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
|
|
@ -6,6 +6,7 @@ name: "ARAMCON Badge 2019"
|
||||||
manufacturer: "ARAMCON Badge Team"
|
manufacturer: "ARAMCON Badge Team"
|
||||||
board_url: "https://github.com/aramcon-badge/"
|
board_url: "https://github.com/aramcon-badge/"
|
||||||
board_image: "aramcon_badge_2019.jpg"
|
board_image: "aramcon_badge_2019.jpg"
|
||||||
|
date_added: 2020-1-25
|
||||||
features:
|
features:
|
||||||
- Display
|
- Display
|
||||||
- Bluetooth/BTLE
|
- Bluetooth/BTLE
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "MKR WAN 1300"
|
||||||
manufacturer: "Arduino"
|
manufacturer: "Arduino"
|
||||||
board_url: "https://www.arduino.cc/en/Guide/MKRWAN1300"
|
board_url: "https://www.arduino.cc/en/Guide/MKRWAN1300"
|
||||||
board_image: "arduino_mkr1300_01.jpg"
|
board_image: "arduino_mkr1300_01.jpg"
|
||||||
|
date_added: 2018-12-13
|
||||||
---
|
---
|
||||||
|
|
||||||
Arduino MKR WAN 1300 has been designed to offer a practical and cost effective solution for makers seeking to add Lo-Ra connectivity to their projects with minimal previous experience in networking. It is based on the Microchip SAMD21 and a Murata CMWX1ZZABZ Lo-Ra module.
|
Arduino MKR WAN 1300 has been designed to offer a practical and cost effective solution for makers seeking to add Lo-Ra connectivity to their projects with minimal previous experience in networking. It is based on the Microchip SAMD21 and a Murata CMWX1ZZABZ Lo-Ra module.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "MKR Zero"
|
||||||
manufacturer: "Arduino"
|
manufacturer: "Arduino"
|
||||||
board_url: "https://www.arduino.cc/en/Guide/ArduinoMKRZero"
|
board_url: "https://www.arduino.cc/en/Guide/ArduinoMKRZero"
|
||||||
board_image: "arduino_mkr_zero.jpg"
|
board_image: "arduino_mkr_zero.jpg"
|
||||||
|
date_added: 2019-3-9
|
||||||
features:
|
features:
|
||||||
- Battery Charging
|
- Battery Charging
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,14 @@ name: "NANO 33 BLE"
|
||||||
manufacturer: "Arduino"
|
manufacturer: "Arduino"
|
||||||
board_url: "https://www.arduino.cc/en/Guide/NANO33BLE"
|
board_url: "https://www.arduino.cc/en/Guide/NANO33BLE"
|
||||||
board_image: "arduino_nano_33_ble.jpg"
|
board_image: "arduino_nano_33_ble.jpg"
|
||||||
|
date_added: 2019-10-26
|
||||||
---
|
---
|
||||||
|
|
||||||
This compact and reliable NANO board is built around the NINA B306 module, based on Nordic nRF 52840 and containing a powerful Cortex M4F. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9 axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards.
|
This compact and reliable NANO board is built around the NINA B306 module, based on Nordic nRF 52840 and containing a powerful Cortex M4F. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9 axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards.
|
||||||
This allows the design of wearable devices and movement sensing projects that need to communicate to other devices at a close range. Arduino NANO 33 BLE is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio.
|
This allows the design of wearable devices and movement sensing projects that need to communicate to other devices at a close range. Arduino NANO 33 BLE is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio.
|
||||||
|
|
||||||
|
To use this board with CircuitPython you must [replace the existing bootloader](https://forums.adafruit.com/viewtopic.php?f=60&t=158279) with the Adafruit UF2 bootloader. You need to restore the original bootloader to use the board again with Arduino.
|
||||||
|
|
||||||
## Purchase
|
## Purchase
|
||||||
* [Arduino](https://store.arduino.cc/usa/nano-33-ble)
|
* [Arduino](https://store.arduino.cc/usa/nano-33-ble)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,14 @@ name: "NANO 33 IoT"
|
||||||
manufacturer: "Arduino"
|
manufacturer: "Arduino"
|
||||||
board_url: "https://www.arduino.cc/en/Guide/NANO33IoT"
|
board_url: "https://www.arduino.cc/en/Guide/NANO33IoT"
|
||||||
board_image: "arduino_nano_33_iot.jpg"
|
board_image: "arduino_nano_33_iot.jpg"
|
||||||
|
date_added: 2020-2-27
|
||||||
---
|
---
|
||||||
|
|
||||||
Arduino NANO 33 IoT board has been designed to offer a practical and cost effective solution for makers seeking to add Wi-Fi connectivity to their projects with minimal previous experience in networking. Learn how to set up the programming environment and get the hardware up and running, ready for your projects, in minutes.
|
Arduino NANO 33 IoT board has been designed to offer a practical and cost effective solution for makers seeking to add Wi-Fi connectivity to their projects (using Arduino) with minimal previous experience in networking. Learn how to set up the programming environment and get the hardware up and running, ready for your projects, in minutes.
|
||||||
|
|
||||||
|
### NOTE: Not all on-board hardware is supported by CircuitPython
|
||||||
|
|
||||||
|
WiFi is not supported. The LSM9DS6 and ATECC chips are supported in CircuitPython by libraries that may use more RAM than is available on the SAMD21.
|
||||||
|
|
||||||
## Purchase
|
## Purchase
|
||||||
* [Arduino](https://store.arduino.cc/usa/nano-33-iot)
|
* [Arduino](https://store.arduino.cc/usa/nano-33-iot)
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "Zero"
|
||||||
manufacturer: "Arduino"
|
manufacturer: "Arduino"
|
||||||
board_url: "https://www.arduino.cc/en/Guide/ArduinoZero"
|
board_url: "https://www.arduino.cc/en/Guide/ArduinoZero"
|
||||||
board_image: "arduino_zero.jpg"
|
board_image: "arduino_zero.jpg"
|
||||||
|
date_added: 2019-3-9
|
||||||
---
|
---
|
||||||
|
|
||||||
The Arduino Zero is a simple and powerful 32-bit extension of the platform established by the UNO. The Zero board expands the family by providing increased performance, enabling a variety of project opportunities for devices, and acts as a great educational tool for learning about 32-bit application development.
|
The Arduino Zero is a simple and powerful 32-bit extension of the platform established by the UNO. The Zero board expands the family by providing increased performance, enabling a variety of project opportunities for devices, and acts as a great educational tool for learning about 32-bit application development.
|
||||||
|
|
|
||||||
|
|
@ -3,19 +3,19 @@ layout: download
|
||||||
board_id: "bast_pro_mini_m0"
|
board_id: "bast_pro_mini_m0"
|
||||||
title: "bast_pro_mini_m0 Download"
|
title: "bast_pro_mini_m0 Download"
|
||||||
name: "bast_pro_mini_m0"
|
name: "bast_pro_mini_m0"
|
||||||
manufacturer: "unknown"
|
manufacturer: "Electronic Cats"
|
||||||
board_url: ""
|
board_url: "https://electroniccats.com/store/bast-pro-mini-m0/"
|
||||||
board_image: "unknown.jpg"
|
board_image: "bast_pro_mini_m0.jpg"
|
||||||
downloads_display: false
|
date_added: 2019-4-13
|
||||||
features:
|
features:
|
||||||
---
|
---
|
||||||
|
|
||||||
This board hasn't been fully documented yet. Please make a pull request adding more info to this file.
|
Is she the goddess of cats?
|
||||||
|
|
||||||
The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.
|
It’s Bast Pro Mini M0! With a powerful SAMD21E chip, an ARM Cortex-M0 based microcontroller with low power consumption and high performance, makes it ideal for endless applications.
|
||||||
|
|
||||||
## Purchase
|
## Purchase
|
||||||
Add any links to purchase the board
|
* [Electronic Cats](https://electroniccats.com/store/bast-pro-mini-m0/)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
|
|
||||||
31
_board/bdmicro_vina_d21.md
Normal file
31
_board/bdmicro_vina_d21.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "bdmicro_vina_d21"
|
||||||
|
title: "Vina-D21 Download"
|
||||||
|
name: "Vina-D21"
|
||||||
|
manufacturer: "BDMICRO, LLC"
|
||||||
|
board_url: "https://bdmicro.com/products/vina-d21"
|
||||||
|
board_image: "bdmicro_vina_d21.jpg"
|
||||||
|
date_added: 2020-9-28
|
||||||
|
features:
|
||||||
|
- Battery Charging
|
||||||
|
---
|
||||||
|
|
||||||
|
The VINA-D21 is a powerful, robust, pluggable control module designed for modular control applications. Built with all-industrial grade components and features, it is well-suited for a wide variety of automation and control requirements, including harsh environments.
|
||||||
|
|
||||||
|
The VINA-D21 Control Module saves time and money by providing a proven, modular design, that enables custom application-specific solutions to move from the drawing board to the finished product quickly.
|
||||||
|
|
||||||
|
VINA-D21 enables you to develop your application-specific board independently of the controller section. This simplifies your design, saves CAD time during the design phase, reduces errors that can cost weeks of PCB re-manufacture to correct, and saves debug time during the prototype and testing phases. By starting with VINA-D21, you start from a known-good foundation, reducing complexity and risk.
|
||||||
|
|
||||||
|
Incorporate the VINA-D21 in your designs over and over again and multiply your savings. Useful for custom applications, one-off projects, breadboarded prototypes, and even standalone projects. VINA-D21 has all of the common essentials built-in, on-board.
|
||||||
|
|
||||||
|
To get you started even more quickly, BDMICRO provides the Autodesk Eagle CAD part for VINA-D21. Getting started is as easy as downloading the part and adding it to your application specific design, allowing you to focus on your custom application's needs, with all the right connectors, headers, and other circuitry needed for your project solution.
|
||||||
|
|
||||||
|
Capable of running standalone, modular piggy back on application-specific boards, or breadboarded, the VINA-D21 is a great choice for your next project.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [BDMICRO](https://bdmicro.com/products/vina-d21)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
30
_board/bdmicro_vina_d51.md
Normal file
30
_board/bdmicro_vina_d51.md
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "bdmicro_vina_d51"
|
||||||
|
title: "Vina-D51 Download"
|
||||||
|
name: "Vina-D51"
|
||||||
|
manufacturer: "BDMICRO, LLC"
|
||||||
|
board_url: "https://bdmicro.com/collections/frontpage/products/vina-d51"
|
||||||
|
board_image: "bdmicro_vina_d51.jpg"
|
||||||
|
date_added: 2020-10-16
|
||||||
|
features:
|
||||||
|
---
|
||||||
|
|
||||||
|
The VINA-D51 is a powerful, robust, pluggable control module designed for modular control applications. Built with all-industrial grade components and features, it is well-suited for a wide variety of automation and control requirements, including harsh environments.
|
||||||
|
|
||||||
|
The VINA-D51 Control Module saves time and money by providing a proven, modular design, that enables custom application-specific solutions to move from the drawing board to the finished product quickly.
|
||||||
|
|
||||||
|
VINA-D51 enables you to develop your application-specific board independently of the controller section. This simplifies your design, saves CAD time during the design phase, reduces errors that can cost weeks of PCB re-manufacture to correct, and saves debug time during the prototype and testing phases. By starting with VINA-D51, you start from a known-good foundation, reducing complexity and risk.
|
||||||
|
|
||||||
|
Incorporate the VINA-D51 in your designs over and over again and multiply your savings. Useful for custom applications, one-off projects, breadboarded prototypes, and even standalone projects. VINA-D51 has all of the common essentials built-in, on-board.
|
||||||
|
|
||||||
|
To get you started even more quickly, BDMICRO provides the Autodesk Eagle CAD part for VINA-D51. Getting started is as easy as downloading the part and adding it to your application specific design, allowing you to focus on your custom application's needs, with all the right connectors, headers, and other circuitry needed for your project solution.
|
||||||
|
|
||||||
|
Capable of running standalone, modular piggy back on application-specific boards, or breadboarded, the VINA-D51 is a great choice for your next project.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [BDMICRO](https://bdmicro.com/collections/frontpage/products/vina-d51)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
37
_board/bdmicro_vina_m0.md
Normal file
37
_board/bdmicro_vina_m0.md
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "bdmicro_vina_m0"
|
||||||
|
title: "Vina M0 Download"
|
||||||
|
name: "Vina M0"
|
||||||
|
manufacturer: "BDMICRO, LLC"
|
||||||
|
board_url: "https://bdmicro.com/products/vina-m0"
|
||||||
|
board_image: "bdmicro_vina_m0.jpg"
|
||||||
|
date_added: 2020-4-16
|
||||||
|
downloads_display: false
|
||||||
|
features:
|
||||||
|
- Battery Charging
|
||||||
|
---
|
||||||
|
|
||||||
|
ARM Cortex-M0+, 64MB Filesystem Flash, I2C, UART, A/D Input, Digital I/O, High Accuracy Battery-Backed Real Time Clock, Lithium Ion Polymer Battery Charger
|
||||||
|
|
||||||
|
Based on ATSAMD21G18A MCU
|
||||||
|
|
||||||
|
On board:
|
||||||
|
* 64MB SPI flash for data and file system
|
||||||
|
* High Accuracy battery backed Real-Time-Clock
|
||||||
|
* USB Device port for PC or Mac connection
|
||||||
|
* I2C Connector on-board for convenient connection to sensors, displays, and other devices
|
||||||
|
* External Lithium Ion Polymer Battery connection and charger
|
||||||
|
* External power through battery, USB, or Molex Latch-Lock connector
|
||||||
|
* ARM Cortex header for debugging and programming
|
||||||
|
* UF2 Bootloader to load your application without additional hardware; provides easy drag-and-drop programming from Mac or PC
|
||||||
|
* CircuitPython loaded for immediate use without the need for additional development tools; utilizes the virtual comm port instantiated when the board is connected to Mac or PC, and provides USB mass storage device to drag and drop programs onto, or edit directly on the device
|
||||||
|
|
||||||
|
Can run standalone or piggy back on an application-specific board solution.
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [BDMICRO](https://bdmicro.com/products/vina-m0)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
37
_board/bless_dev_board_multi_sensor.md
Normal file
37
_board/bless_dev_board_multi_sensor.md
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "bless_dev_board_multi_sensor"
|
||||||
|
title: "BLE-SS Dev Board Multi Sensor Download"
|
||||||
|
name: "BLE-SS Dev Board Multi Sensor"
|
||||||
|
manufacturer: "Switch Science, Inc."
|
||||||
|
board_url: "http://ssci.to/6250"
|
||||||
|
board_image: "bless_dev_board_multi_sensor.jpg"
|
||||||
|
downloads_display: true
|
||||||
|
date_added: 2020-07-27
|
||||||
|
features:
|
||||||
|
---
|
||||||
|
|
||||||
|
This development board includes a Bluetooth Low Energy-enabled ISP1807 from Insight SiP (based on the nRF52840) and six sensors: acceleration, magnetism, gyro, temperature, humidity and air pressure.
|
||||||
|
|
||||||
|
The development board is programmed with a bootloader. You can use the Arduino IDE or Circuit Python to develop your program. It has two switches and two LEDs each that can be used programmatically, and it also has a piezoelectric speaker.
|
||||||
|
|
||||||
|
It features a TPS63030 high-efficiency step-up/down converter and runs on CR2025 or CR2032 coin cell batteries. The board outline is the same as the Raspberry Pi Zero, so it can be used in a Raspberry Pi Zero case.
|
||||||
|
|
||||||
|
**Features:**
|
||||||
|
|
||||||
|
* ISP1807 based on the nRF52840
|
||||||
|
* 9-Axis Sensor (BXM055)
|
||||||
|
* Humidity and Temperature Sensor (HDC2010)
|
||||||
|
* Pressure Sensor (LPS22HB)
|
||||||
|
* Buzzer
|
||||||
|
* 2 LEDs (Green and Red)
|
||||||
|
* 2 Push buttons
|
||||||
|
* CR2032 Coin Battery supports
|
||||||
|
* Raspberry Pi Zero compatible board dimensions
|
||||||
|
|
||||||
|
## Purchase
|
||||||
|
* [Switch Science, Inc.](http://ssci.to/6250)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||||
15
_board/blm_badge.md
Normal file
15
_board/blm_badge.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "blm_badge"
|
||||||
|
title: "BLM Badge Download"
|
||||||
|
name: "BLM Badge"
|
||||||
|
manufacturer: "Adafruit"
|
||||||
|
board_url: "https://github.com/adafruit/BLM-Badge-PCB"
|
||||||
|
board_image: "blmbadge.jpg"
|
||||||
|
features:
|
||||||
|
- STEMMA QT/QWIIC
|
||||||
|
---
|
||||||
|
|
||||||
|
Black Lives Matter interactive electronic learning kit.
|
||||||
|
|
||||||
|
https://www.adafruit.com/blacklivesmatter
|
||||||
|
|
@ -6,6 +6,9 @@ name: "Programmable USB Hub"
|
||||||
manufacturer: "Capable Robot Components"
|
manufacturer: "Capable Robot Components"
|
||||||
board_url: "https://www.crowdsupply.com/capable-robot-components/programmable-usb-hub"
|
board_url: "https://www.crowdsupply.com/capable-robot-components/programmable-usb-hub"
|
||||||
board_image: "capablerobot_usbhub.jpg"
|
board_image: "capablerobot_usbhub.jpg"
|
||||||
|
date_added: 2019-5-25
|
||||||
|
features:
|
||||||
|
- STEMMA QT/QWIIC
|
||||||
---
|
---
|
||||||
|
|
||||||
In addition to being a 4-port USB 2 High-Speed hub, this Programmable USB hub is also:
|
In addition to being a 4-port USB 2 High-Speed hub, this Programmable USB hub is also:
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,9 @@ board_id: "catwan_usbstick"
|
||||||
title: "CatWAN USB Stick Download"
|
title: "CatWAN USB Stick Download"
|
||||||
name: "CatWAN USB Stick"
|
name: "CatWAN USB Stick"
|
||||||
manufacturer: "Electronic Cats"
|
manufacturer: "Electronic Cats"
|
||||||
board_url: ""
|
board_url: "https://electroniccats.com/producto/catwan_usb-stick/"
|
||||||
board_image: "catwan_usbstick.jpg"
|
board_image: "catwan_usbstick.jpg"
|
||||||
|
date_added: 2019-4-2
|
||||||
features:
|
features:
|
||||||
- LoRa/Radio
|
- LoRa/Radio
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "CircuitBrains Basic"
|
||||||
manufacturer: "Null Byte Labs LLC"
|
manufacturer: "Null Byte Labs LLC"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "circuitbrains_basic.jpg"
|
board_image: "circuitbrains_basic.jpg"
|
||||||
|
date_added: 2020-2-27
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: false
|
blinka: false
|
||||||
download_instructions: ""
|
download_instructions: ""
|
||||||
|
|
@ -13,6 +14,8 @@ download_instructions: ""
|
||||||
|
|
||||||
CircuitPython on an ARM Cortex M0 in 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Basic board footprint is small enough to fit into narrow spaces and wearable projects.
|
CircuitPython on an ARM Cortex M0 in 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Basic board footprint is small enough to fit into narrow spaces and wearable projects.
|
||||||
|
|
||||||
|
**NOTE:** This board does not have a USB connector for the native USB. Native USB is broken out on the header/castellations and therefore requires a non-standard USB connection such as mounting to a motherboard PCB.
|
||||||
|
|
||||||
## Technical Specs
|
## Technical Specs
|
||||||
|
|
||||||
- Dimensions: 25 x 25 x 3.5 millimeters / 1 x 1 x 0.15 inches
|
- Dimensions: 25 x 25 x 3.5 millimeters / 1 x 1 x 0.15 inches
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "CircuitBrains Deluxe"
|
||||||
manufacturer: "Null Byte Labs LLC"
|
manufacturer: "Null Byte Labs LLC"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "circuitbrains_deluxe.jpg"
|
board_image: "circuitbrains_deluxe.jpg"
|
||||||
|
date_added: 2020-2-27
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: false
|
blinka: false
|
||||||
download_instructions: ""
|
download_instructions: ""
|
||||||
|
|
@ -13,6 +14,8 @@ download_instructions: ""
|
||||||
|
|
||||||
CircuitPython on an ARM Cortex M4 in almost 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Deluxe board footprint is small enough to fit into narrow spaces and wearable projects.
|
CircuitPython on an ARM Cortex M4 in almost 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Deluxe board footprint is small enough to fit into narrow spaces and wearable projects.
|
||||||
|
|
||||||
|
**NOTE:** This board does not have a USB connector for the native USB. Native USB is broken out on the header/castellations and therefore requires a non-standard USB connection such as mounting to a motherboard PCB.
|
||||||
|
|
||||||
## Technical Specs
|
## Technical Specs
|
||||||
|
|
||||||
- Dimensions: 29 x 29 x 3.5 millimeters / 1.15 x 1.15 x 0.15 inches
|
- Dimensions: 29 x 29 x 3.5 millimeters / 1.15 x 1.15 x 0.15 inches
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,10 @@ name: "Circuit Playground Bluefruit"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "circuitplayground_bluefruit.jpg"
|
board_image: "circuitplayground_bluefruit.jpg"
|
||||||
|
date_added: 2019-8-30
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
- Bluetooth/BTLE
|
- Bluetooth/BTLE
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,10 @@ name: "Circuit Playground Express"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: "https://www.adafruit.com"
|
board_url: "https://www.adafruit.com"
|
||||||
board_image: "circuitplayground_express.jpg"
|
board_image: "circuitplayground_express.jpg"
|
||||||
|
date_added: 2018-12-13
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
---
|
---
|
||||||
|
|
||||||
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,10 @@ name: "Circuit Playground Express 4-H"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: "https://www.adafruit.com"
|
board_url: "https://www.adafruit.com"
|
||||||
board_image: "circuitplayground_express_4h.jpg"
|
board_image: "circuitplayground_express_4h.jpg"
|
||||||
|
date_added: 2019-4-13
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
---
|
---
|
||||||
|
|
||||||
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,11 @@ name: "Circuit Playground Express + Crickit"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "circuitplayground_express_crickit.jpg"
|
board_image: "circuitplayground_express_crickit.jpg"
|
||||||
|
date_added: 2019-3-9
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Robotics
|
- Robotics
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
---
|
---
|
||||||
|
|
||||||
**Crickit** is a **C**reative **R**obotics & **I**nteractive **C**onstruction **Kit**. It's an add-on for the popular Circuit Playground Express that lets you **#MakeRobotFriend** using CircuitPython (and more).
|
**Crickit** is a **C**reative **R**obotics & **I**nteractive **C**onstruction **Kit**. It's an add-on for the popular Circuit Playground Express that lets you **#MakeRobotFriend** using CircuitPython (and more).
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,10 @@ name: "Circuit Playground Express Digi-Key"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: "https://www.adafruit.com"
|
board_url: "https://www.adafruit.com"
|
||||||
board_image: "circuitplayground_express_digikey_pycon2019.jpg"
|
board_image: "circuitplayground_express_digikey_pycon2019.jpg"
|
||||||
|
date_added: 2019-4-13
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
---
|
---
|
||||||
|
|
||||||
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,11 @@ name: "Circuit Playground Express + Displayio"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "circuitplayground_express_displayio.jpg"
|
board_image: "circuitplayground_express_displayio.jpg"
|
||||||
|
date_added: 2019-10-17
|
||||||
features:
|
features:
|
||||||
- Speaker
|
- Speaker
|
||||||
- Display
|
- Display
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
---
|
---
|
||||||
|
|
||||||
Extend and expand your Circuit Playground projects with a bolt on TFT Gizmo that lets you add a lovely color display in a sturdy and reliable fashion. This PCB looks just like a round TFT breakout but has permanently affixed M3 standoffs that act as mechanical and electrical connections.
|
Extend and expand your Circuit Playground projects with a bolt on TFT Gizmo that lets you add a lovely color display in a sturdy and reliable fashion. This PCB looks just like a round TFT breakout but has permanently affixed M3 standoffs that act as mechanical and electrical connections.
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,13 @@ name: "CLUE NRF52840 Express"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: "https://www.adafruit.com/product/4500"
|
board_url: "https://www.adafruit.com/product/4500"
|
||||||
board_image: "clue_nrf52840_express.jpg"
|
board_image: "clue_nrf52840_express.jpg"
|
||||||
|
date_added: 2019-12-30
|
||||||
features:
|
features:
|
||||||
- Display
|
- Display
|
||||||
- Wi-Fi
|
- Wi-Fi
|
||||||
- Bluetooth/BTLE
|
- Bluetooth/BTLE
|
||||||
- Solder-free Alligator clip
|
- Solder-Free Alligator Clip
|
||||||
|
- STEMMA QT/QWIIC
|
||||||
---
|
---
|
||||||
We wanted to build some projects that have a small screen and a lot of sensors. This board has a 1.3″ 240×240 IPS TFT display, two buttons, and a ton of sensors:
|
We wanted to build some projects that have a small screen and a lot of sensors. This board has a 1.3″ 240×240 IPS TFT display, two buttons, and a ton of sensors:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ manufacturer: "unknown"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "unknown.jpg"
|
board_image: "unknown.jpg"
|
||||||
downloads_display: false
|
downloads_display: false
|
||||||
|
date_added: 2019-4-5
|
||||||
features:
|
features:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ manufacturer: "unknown"
|
||||||
board_url: ""
|
board_url: ""
|
||||||
board_image: "unknown.jpg"
|
board_image: "unknown.jpg"
|
||||||
downloads_display: false
|
downloads_display: false
|
||||||
|
date_added: 2019-4-5
|
||||||
features:
|
features:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "datum-Distance"
|
||||||
manufacturer: "J&J Studios"
|
manufacturer: "J&J Studios"
|
||||||
board_url: "https://jandjstudios.io/datum/datum-Distance/"
|
board_url: "https://jandjstudios.io/datum/datum-Distance/"
|
||||||
board_image: "datum_distance.jpg"
|
board_image: "datum_distance.jpg"
|
||||||
|
date_added: 2019-7-12
|
||||||
---
|
---
|
||||||
|
|
||||||
The datum-Distance sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the VL53LX1 distance sensor from ST Microelectronics to create the simplest, easiest to use distance sensor for your application.
|
The datum-Distance sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the VL53LX1 distance sensor from ST Microelectronics to create the simplest, easiest to use distance sensor for your application.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "datum-IMU"
|
||||||
manufacturer: "J&J Studios"
|
manufacturer: "J&J Studios"
|
||||||
board_url: "https://jandjstudios.io/datum/datum-IMU/"
|
board_url: "https://jandjstudios.io/datum/datum-IMU/"
|
||||||
board_image: "datum_imu.jpg"
|
board_image: "datum_imu.jpg"
|
||||||
|
date_added: 2019-7-12
|
||||||
---
|
---
|
||||||
|
|
||||||
The datum-IMU sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the LSM9DS1 IMU sensor from ST Microelectronics to create the simplest, easiest to use IMU sensor for your application.
|
The datum-IMU sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the LSM9DS1 IMU sensor from ST Microelectronics to create the simplest, easiest to use IMU sensor for your application.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "datum-Light"
|
||||||
manufacturer: "J&J Studios"
|
manufacturer: "J&J Studios"
|
||||||
board_url: "https://jandjstudios.io/datum/datum-Light/"
|
board_url: "https://jandjstudios.io/datum/datum-Light/"
|
||||||
board_image: "datum_light.jpg"
|
board_image: "datum_light.jpg"
|
||||||
|
date_added: 2019-7-12
|
||||||
---
|
---
|
||||||
|
|
||||||
The datum-Light sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the APDS-9960 light sensor from Broadcom to create the simplest, easiest to use light sensor for your application.
|
The datum-Light sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the APDS-9960 light sensor from Broadcom to create the simplest, easiest to use light sensor for your application.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ name: "datum-Weather"
|
||||||
manufacturer: "J&J Studios"
|
manufacturer: "J&J Studios"
|
||||||
board_url: "https://jandjstudios.io/datum/datum-Weather/"
|
board_url: "https://jandjstudios.io/datum/datum-Weather/"
|
||||||
board_image: "datum_weather.jpg"
|
board_image: "datum_weather.jpg"
|
||||||
|
date_added: 2019-7-12
|
||||||
---
|
---
|
||||||
|
|
||||||
The datum-Weather sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the BME280 environmental sensor from Bosch Sensortec to create the simplest, easiest to use weather sensor for your application.
|
The datum-Weather sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the BME280 environmental sensor from Bosch Sensortec to create the simplest, easiest to use weather sensor for your application.
|
||||||
|
|
|
||||||
12
_board/dynossat_edu_eps.md
Normal file
12
_board/dynossat_edu_eps.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "dynossat_edu_eps"
|
||||||
|
title: "DynOSSAT-EDU EPS Download"
|
||||||
|
name: "DynOSSAT-EDU EPS"
|
||||||
|
manufacturer: "BH Dynamics"
|
||||||
|
board_url: ""
|
||||||
|
board_image: "unknown.jpg"
|
||||||
|
downloads_display: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Oops! Looks like we don't know anything about this board. This means it's likely very new.
|
||||||
12
_board/dynossat_edu_obc.md
Normal file
12
_board/dynossat_edu_obc.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: download
|
||||||
|
board_id: "dynossat_edu_obc"
|
||||||
|
title: "DynOSSAT-EDU OBC Download"
|
||||||
|
name: "DynOSSAT-EDU OBC"
|
||||||
|
manufacturer: "BH Dynamics"
|
||||||
|
board_url: ""
|
||||||
|
board_image: "unknown.jpg"
|
||||||
|
downloads_display: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Oops! Looks like we don't know anything about this board. This means it's likely very new.
|
||||||
|
|
@ -6,10 +6,11 @@ name: "EdgeBadge"
|
||||||
manufacturer: "Adafruit"
|
manufacturer: "Adafruit"
|
||||||
board_url: "https://www.adafruit.com/product/4400"
|
board_url: "https://www.adafruit.com/product/4400"
|
||||||
board_image: "edgebadge.jpg"
|
board_image: "edgebadge.jpg"
|
||||||
|
date_added: 2019-11-19
|
||||||
features:
|
features:
|
||||||
- Display
|
- Display
|
||||||
- Speaker
|
- Speaker
|
||||||
- Feather-compatible
|
- Feather-Compatible
|
||||||
- Battery Charging
|
- Battery Charging
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue