Skip to content

Commit b0e1c80

Browse files
committed
rebase with upstream master, process new images
2 parents cdb3a5c + 62b45d9 commit b0e1c80

31 files changed

+314
-171
lines changed

_blinka/orange_pi.md _blinka/orange_pi_pc.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: download
3-
board_id: "orange_pi"
4-
title: "OrangePi Download"
5-
name: "OrangePi"
3+
board_id: "orange_pi_pc"
4+
title: "Orange Pi PC Download"
5+
name: "Orange Pi PC"
66
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
77
board_url: "http://www.orangepi.org/orangepipc/"
8-
board_image: "orange_pi.jpg"
8+
board_image: "orange_pi_pc.jpg"
99
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
1010
downloads_display: true
1111
blinka: true
@@ -28,10 +28,10 @@ What’s Orange Pi PC?It’s an open-source single-board computer. It can run
2828
- A CSI input connector Camera
2929
- Supports 8-bit YUV422 CMOS sensor interface
3030
- Supports CCIR656 protocol for NTSC and PAL
31-
- Supports SM pixel camera sensor
31+
- Supports SM pixel camera sensor
3232
- Supports video capture solution up to 1080p@30fps
3333
- MIC
34-
- Supports HDMI output with HDCP
34+
- Supports HDMI output with HDCP
3535
- Supports HDMI CEC
3636
- Supports HDMI 30 function
3737
- Integrated CVBS

_blinka/orange_pi_r1.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: download
3+
board_id: "orange_pi_r1"
4+
title: "Orange Pi R1 Download"
5+
name: "Orange Pi R1"
6+
manufacturer: "Shenzhen Xunlong Software CO.,Limited"
7+
board_url: "http://www.orangepi.org/OrangePiR1/"
8+
board_image: "orange_pi_r1.jpg"
9+
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
10+
downloads_display: true
11+
blinka: true
12+
features:
13+
- Wi-Fi
14+
- Bluetooth/BLE
15+
- Dual Ethernet
16+
- 26-pin GPIO
17+
- 13-pin Expansion
18+
---
19+
20+
What’s Orange Pi R1?It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian Image. It uses the AllWinner H2 SoC, and has 256MB DDR3 SDRAM.
21+
22+
- H2 Quad-core 32-bit Cortex-A7
23+
- Mali400MP2 GPU @600MHz
24+
- Supports OpenGL ES 2.0
25+
- 256MB DDR3 (shared with GPU)
26+
- TF card (Max. 32GB) / Spi flash(16MB)
27+
- 100M Ethernet 1 RJ45 (onboard 100Mbps)
28+
- 100M Ethernet 2 RJ45 (RTL8152B)
29+
- Onboard Wifi + Bluetooth
30+
- Realtek RTL8189FTV, IEEE 802.11 b/g/n
31+
- Supports external board via 13 pins
32+
- USB OTG can supply power
33+
- GPIO(1x3) pin
34+
- UART, ground.
35+
- Power Button(SW602)
36+
- 26 Pin Header
37+
- 13 Pin Header, with 2x USB, IR pin, AUDIO(MIC, AV)
38+
- Power led & Status led
39+
- Android4.4, Lubuntu, Debian, Armbian Image
40+
41+
## Purchase
42+
* [Aliexpress](https://www.aliexpress.com/item/Orange-Pi-R1-H2-256MB-Quad-Core-Cortex-A7-Open-source-development-board-beyond-Raspberry-Pi/32827494728.html)
43+
44+
## Contribute
45+
46+
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).

_board/capablerobot_usbhub.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: download
3+
board_id: "capablerobot_usbhub"
4+
title: "Programmable USB Hub Download"
5+
name: "Programmable USB Hub"
6+
manufacturer: "Capable Robot Components"
7+
board_url: "https://www.crowdsupply.com/capable-robot-components/programmable-usb-hub"
8+
board_image: "capablerobot_usbhub.jpg"
9+
---
10+
11+
In addition to being a 4-port USB 2 High-Speed hub, this Programmable USB hub is also:
12+
13+
* A CircuitPython based development board.
14+
* A bridge between your computer and I2C (via Sparkfun Qwiic connectors), GPIO, and SPI (via its mikroBUS header).
15+
* A power supply, providing 6 A of 5 V power to downstream devices and 13 mA resolution monitoring (per-port).
16+
* A USB to TTL Serial adapter.
17+
* A flexible embedded electronics test and development tool.
18+
* Mountable.
19+
* Functionally flexible. Open source python drivers on the upstream host and Python firmware on the internal MCU allow the behavior of this USB hub to be easily changed to suit your application and environment.
20+
21+
## Learn more
22+
* [Programmable USB Hub - Crowd Supply](https://www.crowdsupply.com/capable-robot-components/programmable-usb-hub)
23+
24+
## Contribute
25+
26+
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).

