Skip to content

Commit fa9ce93

Browse files
authored
Merge pull request adafruit#588 from ElectronicCats/master
Add a new board BastBLE
2 parents 0b7b70d + 83f2d86 commit fa9ce93

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed

_board/bastble.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: download
3+
board_id: "bastble"
4+
title: "BAST BLE Download"
5+
name: "BAST BLE"
6+
manufacturer: "Electronic Cats"
7+
board_url: "https://electroniccats.com/store/bast-ble/"
8+
board_image: "bastble.jpg"
9+
date_added: 2020-11-05
10+
11+
features:
12+
- Feather-Compatible
13+
- Bluetooth/BTLE
14+
- Battery Charging
15+
---
16+
17+
The Bast BLE is the new Feather family member with Bluetooth Low Energy and native USB-C support featuring the nRF52840!
18+
It’s our take on an ‘all-in-one’ Arduino-compatible + Bluetooth Low Energy with built in USB plus battery charging.
19+
With native USB it’s even ready to join the CircuitPython party.
20+
21+
## Purchase
22+
* [Electronic Cats](https://electroniccats.com/store/bast-ble/)
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).

_data/bootloaders.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"bast_pro_mini_m0": {
4646
"family": "atmel-samd",
4747
},
48+
"bastble": {
49+
"family": "nrf52840",
50+
},
4851
"capablerobot_usbhub": {
4952
"family": "atmel-samd",
5053
"bootloader_id": "capablerobot_usbhub",
240 KB
Loading
1020 KB
Loading
59.3 KB
Loading

0 commit comments

Comments
 (0)