Skip to content

Fix up some blue pill plus info #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"name": "WeAct Blue Pill Plus Clone",
"name": "WeAct Blue Pill Plus",
"brand": null,
"marking": "Blue Pill+",
"url": null,
Expand Down Expand Up @@ -34,24 +34,21 @@
"size": { "length": 52, "width": 20 },
"mounting": "Breadboard"
},
"remarks": [
{ "type": "warning", "content": "This board is a clone of the official WeAct Blue Pill Plus board. For this reason, no schematics are included on this page. Please refer to the official <a href=\"https://github.com/WeActTC/BluePill-Plus\">WeAct Github page</a> for more information." }
],
"resources": [
{
"name": "Perspective view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-1.jpg"
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-1.jpg"
},
{
"name": "Top view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-2.jpg"
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-2.jpg"
},
{
"name": "Bottom view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-3.jpg"
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-3.jpg"
},
{
"name": "Source files on Github",
Expand Down
264 changes: 264 additions & 0 deletions _data/boards/STM32F103CBT6-WeAct-Blue-Pill-Plus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,264 @@
{
"board": {
"name": "WeAct Blue Pill Plus",
"brand": null,
"marking": "Blue Pill+",
"url": null,
"origin": "China"
},
"microcontroller": "STM32F103CBT6",
"oscillators": {
"hse": 8,
"lse": 32.768
},
"power": {
"sources": [
{ "name": "Any +3.3V pin", "voltage": 3.3 },
{ "name": "Any +5V pin", "voltage": 5 },
{ "name": "USB connector", "voltage": 5 }
],
"analog": {
"vdda": false,
"vssa": false,
"vrefNegative": false,
"vrefPositive": false
},
"battery": {
"type": "none",
"size": null
}
},
"regulator": "Generic-SOT23",
"pcb": {
"color": "blue",
"size": { "length": 52, "width": 20 },
"mounting": "Breadboard"
},
"resources": [
{
"name": "Perspective view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-1.jpg"
},
{
"name": "Top view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-2.jpg"
},
{
"name": "Bottom view",
"type": "picture",
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-3.jpg"
},
{
"name": "Source files on Github",
"type": "link",
"file": "https://github.com/WeActTC/BluePill-Plus"
}
],
"inputs": [
{
"name": "Reset button",
"identifiers": {
"name": "NRST",
"reference": null
},
"function": "reset",
"type": "button",
"to": "NRST",
"mode": "low"
},
{
"name": "BOOT0 button",
"identifiers": {
"name": "BOOT0",
"reference": null
},
"function": "boot",
"type": "button",
"to": "BOOT0",
"mode": "high"
},
{
"name": "User button",
"identifiers": {
"name": "KEY",
"reference": null
},
"function": "user",
"type": "button",
"to": "PA0",
"mode": "high"
}
],
"outputs": [
{
"name": "Power LED",
"identifiers": {
"name": "PWR",
"reference": null
},
"function": "power",
"type": "led",
"to": "3V3",
"mode": null
},
{
"name": "User LED",
"identifiers": {
"name": "PB2",
"reference": null
},
"function": "user",
"type": "led",
"to": "PB2",
"mode": "sink"
}
],
"connectors": [
{
"name": "Header 1",
"identifiers": {
"name": null,
"reference": null
},
"function": "header",
"footprint": false,
"type": {
"name": "pin header",
"gender": "male",
"pitch": 2.54,
"size": { "length": 20, "width": 1 }
},
"pins": [
{ "number": 1, "name": "5V", "function": null, "to": "5V" },
{ "number": 2, "name": "G", "function": null, "to": "GND" },
{ "number": 3, "name": "3.3", "function": null, "to": "3V3" },
{ "number": 4, "name": "R", "function": null, "to": "NRST" },
{ "number": 5, "name": "B11", "function": null, "to": "PB11" },
{ "number": 6, "name": "B10", "function": null, "to": "PB10" },
{ "number": 7, "name": "B1", "function": null, "to": "PB1" },
{ "number": 8, "name": "B0", "function": null, "to": "PB0" },
{ "number": 9, "name": "A7", "function": null, "to": "PA7" },
{ "number": 10, "name": "A6", "function": null, "to": "PA6" },
{ "number": 11, "name": "A5", "function": null, "to": "PA5" },
{ "number": 12, "name": "A4", "function": null, "to": "PA4" },
{ "number": 13, "name": "A3", "function": null, "to": "PA3" },
{ "number": 14, "name": "A2", "function": null, "to": "PA2" },
{ "number": 15, "name": "A1", "function": null, "to": "PA1" },
{ "number": 16, "name": "A0", "function": null, "to": "PA0" },
{ "number": 17, "name": "C15", "function": null, "to": "PC15" },
{ "number": 18, "name": "C14", "function": null, "to": "PC14" },
{ "number": 19, "name": "C13", "function": null, "to": "PC13" },
{ "number": 20, "name": "VB", "function": null, "to": "VBAT" }
]
},
{
"name": "Header 2",
"identifiers": {
"name": null,
"reference": null
},
"function": "header",
"footprint": false,
"type": {
"name": "pin header",
"gender": "male",
"pitch": 2.54,
"size": { "length": 20, "width": 1 }
},
"pins": [
{ "number": 1, "name": "B12", "function": null, "to": "PB12" },
{ "number": 2, "name": "B13", "function": null, "to": "PB13" },
{ "number": 3, "name": "B14", "function": null, "to": "PB14" },
{ "number": 4, "name": "B15", "function": null, "to": "PB15" },
{ "number": 5, "name": "A8", "function": null, "to": "PA8" },
{ "number": 6, "name": "A9", "function": null, "to": "PA9" },
{ "number": 7, "name": "A10", "function": null, "to": "PA10" },
{ "number": 8, "name": "A11", "function": null, "to": "PA11" },
{ "number": 9, "name": "A12", "function": null, "to": "PA12" },
{ "number": 10, "name": "A15", "function": null, "to": "PA15" },
{ "number": 11, "name": "B3", "function": null, "to": "PB3" },
{ "number": 12, "name": "B4", "function": null, "to": "PB4" },
{ "number": 13, "name": "B5", "function": null, "to": "PB5" },
{ "number": 14, "name": "B6", "function": null, "to": "PB6" },
{ "number": 15, "name": "B7", "function": null, "to": "PB7" },
{ "number": 16, "name": "B8", "function": null, "to": "PB8" },
{ "number": 17, "name": "B9", "function": null, "to": "PB9" },
{ "number": 18, "name": "5V", "function": null, "to": "5V" },
{ "number": 19, "name": "G", "function": null, "to": "GND" },
{ "number": 20, "name": "3.3", "function": null, "to": "3V3" }
]
},
{
"name": "USB connector",
"identifiers": {
"name": null,
"reference": null
},
"function": "usb",
"footprint": false,
"type": {
"name": "USB C",
"gender": null,
"pitch": null,
"size": null
},
"pins": [
{ "number": "A1/B12", "name": null, "function": "GND", "to": "GND" },
{ "number": "A4/B9", "name": null, "function": "VBUS", "to": "5V" },
{ "number": "B8", "name": null, "function": "SBU2", "to": "Ground plane via 5.1kΩ" },
{ "number": "A5", "name": null, "function": "CC1", "to": null },
{ "number": "B7", "name": null, "function": "D-", "to": "PA11" },
{ "number": "A6", "name": null, "function": "D+", "to": "PA12" },
{ "number": "A7", "name": null, "function": "D-", "to": "PA11" },
{ "number": "B6", "name": null, "function": "D+", "to": "PA12" },
{ "number": "A8", "name": null, "function": "SBU1", "to": "Ground plane via 5.1kΩ" },
{ "number": "B5", "name": null, "function": "CC2", "to": null },
{ "number": "B4/A9", "name": null, "function": "VBUS", "to": "5V" },
{ "number": "B1/A12", "name": null, "function": "GND", "to": "GND" }
]
},
{
"name": "SWD header",
"identifiers": {
"name": "SW",
"reference": null
},
"function": "debug",
"footprint": false,
"type": {
"name": "pin header",
"gender": "male",
"pitch": 2.54,
"size": { "length": 4, "width": 1 }
},
"pins": [
{ "number": 1, "name": "3.3V", "function": "VCC", "to": "3V3" },
{ "number": 2, "name": "SWDIO", "function": "SWDIO", "to": "PA13" },
{ "number": 3, "name": "SWCLK", "function": "SWCLK", "to": "PA14" },
{ "number": 4, "name": "GND", "function": "GND", "to": "GND" }
]
}
],
"devices": [
{
"name": "Generic EEPROM",
"identifiers": {
"name": null,
"reference": "U3"
},
"footprint": true,
"pins": [
{ "number": 1, "name": null, "function": "/CS", "to": "PA4" },
{ "number": 2, "name": null, "function": "DO", "to": "PA6" },
{ "number": 3, "name": null, "function": "/WP", "to": "3V3" },
{ "number": 4, "name": null, "function": "GND", "to": "GND" },
{ "number": 5, "name": null, "function": "DI", "to": "PA7" },
{ "number": 6, "name": null, "function": "CLK", "to": "PA5" },
{ "number": 7, "name": null, "function": "/HOLD", "to": "3V3" },
{ "number": 8, "name": null, "function": "VCC", "to": "3V3" }
]
}
]
}
3 changes: 2 additions & 1 deletion _data/boards/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"STM32F103C8T6-STM32FxCxT6-Board-V5.02",
"STM32F103C8T6-Strange-Thing",
"STM32F103C8T6-Ugly-Board",
"STM32F103C8T6-WeAct-Blue-Pill-Plus-Clone",
"STM32F103C8T6-WeAct-Blue-Pill-Plus",
"STM32F103CBT6-WeAct-Blue-Pill-Plus",
"STM32F103RBT6-Generic-Board",
"STM32F103RBT6-STM32F103RxT6-DEMO",
"STM32F103RBT6-VCC-GND",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "STM32F103C8T6 - WeAct Blue Pill Plus Clone"
title: "STM32F103C8T6 - WeAct Blue Pill Plus"
---

{% assign filename = page.name | remove: '.md' | remove: '.' %}
Expand Down
8 changes: 8 additions & 0 deletions boards/STM32F103CBT6-WeAct-Blue-Pill-Plus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "STM32F103CBT6 - WeAct Blue Pill Plus"
---

{% assign filename = page.name | remove: '.md' | remove: '.' %}
{% assign board = site.data.boards[filename] %}

{% include board-content.html data=board %}