_board/electronut_labs_papyr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ features:
1212
- Bluetooth/BTLE
1313
---
1414

15-
Papyr is a connected e-paper display powered by Nordic Semiconductor's nRF52840 chip. You can read more details on the hardware, and installation instructions for Circuitpython on the [docs site](here https://docs.electronut.in/papyr/circuitpython/) for [Electronut Labs](https://electronut.in).
15+
Papyr is a connected e-paper display powered by Nordic Semiconductor's nRF52840 chip. You can read more details on the hardware, and installation instructions for Circuitpython on the [docs site](https://docs.electronut.in/papyr/circuitpython/) for [Electronut Labs](https://electronut.in).
1616

1717
## Purchase
1818

_board/escornabot_makech.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: download
3+
board_id: "escornabot_makech"
4+
title: "Escornabot Makech Download"
5+
name: "Escornabot Makech"
6+
manufacturer: "Electronic Cats"
7+
board_url: "https://github.com/ElectronicCats/escornabot"
8+
board_image: "escornabot_makech.jpg"
9+
features:
10+
- Robotics
11+
---
12+
13+
Escornabot is an open source/hardware project that aims to bring robotics and programming to children.
14+
15+
The basic Escornabot can be programmed with the robot's buttons to execute sequence of movements. From this, imagination is the only one limit to the possibilities.
16+
17+
## Learn more
18+
* [Escornabot Makech- GitHub](https://github.com/ElectronicCats/escornabot)
19+
20+
## Contribute
21+
22+
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).

_board/pybadge.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,24 @@ features:
1313
- Battery Charging
1414
---
1515

