Skip to content

Commit

Permalink
Merge pull request #1270 from makermelissa/main
Browse files Browse the repository at this point in the history
Add missing boards for CP 9.0.0-alpha.2 plus some Blinka boards
  • Loading branch information
TheKitty authored Oct 28, 2023
2 parents 020da6f + c765b65 commit b6f1578
Show file tree
Hide file tree
Showing 78 changed files with 798 additions and 5 deletions.
47 changes: 47 additions & 0 deletions _blinka/lubancat-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
layout: download
board_id: "lubancat-4"
title: "LubanCat-4 Download"
name: "LubanCat-4"
manufacturer: "EmbedFire"
board_url: ""
board_image: "lubancat-4.jpg"
download_instructions: ""
blinka: true
date_added: 2023-10-27
features:
- HDMI/DisplayPort
- Ethernet
- USB 3.0
- 40-pin GPIO
- Infrared Receiver
---

LubanCat-4 is equipped with a quad-core A76+quad-core A55 eight-core CPU and a powerful Arm high-performance GPU, and has a built-in NPU with 6T computing power. Equipped with a Gigabit network port, mini-HDMI, USB3.0, MINI PCI-E interface, MIPI and other peripherals. While introducing high-usage interfaces, some low-usage interfaces and peripherals are deleted, significantly reducing the board area, and the reserved universal interfaces such as USB and MINI PCI-E are further expanded. In the usage scenarios of the board, the small body can still burst out great performance.

This allows LubanCat-4 to be used not only as a high-performance single-board computer, but also as an embedded motherboard for display, control, network transmission, file storage, edge computing and other scenarios.

The LubanCat-4 board provides a complete SDK driver development package, design schematics and other resources, which helps users further apply the board while greatly reducing the secondary development time based on this board and accelerating product launch.

**Specifications**
- Type-C5V@4A DC input
- RK3588S (quad-core A76+quad-core A55, Mali-G610, 6T computing power)
- LPDDR4X-4/8GB
- eMMC-32/64/128GB
- 10/100/1000M adaptive Ethernet port
- Type-A interface x3(HOST)
- Type-A interface x1(HOST)
- Type-C interface x1 (OTG), firmware burning interface, DP display (supports multi-screen differential display with other screens)
- One Debug serial port, default parameter 1500000-8-N-1
- ON/OFF (power on/off key), MR (MaskRom), REC (Recovery)
- Headphone output + microphone input 2-in-1 interface
- Compatible with Raspberry Pi 40Pin interface, supports PWM, GPIO, I2C, SPI, UART functions
- Can be used with full-height or half-height WIFI network cards, 4G modules or other MINI-PCIE interface modules
- Need to be used with 4G module
- Monitor interface supports multi-screen differential display with other screens
- 2xMIPI screen interface, supports multi-screen differential display with other screens
- 3x camera interface
- Support TF card to start the system, up to 512GB
- Support infrared remote control
- Support RTC function
- Supports installation of fans for cooling
45 changes: 45 additions & 0 deletions _blinka/pcduino2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: download
board_id: "pcduino2"
title: "pcDuino2 Download"
name: "pcDuino2"
manufacturer: "LinkSprite"
blinka: true
board_url: "https://www.linksprite.com/linksprite-pcduino2/"
board_image: "pcduino2.jpg"
date_added: 2023-10-27

---

As the field of embedded electronics gets more advanced, hobbyists and professionals are both in need of smaller and more powerful computers. The pcDuino2 is a high performance, cost effective mini PC platform that runs full-featured operating systems such as Ubuntu and Android ICS. Now included with the pcDuino2 is a built in Wi-Fi module and Arduino headers (finally with the same architecture as Uno boards) meaning you will no longer need to purchase a separate wireless module or shield adapter for this dev board!

It’s easy to hook up, just connect 5V power and a keyboard and mouse. The pcDuino2 outputs video to any HDMI enabled TV or monitor via the built in HDMI interface. It was specifically designed to make it easy for the open source community to develop computationally demanding projects using the vast, existing catalog of Arduino Shields.

An API has been developed for the pcDuino2 that allows the user to access all of the functions that you would expect using simple Arduino-style language.

**Features:**

- 1GHz ARM Cortex A8 CPU
- GPU: OpenGL ES2.0, OpenVG 1.1 Mali 400 core
- 1GB DRAM
- Onboard Storage: 4GB Flash, microSD card (TF) slot for up to 32GB
- Arduino-Style Peripheral Headers
- HDMI Video Output
- Linux3.0 + Ubuntu12.04 and Android ICS 4.0 Supported
- 0.1" Spaced GPIO Headers
- RJ45 Ethernet Connection and On-Board Wi-Fi Module
- Power Requirements: 2A @ 5VDC
- API to access the following interfaces:
- UART
- ADC
- PWM
- GPIO
- I2C
- SPI
- Program in C, C++ with GNU tool chain
- Java with Android SDK
- Python

