Skip to content

Commit 86a9d62

Browse files
committed
Added missing boards + ClockworkPi
1 parent dac0883 commit 86a9d62

File tree

16 files changed

+143
-0
lines changed

16 files changed

+143
-0
lines changed

_blinka/clockworkpi.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: download
3+
board_id: "clockworkpi"
4+
title: "ClockworkPi Download"
5+
name: "ClockworkPi"
6+
manufacturer: "Clockwork Tech LLC"
7+
board_url: "https://www.clockworkpi.com/product-page/cpi-v3-1"
8+
board_image: "clockworkpi.jpg"
9+
download_instructions: ""
10+
downloads_display: true
11+
blinka: true
12+
date_added: 2020-4-16
13+
features:
14+
- Wi-Fi
15+
- Bluetooth/BLE
16+
- HDMI
17+
---
18+
19+
New clockworkPi v3.1 development board:
20+
* Allwinner R16-J Quad-core Cortex-A7 CPU @1.2GHz
21+
* Mali-400 MP2 GPU
22+
* 1GB DDR3 memory
23+
* WI-FI 802.11b/g/n & Bluetooth v4.0
24+
* Micro HDMI output (720P)
25+
* Micro SD card slot (Support up to 128GB)
26+
* PMU (Power Management Unit)
27+
* USB OTG supported
28+
* Ultra-small size (67.6 * 47.6 * 6.8mm)
29+
30+
## Purchase
31+
* [ClockworkPi](https://www.clockworkpi.com/product-page/cpi-v3-1)
32+
33+
## Contribute
34+
35+
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/bdmicro_vina_m0.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: download
3+
board_id: "bdmicro_vina_m0"
4+
title: "Vina M0 Download"
5+
name: "Vina M0"
6+
manufacturer: "BDMICRO, LLC"
7+
board_url: "https://bdmicro.com/products/vina-m0"
8+
board_image: "bdmicro_vina_m0.jpg"
9+
date_added: 2020-4-16
10+
features:
11+
- Battery Charging
12+
---
13+
14+
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
15+
16+
Based on ATSAMD21G18A MCU
17+
18+
On board:
19+
* 64MB SPI flash for data and file system
20+
* High Accuracy battery backed Real-Time-Clock
21+
* USB Device port for PC or Mac connection
22+
* I2C Connector on-board for convenient connection to sensors, displays, and other devices
23+
* External Lithium Ion Polymer Battery connection and charger
24+
* External power through battery, USB, or Molex Latch-Lock connector
25+
* ARM Cortex header for debugging and programming
26+
* UF2 Bootloader to load your application without additional hardware; provides easy drag-and-drop programming from Mac or PC
27+
* 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
28+
29+
Can run standalone or piggy back on an application-specific board solution.
30+
31+
## Purchase
32+
* [BDMICRO](https://bdmicro.com/products/vina-m0)
33+
34+
## Contribute
35+
36+
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/fomu.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: download
3+
board_id: "fomu"
4+
title: "Fomu Download"
5+
name: "Fomu"
6+
manufacturer: "Tim 'mithro' Ansell"
7+
board_url: "https://tomu.im/fomu.html"
8+
board_image: "fomu.jpg"
9+
date_added: 2020-4-16
10+
---
11+
12+
Only 13mm long, **Fomu** really puts the _micro_ in microprocessor. Fomu is a fully open-source, programmable FPGA device that sits inside a USB Type-A port. It has four buttons, an RGB LED, and an FPGA that is compatible with a fully open source chain and capable of running a RISC-V core. Fomu comes in a custom plastic enclosure that slots perfectly into a USB port.
13+
14+
Fomu:
15+
16+
* **has Python**
17+
* With 128 kilobytes of RAM and a large amount of storage, Fomu is powerful enough to run Python natively. And since it lives in your USB port, installation is super simple. FPGAs are complicated, but the latest Python tools make it easy to use Fomu without any specialized training.
18+
* **runs RISC-V**
19+
* Underneath the Python interpreter lies a RISC-V softcore running on the FPGA fabric. RISC-V is an up-and-coming processor architecture that is poised to take over everything from deeply-embedded chips to high-performance computing. Fomu’s RISC-V softcore is a great introduction to the processor architecture of the future.
20+
* **is an FPGA**
21+
* An FPGA is a piece of reconfigurable silicon. The default Fomu firmware exposes a USB bootloader running a RISC-V softcore, but you can load whatever you want. Softcores are also available for LM32 and OpenRISC. You can practice adding instructions to the CPU, or add new blocks such as LED blink patterns or better captouch hardware blocks.
22+
* **is entirely open**
23+
* Developing with Fomu is incredibly easy: just load code via USB and go. Whether you’re writing RISC-V code, Python code, or HDL, it’s all uploaded to Fomu in the same way. The ICE40UP5K FPGA is supported with a fully open toolchain, meaning you can start development without creating an account, signing an NDA, or downloading a multi-gigabyte installer.
24+
An FPGA is an Array of Gates that is Field-Programmable. When you buy a chip such as a CPU, the logic cells are all fixed in place. A CPU can run any amount of code, but if you want to do anything exotic you need to create software and, depending on what you want to do, that software can be very slow.
25+
26+
For example, many embedded projects use WS2812 LEDs such as [NeoPixels](https://www.adafruit.com/?q=WS2812) that require a specialized timing signal. A CPU can generate this signal in software, but it can’t do anything in the background while talking to the light. If the string of LEDs is very long, then the CPU wastes a lot of time and power generating the signal.
27+
28+
With an FPGA, it becomes possible to create an “LED driver” that allows the CPU to keep running while a hardware component handles the timing. The CPU could do other work, or could put itself in a low power state.
29+
30+
In fact, the “CPU” in the FPGA is created from a hardware description language, meaning it can be modified or swapped out. If you wanted, you could create a brand-new CPU instruction. Do you want to have fast 64-bit multiplies? Or maybe you want a way to get random numbers easily? With Fomu and its FPGA, you have the source code to the CPU itself.
31+
32+
## Purchase
33+
* [Adafruit](https://www.adafruit.com/product/4332)
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/thunderpack.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: download
3+
board_id: "thunderpack"
4+
title: "Thunderpack Download"
5+
name: "Thunderpack"
6+
manufacturer: "Jeremy Gillick"
7+
board_url: "https://github.com/jgillick/ThunderPack"
8+
board_image: "thunderpack.jpg"
9+
date_added: 2020-4-16
10+
features:
11+
- Battery Charging
12+
---
13+
14+
A kick-ass microcontroller board with everything you need in a compact package that fits in your pocket. Integrated battery, power management system, Arm microcontroller, USB bootloader, 4 high-power PWM outputs, and 12 GPIOs.
15+
16+
Why? After years of wiring together portable LED controllers that all consisted of a lithum batter, charge controller, power switch, and an arduino nano (or similar), I wanted something better. I always found those versions to be janky and fragile -- not to mention concerned that damaging the pouch cell battery might make it explode! This board has everything I need with room to expand.
17+
18+
Features
19+
* Ultra-low-power 32-bit microcontroller (STM32L072xx)
20+
* Integrated high-capacity 18650 lithium battery
21+
* 4 high-current PWM outputs (2.3A per channel!) with an LED on each for debugging.
22+
* 12 GPIOs, USART, I2C, SPI, USB
23+
* 6k EEPROM
24+
* USB bootloader
25+
* Tactile on/off switch
26+
* Tactile user button with built-in debounce circuit
27+
* Breadboard friendly
28+
* Durable AF! (Put a tube of heat shrink around it for a super easy case, if you'd like.)
29+
30+
## Learn More
31+
* [Github](https://github.com/jgillick/ThunderPack)
32+
33+
## Contribute
34+
35+
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).
345 KB
Loading
153 KB
Loading
372 KB
Loading
615 KB
Loading
534 KB
Loading
206 KB
Loading

0 commit comments

Comments
 (0)