diff --git a/config.toml b/config.toml index 20fbec9..b90fc47 100644 --- a/config.toml +++ b/config.toml @@ -1146,6 +1146,13 @@ theme = "doc-theme" parent = "datasheets" weight = 30 +[[menu.main]] + name = "Pygate" + url = "/datasheets/boards/pygate/" + identifier = "datasheets@boards@pygate" + parent = "datasheets@boards" + weight = 10 + [[menu.main]] name = "Expansion Board 3.0" url = "/datasheets/boards/expansion3/" diff --git a/content/datasheets/boards/_index.md b/content/datasheets/boards/_index.md index fae9cd0..03ddf9c 100644 --- a/content/datasheets/boards/_index.md +++ b/content/datasheets/boards/_index.md @@ -5,6 +5,8 @@ aliases: This section contains all of the datasheets for the Pycom Expansion Boards and Shields. This includes the Expansion Board, Pytrack, Pysense and Deep Sleep Shield. +{{% refname "pygate.md" %}} + {{% refname "expansion3.md" %}} {{% refname "pytrack.md" %}} @@ -16,4 +18,3 @@ This section contains all of the datasheets for the Pycom Expansion Boards and S {{% refname "expansion2.md" %}} {{% refname "deepsleep/" %}} - diff --git a/content/datasheets/boards/pygate.md b/content/datasheets/boards/pygate.md new file mode 100644 index 0000000..b639106 --- /dev/null +++ b/content/datasheets/boards/pygate.md @@ -0,0 +1,28 @@ +--- +title: "Pygate" +aliases: + - datasheets/boards/pygate.html + - datasheets/boards/pygate.md + - product-info/boards/pygate + - chapter/datasheets/boards/pygate +--- + +## ![](/gitbook/assets/pygate.png) + +## Datasheet + +The datasheet of the Pygate Board is available as a PDF File. + + Pygate Datasheet + +## Battery Charger + +The Pygate features a single cell Li-Ion/Li-Po charger. When the board is being powered via the USB-C connector, the Pygate will charge the battery \(if connected\). + +## Troubleshooting + +* If PIC stays in bootloader mode, the [`dfu-util` update](/pytrackpysense/installation/firmware) should be performed + +## 3D model for case design + +* Please see the 3D model (step format) diff --git a/static/gitbook/assets/pygate.png b/static/gitbook/assets/pygate.png new file mode 100644 index 0000000..1811292 Binary files /dev/null and b/static/gitbook/assets/pygate.png differ diff --git a/static/gitbook/assets/specsheets/Pycom_002_Specsheets_Pygate_v1.pdf b/static/gitbook/assets/specsheets/Pycom_002_Specsheets_Pygate_v1.pdf new file mode 100644 index 0000000..d070d95 Binary files /dev/null and b/static/gitbook/assets/specsheets/Pycom_002_Specsheets_Pygate_v1.pdf differ