16-
[![PyBadge](http://img.youtube.com/vi/2f-gZwdTFyo/0.jpg)](http://www.youtube.com/watch?v=2f-gZwdTFyo "PyBadge")
16+
The Adafruit PyBadge an all-in-one compact dev board programmable in CircuitPython. Full of features squeezed onto a 3 3⁄8 × 2 1⁄8 inch rounded credit card sized rectangle. It's a perfect wearable badge, but can be used for many projects.
1717

18-
The PyBadge is coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit).
18+
The PyBadge is powered by our favorite microcontroller, the ATSAMD51, with 512KB of flash and 192KB of RAM. There is an additional 2 MB of QSPI flash for file storage, handy for images, fonts, sounds, or game assets.
19+
20+
On the front, there is a 1.8" 160x128 color TFT display with dimmable backlight. There is fast DMA support for drawing, so updates are incredibly fast. There are also 8 silicone-top buttons: they are clicky but have a soft button top so they're nice and grippy. The buttons are arranged to mimic a gaming handheld, with a d-pad, 2 menu-select buttons and 2 fire-action buttons. There are also 5 NeoPixel LEDs to dazzle or track activity.
21+
22+
On the back, there is a full Feather-compatible header socket set, so you can plug in any FeatherWing to expand the capabilities of the PyBadge. There are also 3 STEMMA connectors - two 3-pin with ADC/PWM capability and one 4-pin that connects to I2C - you can use this for Grove sensors as well.
23+
24+
For built-in sensors, there is a light sensor that points out the front, and a 3-axis accelerometer that can detect taps and free-fall. To make bleeps and bloops, there's a built in buzzer-speaker. For projects where you need more volume, you can plug in an 8 ohm speaker.
25+
26+
You can power the PyBadge from any of Adafruit's LiPoly batteries, but [this 400mAh one](https://www.adafruit.com/category/574) is suggested. An on-off switch will save battery power when not in use. Or power the board from the Micro USB port - it will also charge the battery if one is attached.
27+
28+
[![PyBadge](http://img.youtube.com/vi/n2rzrYRAPYI/0.jpg)](https://youtu.be/n2rzrYRAPYI?t=762 "PyBadge")
29+
30+
There is a variant on the Adafruit PyBadge, the Adafruit PyBadge LC, which has a subset of the PyBadge features.
31+
32+
## Purchase
33+
* [Adafruit](https://www.adafruit.com/product/4200)
1934

2035
## Contribute
2136

_board/pygamer.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: download
3+
board_id: "pygamer"
4+
title: "PyGamer Download"
5+
name: "PyGamer"
6+
manufacturer: "Adafruit"
7+
board_url: "https://www.adafruit.com/product/4242"
8+
board_image: "pygamer.jpg"
9+
features:
10+
- Display
11+
- Speaker
12+
- Feather-compatible
13+
- Battery Charging
14+
---
15+
16+
The Adafruit PyGamer is an entry-level gaming handheld for DIY gaming and maybe a little retro-emulation, all in one compact dev board.
17+
18+
The PyGamer is powered by the ATSAMD51 microcontroller with 512KB of flash and 192KB of RAM. There is an additional 8 MB of QSPI flash for file storage, handy for images, fonts, sounds, or game assets.
19+
20+
On the front, you get a 1.8" 160x128 color TFT display with a dimmable backlight. There is fast DMA support for drawing - screen updates are incredibly fast. A dual-potentiometer analog stick gives great control, with easy diagonal movement, or really any direction you like.
21+
There are also 4 square-top buttons which fit [square top button caps](https://www.adafruit.com/product/4228) (available separately). The buttons are arranged to mimic a gaming handheld, with 2 menu-select buttons and 2 fire-action buttons. There are also 5 NeoPixel LEDs below the LCD screen to dazzle or track activity.
22+
23+
On the back, there is a full Feather-compatible header socket set to allow plugging in any FeatherWing, providinge expansion of the PyGamer's capabilities. There are 3 integrated STEMMA connectors: two 3-pin with ADC/PWM capability and one 4-pin that connects to I2C - this can be used for Grove sensors as well.
24+
25+
For built in sensors, there's a light sensor that points out the front, and a 3-axis accelerometer that can detect taps and free-fall. To make bleeps and bloops, plug in any set of stereo headphones. For projects where you need more volume, you can plug in an 8 ohm speaker. The PyGamer will auto-switch to speakers when they're plugged in.
26+
27+
You can power the PyGamer from any Adafruit LiPoly battery, but [this 350mAh one](https://www.adafruit.com/product/2750) is suggested as it will fit into the [Adafruit PyGamer acrylic case](https://www.adafruit.com/product/4238) (sold separately). An on-off switch will save battery power when not in use. Or power the PyGamer from the Micro USB port - it will also charge up the battery if one is attached.
28+
29+
[![PyGamer](http://img.youtube.com/vi/yX2SuS0rK2A/0.jpg)](https://youtu.be/yX2SuS0rK2A?t=1167 "PyGamer")
30+
31+
## Purchase
32+
33+
* [Adafruit](https://www.adafruit.com/product/4242)
34+
35+
## Contribute
36+
37+
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).

_board/robohatmm1.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: download
3+
board_id: "robohatmm1"
4+
title: "Robo HAT MM1 Download"
5+
name: "Robo HAT MM1"
6+
manufacturer: "Robotics Masters"
7+
board_url: "https://www.crowdsupply.com/robotics-masters/robo-hat-mm1"
8+
board_image: "robohatmm1.jpg"
9+
features:
10+
- Robotics
11+
---
12+
13+
The Robotics Masters Robo HAT MM1 is an open source robotics controller board for Raspberry Pi. It is education focused but works in many applications. The Robo HAT provides all the hardware you need in one simple, easy-to-use form factor. It removes the initial barriers to starting any robotics project.
14+
15+
With support for Adafruit CircuitPython and other libraries the Robo HAT is able to act as a single solution for all projects great and small.
16+
17+
The Robo HAT MM1 removes the need for buying lots of individual components by including them on the board. It can act as a PWM driver, provide on-board power through voltage regulators, and measure movement with the on-board IMU - all at the same time.
18+
19+
The wide compatibility with many open source software platforms such as CircuitPython means you can use all existing software for sensors while creating your project in the way that works best for you. The hardware schematics and software are fully open source.
20+
21+
## Purchase
22+
* [Robo HAT MM1 - Crowd Supply](https://www.crowdsupply.com/robotics-masters/robo-hat-mm1)
23+
24+
## Contribute
25+
26+
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).

0 commit comments

Comments
 (0)