## Purchase
* [Sparkfun](https://www.sparkfun.com/products/retired/12749)
* [TinySine](https://www.tinyosshop.com/Pcduino2)
21 changes: 21 additions & 0 deletions _blinka/pcduino3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: download
board_id: "pcduino3"
title: "pcDuino3 Download"
name: "pcDuino3"
manufacturer: "LinkSprite"
blinka: true
board_url: "https://www.linksprite.com/linksprite-pcduino3/"
board_image: "pcduino3.jpg"
date_added: 2023-10-27

---

The pcDuino3 is a high performance, cost effective mini PC platform that runs full-featured operating systems such as Ubuntu and Android. In addition to running Linux and Android, the pcDuino3 has support for programming languages such as C, C++, Java, Python, Arduino, and more. You can even use your favorite Arduino shields for added hardware capability. The pcDuino3 has an impressive set of features including an IR receiver, SATA host, USB-OTG, LVDS LCD interface, MIPI camera interface, 3.5mm audio output, battery header, WiFi, Ethernet, and more. If you're looking for the 'kitchen sink' of development boards, look no further.

The pcDuino acts much like a computer, needing only a 5v (2A) power supply, keyboard, mouse and display to get running. You can even use the USB-OTG to connect remotely. Connect it to your network with either the WiFi module or Ethernet jack so you can log data, run a web server, or control devices remotely. The more powerful pcDuino uses a dual core A20 processor which makes it one of the most powerful single board computers on the market.

An API has been developed for the pcDuino3 that allows the user to access all of the functions that you would expect using simple Arduino-style language. Additionally Ubuntu and Android OS Images can be found in the Documents section below.

## Purchase
* [Sparkfun](https://www.sparkfun.com/products/retired/12856)
34 changes: 34 additions & 0 deletions _blinka/raspberry_pi_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: download
board_id: "raspberry_pi_5"
title: "Raspberry Pi 5 Download"
name: "Pi 5"
manufacturer: "Raspberry Pi"
board_url: "https://www.raspberrypi.com/products/raspberry-pi-5/"
board_image: "raspberry_pi_5.jpg"
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
downloads_display: true
blinka: true
date_added: 2023-10-27
features:
- Wi-Fi
- Bluetooth/BLE
- Ethernet
- HDMI/DisplayPort
- 40-pin GPIO
- USB 3.0
---

The Raspberry Pi 5 is the newest Raspberry Pi computer, and the Pi Foundation knows you can always make a good thing better! And what could make the Pi 5 better than the 4? How about a faster processor, USB 3.0 ports, and an updated Gigabit Ethernet chip with PoE capability? Good guess - that's exactly what they did!

The Raspberry Pi 5 is the latest product in the Raspberry Pi range, boasting 64-bit quad-core Arm Cortex-A76 processor running at 2.4GHz with built-in metal heatsink, USB 3 ports, dual-band 2.4GHz and 5GHz wireless LAN, faster Gigabit Ethernet, and PoE capability via a separate PoE HAT.

This version comes with 4 GB of RAM, but there's also an 8GB version if you like.

Featuring a 64-bit quad-core Arm Cortex-A76 processor running at 2.4GHz, Raspberry Pi 5 delivers a 2–3× increase in CPU performance relative to Raspberry Pi 4. Alongside a substantial uplift in graphics performance from an 800MHz VideoCore VII GPU; dual 4Kp60 display output over HDMI; and state-of-the-art camera support from a rearchitected Raspberry Pi Image Signal Processor, it provides a smooth desktop experience for consumers, and opens the door to new applications for industrial customers.

For the first time, this is a full-size Raspberry Pi computer using silicon built in-house at Raspberry Pi. The RP1 “southbridge” provides the bulk of the I/O capabilities for Raspberry Pi 5 and delivers a step change in peripheral performance and functionality. Aggregate USB bandwidth is more than doubled, yielding faster transfer speeds to external UAS drives and other high-speed peripherals; the dedicated two-lane 1Gbps MIPI camera and display interfaces present on earlier models have been replaced by a pair of four-lane 1.5Gbps MIPI transceivers, tripling total bandwidth, and supporting any combination of up to two cameras or displays; peak SD card performance is doubled, through support for the SDR104 high-speed mode; and for the first time. the platform exposes a single-lane PCI Express 2.0 interface, providing support for high-bandwidth peripherals.

## Purchase
* [Adafruit](https://www.adafruit.com/product/5812) (4GB)
* [Adafruit](https://www.adafruit.com/product/5813) (8GB)
2 changes: 1 addition & 1 deletion _board/adafruit_esp32s2_camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ manufacturer: "Adafruit"
board_url: ""
board_image: "adafruit_esp32s2_camera.jpg"
date_added: 2022-2-14
family: esp32s2
family: esp32s3
bootloader_id: adafruit_esp32s2_camera
downloads_display: true
features:
Expand Down
23 changes: 23 additions & 0 deletions _board/adafruit_esp32s3_camera.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: download
board_id: "adafruit_esp32s3_camera"
title: "Adafruit ESP32-S3 Camera Download"
name: "Adafruit ESP32-S3 Camera"
manufacturer: "Adafruit"
board_url: ""
board_image: "adafruit_esp32s2_camera.jpg"
date_added: 2023-10-27
family: esp32s3
bootloader_id: adafruit_esp32s3_camera
downloads_display: true
features:
- Wi-Fi
- Camera
---

Coming Soon!

## Learn More

* [YouTube](https://www.youtube.com/watch?v=vQdIaJH_Trw)
* [YouTube](https://www.youtube.com/watch?v=3qTod5rLvnw)
16 changes: 16 additions & 0 deletions _board/es3ink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: download
board_id: "es3ink"
title: "es3ink Download"
name: "es3ink"
manufacturer: "Unknown"
board_url: ""
board_image: "unknown.jpg"
downloads_display: false
date_added: 2023-10-27
family: esp32s3
bootloader_id: es3ink
features:
---

Oops! Looks like we don't know anything about this board. This means it's likely very new.
49 changes: 49 additions & 0 deletions _board/espressif_esp32c6_devkitc_1_n8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: download
board_id: "espressif_esp32c6_devkitc_1_n8"
title: "ESP32-S3-DevKitC-1-N8 Download"
name: "ESP32-S3-DevKitC-1-N8"
manufacturer: "Espressif"
board_url: "https://www.adafruit.com/product/5672"
board_image: "espressif_esp32c6_devkitc_1.jpg"
date_added: 2023-10-27
family: esp32c6
bootloader_id: espressif_esp32c6_devkitc_1
features:
- Wi-Fi
- Breadboard-Friendly
---

The **ESP32-C6-DevKitC-1-N8** is an entry-level development board equipped with ESP32-C6-WROOM-1, a general-purpose Wi-Fi + Bluetooth LE RISC-V MCU module that integrates complete Wi-Fi and Bluetooth LE functions. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.

**This version is equipped with the ESP32-C6-WROOM-1 with 8MB Flash.**

Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-C6-DevKitC-1-N8 on a breadboard. We particularly like that there's a debug UART/USB port and a separate native USB port, so you can upload/debug/USB all at once.

At the core of the modules is an ESP32-C6, a RISC-V 32-bit single-core CPU that operates at up to 160 MHz. You can power off the CPU and make use of the low-power co-processor to constantly monitor the peripherals for changes or crossing of thresholds. ESP32-C6 integrates a rich set of peripherals including SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/JTAG controller, MCPWM, SDIO host, GDMA, TWAI® controller (compatible with ISO 11898-1), ADC, touch sensor, temperature sensor, timers, and watchdogs, as well as up to 45 GPIOs. It also includes a full-speed USB 1.1 On-The-Go (OTG) interface to enable USB communication

There are three mutually exclusive ways to provide power to the board:

- USB Type-C to UART Port, default power supply
- 5V and GND pin headers
- 3V3 and GND pin headers

It is recommended to use the first option: USB Type-C to UART Port.

**Components:**

- **ESP32-C6-WROOM-1**: ESP32-C6-WROOM-1 is a general-purpose module supporting Wi-Fi 6, Bluetooth 5, and IEEE 802.15.4 (Zigbee 3.0 and Thread). This module is built around the ESP32-C6 chip, and comes with a PCB antenna and 8 MB SPI flash.
- **5V to 3.3V LDO**: Power regulator that converts a 5V supply into a 3.3V output.
- **3.3V Power On LED**: Turns on when the USB power is connected to the board.
- **Pin Headers**: All available GPIO pins (except for the SPI bus for flash) are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [Header Block](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html#hardware-reference).
- **USB-to-UART Port**: Single USB-to-UART bridge chip provides transfer rates up to 3 Mbps.
- **ESP32-C6 USB Type-C Port**: The USB Type-C port on the ESP32-C6 chip is compliant with USB 2.0 full speed. It is capable of up to 12 Mbps transfer speed (Note that this port does not support the faster 480 Mbps high-speed transfer mode).
- **Boot Button**: Download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for downloading firmware through the serial port.
- **Reset Button:** Press this button to restart the system.
- **USB-to-UART Bridge:** Used for power supply to the board, as well as the communication with the ESP32-C6 chip via the on-board USB-to-UART bridge.
- **RGB LED**: Addressable RGB LED, driven by GPIO8.
- **J5**: Used for current measurement. See details in Section [Current Measurement](https://espressif-docs.readthedocs-hosted.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide_v1.1.html#user-guide-c6-devkitc-1-v1-current).

## Purchase

* [Adafruit](https://www.adafruit.com/product/5672)
49 changes: 49 additions & 0 deletions _board/espressif_esp32c6_devkitm_1_n4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: download
board_id: "espressif_esp32c6_devkitm_1_n4"
title: "ESP32-S3-DevKitC-1-N4 Download"
name: "ESP32-S3-DevKitC-1-N4"
manufacturer: "Espressif"
board_url: ""
board_image: "espressif_esp32c6_devkitc_1.jpg"
date_added: 2023-10-27
family: esp32c6
bootloader_id: espressif_esp32c6_devkitc_1
features:
- Wi-Fi
- Breadboard-Friendly
---

The **ESP32-C6-DevKitC-1-N4** is an entry-level development board equipped with ESP32-C6-WROOM-1, a general-purpose Wi-Fi + Bluetooth LE RISC-V MCU module that integrates complete Wi-Fi and Bluetooth LE functions. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.

**This version is equipped with the ESP32-C6-WROOM-1 with 4MB Flash.**

Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-C6-DevKitC-1-N8 on a breadboard. We particularly like that there's a debug UART/USB port and a separate native USB port, so you can upload/debug/USB all at once.

At the core of the modules is an ESP32-C6, a RISC-V 32-bit single-core CPU that operates at up to 160 MHz. You can power off the CPU and make use of the low-power co-processor to constantly monitor the peripherals for changes or crossing of thresholds. ESP32-C6 integrates a rich set of peripherals including SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/JTAG controller, MCPWM, SDIO host, GDMA, TWAI® controller (compatible with ISO 11898-1), ADC, touch sensor, temperature sensor, timers, and watchdogs, as well as up to 45 GPIOs. It also includes a full-speed USB 1.1 On-The-Go (OTG) interface to enable USB communication

There are three mutually exclusive ways to provide power to the board:

- USB Type-C to UART Port, default power supply
- 5V and GND pin headers
- 3V3 and GND pin headers

It is recommended to use the first option: USB Type-C to UART Port.

**Components:**

- **ESP32-C6-WROOM-1**: ESP32-C6-WROOM-1 is a general-purpose module supporting Wi-Fi 6, Bluetooth 5, and IEEE 802.15.4 (Zigbee 3.0 and Thread). This module is built around the ESP32-C6 chip, and comes with a PCB antenna and 4 MB SPI flash.
- **5V to 3.3V LDO**: Power regulator that converts a 5V supply into a 3.3V output.
- **3.3V Power On LED**: Turns on when the USB power is connected to the board.
- **Pin Headers**: All available GPIO pins (except for the SPI bus for flash) are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [Header Block](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html#hardware-reference).
- **USB-to-UART Port**: Single USB-to-UART bridge chip provides transfer rates up to 3 Mbps.
- **ESP32-C6 USB Type-C Port**: The USB Type-C port on the ESP32-C6 chip is compliant with USB 2.0 full speed. It is capable of up to 12 Mbps transfer speed (Note that this port does not support the faster 480 Mbps high-speed transfer mode).
- **Boot Button**: Download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for downloading firmware through the serial port.
- **Reset Button:** Press this button to restart the system.
- **USB-to-UART Bridge:** Used for power supply to the board, as well as the communication with the ESP32-C6 chip via the on-board USB-to-UART bridge.
- **RGB LED**: Addressable RGB LED, driven by GPIO8.
- **J5**: Used for current measurement. See details in Section [Current Measurement](https://espressif-docs.readthedocs-hosted.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide_v1.1.html#user-guide-c6-devkitc-1-v1-current).

## Purchase

* [DigiKey](https://www.digikey.com/en/products/detail/espressif-systems/ESP32-C6-DEVKITM-1-N4/18667011)
Loading

0 comments on commit b6f1578

Please sign in to comment.