Compare commits

...

12 commits

Author SHA1 Message Date
f8b07872de Add raspberry_pi_pico2_w 2024-11-25 10:13:07 -06:00
Dan Halbert
196fe9ae27
Merge pull request #1541 from FoamyGuy/fix_filter_null_search
fix filtering for null search term
2024-11-22 11:58:51 -05:00
foamyguy
143529cc0e fix filtering for null search term 2024-11-22 10:43:36 -06:00
Dan Halbert
983f4938f9
Merge pull request #1539 from adafruit-adabot/new_release_9.2.1
Automated website update for release 9.2.1
2024-11-20 17:57:07 -05:00
Dan Halbert
d0ca50e33c download counts 2024-11-20 17:53:02 -05:00
Adabot
42e6825669 Automated website update for release 9.2.1 by Blinka.
New boards:
* 0xcb_gemini
* bradanlanestudio_coin_m0
* raspberry_pi_pico2_w
* sparkfun_thing_plus_rp2350
* wiznet_w5100s_evb_pico2
2024-11-20 15:17:03 -05:00
foamyguy
ac7e9e86ca
Merge pull request #1527 from 0xCB-dev/main
add 0xCB Gemini and update Helios imgages
2024-11-19 16:51:17 -06:00
Dan Halbert
f8d24c1f3f
Merge pull request #1538 from FoamyGuy/search_exact_tags
exact match tags search
2024-11-18 19:40:10 -05:00
foamyguy
a646a2ef91 remove debugging log 2024-11-18 16:28:18 -06:00
foamyguy
6b44ad8e14 exact match tags search 2024-11-18 16:21:56 -06:00
Conor Burns
4cf7d923e4
Add Castellated Pads filter 2024-11-11 13:02:54 +01:00
Conor-Burns
f154b21fd1
add 0xCB Gemini and update Helios Img 2024-11-11 01:23:37 +01:00
14 changed files with 1817 additions and 1122 deletions

35
_board/0xcb_gemini.md Normal file
View file

@ -0,0 +1,35 @@
---
layout: download
board_id: "0xcb_gemini"
title: "0xCB Gemini Download"
name: "Gemini"
manufacturer: "0xCB"
board_url:
- "https://github.com/0xCB-dev/0xCB-Gemini"
board_image: "0xcb_gemini.jpg"
date_added: 2024-11-11
family: raspberrypi
features:
- USB-C
- Breadboard-Friendly
- Castellated Pads
---
The 0xCB Gemini is our Waveshare RP2040-Zero compatible microcontroller. It includes all the features of it's bigger brother, the [0xCB Helios](https://circuitpython.org/board/0xcb_helios/), in a much smaller form factor.
## Technical details
- **Powerful RP2040** 32-bit Cortex M0+ dual core running at 133 MHz and 264kB SRAM.
- **16MB/128Mb QSPI FLASH** chip for storing files and code
- 3.3V 500mA LDO, PTC fuse and **ESD protection** chip
- 4 pins configurable as **analog inputs**
- GPIO16 is level shifted to 5v to drive the **onboard aRGB LED** (DIO is connected to GP16)
- **USB VBUS detection** on GPIO19 for split keyboard side detection
- **UF2 bootloader** for drag & drop programming via your file manager
- easy to use **Single button boot and reset circuit** push to reset and hold >500ms to enter bootloader
- 4 pads for use with an external USB socket/daughterboard
- **USB-C connector** lets you access built-in ROM USB bootloader and serial port debugging
## Purchase
- [KeebSupply](https://keeb.supply/products/0xcb-gemini)

View file

@ -10,6 +10,8 @@ board_url:
board_image: "raspberry_pi_pico2.jpg"
date_added: 2024-08-08
family: raspberrypi
tags:
- pico 2
features:
- Breadboard-Friendly
- Castellated Pads

View file

@ -0,0 +1,35 @@
---
layout: download
board_id: "raspberry_pi_pico2_w"
title: "Pico 2 W Download"
name: "Pico 2 W"
manufacturer: "Raspberry Pi"
board_url:
- "https://www.adafruit.com/product/6087"
board_image: "raspberry_pi_pico2_w.jpg"
date_added: 2024-11-25
family: raspberrypi
tags:
- pico 2
- picow
- 🥧🐮
features:
- Breadboard-Friendly
- Wi-Fi
- Castellated Pads
---
Raspberry Pi Pico 2W is Raspberry Pi Foundation's update to their popular RP2040-based wireless ico board, now built on RP2350: their new high-performance, secure microcontroller. With a higher core clock speed, double the on-chip SRAM (512KB), double the on-board flash memory (4MB!), more powerful Arm M33 cores, new security and low-power features, and upgraded interfacing capabilities, the Raspberry Pi Pico 2 delivers a significant performance and feature boost while retaining hardware and software compatibility with earlier members of the Raspberry Pi Pico series.
The unique dual-core, dual-architecture capability of RP2350 allows users to choose between a pair of industry-standard Arm Cortex-M33 cores and a pair of open-hardware Hazard3 RISC-V cores. You can use either Arm or RISC-V cores, so this is a great way to dabble in RISC-V development with an affordable board that has lots of peripherals. The M33 has an FPU, and is 'basically' 2x as fast as the M0+ of the RP2040 when we speed-tested it.
Not only is the Pico 2 twice as fast, it has twice as much RAM, 520KB compared to 264KB. The Pico also has twice as much FLASH memory, 4MB instead of 2MB, which will make it a much better board for CircuitPython usage where the internal memory is used to store files. There's also one more PIO blocks (3 blocks with 4 state machines apiece, rather than 2) so you can do even more pin twiddling at once. For folks who want to use the RP2350 to generate high frequency output signals like DVI display output, you can use the HSTX (high speed transmission) peripheral rather than PIO.
For customers who wanted a more secure microcontroller for product design, the RP2350 provides a comprehensive security architecture, built around Arm TrustZone for Cortex-M, and incorporating signed boot, 8KB of antifuse OTP for key storage, SHA-256 acceleration, a hardware TRNG, and fast glitch detectors. These features, including the secure boot ROM, are extensively documented and available to all users without restriction: this transparent approach, which contrasts with the “security through
obscurity” offered by legacy vendors, allows professional users to integrate RP2350, and Raspberry Pi Pico 2, into products with confidence.
Programmable in C / C++ and CircuitPython/MicroPython, and with detailed documentation, Raspberry Pi Pico 2 is the ideal microcontroller board for enthusiasts and professional developers alike. It makes an excellent upgrade to the RP2040, with lots of back-compatibility and some excellent upgrades.
Please note: The Pico 2Wcomes with the A2 version of the RP2350, [which is affected by the E9 erratum](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf#page=1342). This erratum affects some uses of GPIO and PIO such as high-impedance inputs and the internal pulldowns. You may need to use 8.2K or smaller resistors if pull-downs are required. At this time, Sept 9 2024, there is no other version of the RP2350 available - only the A2 version.

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -350,18 +350,38 @@ function filterResults() {
} else {
download.style.display = 'block';
board_count++;
// exact tag match re-order
if (downloadsSearch.searchTerm !== null && downloadsSearch.searchTerm !== undefined) {
let searched = downloadsSearch.searchTerm.toLowerCase();
let tags = download.getAttribute("data-tags").split(",");
if (searched !== "" && tags.indexOf(searched) >= 0) {
let parent = download.parentElement;
parent.removeChild(download);
parent.prepend(download);
}
}
}
});
document.getElementById("board_count").innerHTML = board_count;
}
function handleSortResults(event) {
let searched;
if (downloadsSearch.searchTerm !== null && downloadsSearch.searchTerm !== undefined) {
searched = downloadsSearch.searchTerm.toLowerCase();
}
var sortType = event.target.value;
setURL('sort-by', sortType);
var downloads = document.querySelector('.downloads-section');
Array.prototype.slice.call(downloads.children)
.map(function (download) { return downloads.removeChild(download); })
.sort(function (a, b) {
// exact tag match re-order
if (searched !== undefined && searched !== "" &&
a.dataset.tags.split(",").indexOf(searched) >= 0){
return -2;
}
switch(sortType) {
case 'alpha-asc':
return a.dataset.name.localeCompare(b.dataset.name);