diff --git a/config.toml b/config.toml index aee3769..02350f9 100644 --- a/config.toml +++ b/config.toml @@ -756,6 +756,7 @@ theme = "doc-theme" weight = 70 + [[menu.main]] name = "MicroPython Modules" url = "/firmwareapi/micropython/" @@ -1100,6 +1101,12 @@ theme = "doc-theme" identifier = "datasheets@boards@deepsleep" parent = "datasheets@boards" weight = 80 +[[menu.main]] + name = "PyEthernet" + url = "/datasheets/expansionboards/pyethernet/" + identifier = "datasheets@expansionboards@pyethernet" + parent = "datasheets@boards" + weight = 90 diff --git a/content/datasheets/expansionboards/deepsleep.md b/content/datasheets/expansionboards/deepsleep.md index 72c6485..8f15a00 100644 --- a/content/datasheets/expansionboards/deepsleep.md +++ b/content/datasheets/expansionboards/deepsleep.md @@ -20,8 +20,8 @@ The pinout of the Deep Sleep Shield is available as a [PDF File](/gitbook/assets ![](/gitbook/assets/deepsleep-pinout.png) -{{% hint style="info" %}} -To correctly connect a WiPy 2.0, LoPy or SiPy to the Deep Sleep Shield, align the white triangle on the Shield with the LED of the Pycom Device. Once the Pycom Device is seated onto the Deep Sleep Shield, this can then be connected to the Expansion Board -{{% /hint %}} + +> To correctly connect a WiPy 2.0, LoPy or SiPy to the Deep Sleep Shield, align the white triangle on the Shield with the LED of the Pycom Device. Once the Pycom Device is seated onto the Deep Sleep Shield, this can then be connected to the Expansion Board + diff --git a/content/datasheets/expansionboards/expansion2.md b/content/datasheets/expansionboards/expansion2.md index 20cb589..08e7980 100644 --- a/content/datasheets/expansionboards/expansion2.md +++ b/content/datasheets/expansionboards/expansion2.md @@ -30,6 +30,7 @@ Be gentle when plugging and unplugging from the USB connector. Whilst the USB co {{% /hint %}} ## Notes + ### Battery Charger -The Expansion Board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, the Expansion Board will charge the battery \(if connected\). When the `CHG` jumper is present, the battery will be charged at `450mA`. If this value is too high for your application, removing the jumper lowers the charge current to `100mA`. +The Expansion Board features a single cell Li-Ion/Li-Po charger with a . When the board is being powered via the micro USB connector, the Expansion Board will charge the battery (if connected). When the `CHG` jumper is present, the battery will be charged at `450mA`. If this value is too high for your application, removing the jumper lowers the charge current to `100mA`. diff --git a/content/datasheets/expansionboards/expansion3.md b/content/datasheets/expansionboards/expansion3.md index c56a26e..790c6e0 100644 --- a/content/datasheets/expansionboards/expansion3.md +++ b/content/datasheets/expansionboards/expansion3.md @@ -35,7 +35,7 @@ The expansion board contains 6 headers labeled: ### Battery Charger > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. -The Expansion Board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, the Expansion Board will charge the battery \(if connected\). When the `CHG` jumper is present, the battery will be charged at `450mA`. If this value is too high for your application, removing the jumper lowers the charge current to `100mA`. +The Expansion Board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, the Expansion Board will charge the battery (if connected). When the `CHG` jumper is present, the battery will be charged at `450mA`. If this value is too high for your application, removing the jumper lowers the charge current to `100mA`. > To use the battery, pull `P8/G15` high (connect to `3v3`). If you want to use the SD card as well, use a 10k pull-up. @@ -59,4 +59,5 @@ The Expansion Board features a single cell Li-Ion/Li-Po charger. When the board ## 3D model for case design -* Please see the 3D model (step format) +* Please see the [3D model](/gitbook/assets/Expansion_Board_3D.step) (step format) + diff --git a/content/datasheets/expansionboards/pyethernet.md b/content/datasheets/expansionboards/pyethernet.md index 3fabcdc..4720e39 100644 --- a/content/datasheets/expansionboards/pyethernet.md +++ b/content/datasheets/expansionboards/pyethernet.md @@ -6,10 +6,12 @@ title: "PyEthernet" The PyEthernet is a module meant for the [Pygate](../pygate/) expansionboard, enabeling communication and Power over Ethernet. The module will fit on the Pygate in two ways, but only one is correct. Make sure the RJ45 Ethernet port is facing the other way compared to the RGB LED, like shown in the figure below. -![](/gitbook/assets/pyethernet.png) ![](/gitbook/assets/pygate_ethernet.png) +![](/gitbook/assets/pyethernet.png) + +![](/gitbook/assets/pygate_ethernet.png) > Note that the PyEthernet can also work without PoE, you will just need to connect it to a different power source -# Datasheet +## Datasheet We currently have no datasheet available for the module. On the bottom, near the pinheaders, you can find labels for the pin functions. The pins are used to connect both power and a SPI bus. diff --git a/content/datasheets/expansionboards/pygate.md b/content/datasheets/expansionboards/pygate.md index 1b7c7b8..e6504e0 100644 --- a/content/datasheets/expansionboards/pygate.md +++ b/content/datasheets/expansionboards/pygate.md @@ -39,7 +39,7 @@ The case will also work for the regular expansion board and has the SD card hold ## Notes ### 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. +The Pygate features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the USB-C connector, the Pygate will charge the battery if connected. > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. ### Troubleshooting diff --git a/content/datasheets/expansionboards/pyscan.md b/content/datasheets/expansionboards/pyscan.md index d86a98a..bfc4b97 100644 --- a/content/datasheets/expansionboards/pyscan.md +++ b/content/datasheets/expansionboards/pyscan.md @@ -21,12 +21,6 @@ The datasheet of the Pyscan is available as a [PDF File](/gitbook/assets/pyscan- * Pyscan libraries to use the RFID/NFC reader are located [here](https://github.com/pycom/pycom-libraries/tree/master/pyscan) * The accelerometer library is [here](https://github.com/pycom/pycom-libraries/blob/master/pytrack/lib/LIS2HH12.py) -{{% hint style="info" %}} -For the time being, we recommend uploading the `MFRC630.mpy` file via FTP due to current Pymakr limitations that will be fixed shortly. -{{% /hint %}} - -Libraries for the rest of the components will be added soon. - ## Pyscan components: * **Accelerometer**: ST LIS2HH12 @@ -48,7 +42,7 @@ The pinout of the Pyscan is available as a [PDF File](/gitbook/assets/pyscan-pin ## Battery Charger -The board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, it will charge the battery (if connected). +The board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, it will charge the battery (if connected). diff --git a/content/datasheets/expansionboards/pysense.md b/content/datasheets/expansionboards/pysense.md index 14487f1..0390217 100644 --- a/content/datasheets/expansionboards/pysense.md +++ b/content/datasheets/expansionboards/pysense.md @@ -25,7 +25,7 @@ The pinout of the Pysense is available as a [PDF File](/gitbook/assets/pysense-p ## Notes ### Battery Charger -The board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, it will charge the battery (if connected). +The board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, it will charge the battery (if connected). > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. ### Mechanical Dimensions diff --git a/content/datasheets/expansionboards/pysense2.md b/content/datasheets/expansionboards/pysense2.md index 2c2427f..a10e8d4 100644 --- a/content/datasheets/expansionboards/pysense2.md +++ b/content/datasheets/expansionboards/pysense2.md @@ -23,7 +23,7 @@ The pinout of the Pysense is available as a [PDF File](/gitbook/assets/pysense2- ## Notes ### Battery Charger -The board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, it will charge the battery (if connected). +The board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, it will charge the battery (if connected). > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. ### Mechanical Dimensions diff --git a/content/datasheets/expansionboards/pytrack.md b/content/datasheets/expansionboards/pytrack.md index f6fab12..3abe232 100644 --- a/content/datasheets/expansionboards/pytrack.md +++ b/content/datasheets/expansionboards/pytrack.md @@ -26,7 +26,7 @@ The pinout of the Pytrack is available as a [PDF File](/gitbook/assets/pytrack-p ## Notes ### Battery Charger -The board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, it will charge the battery (if connected). +The board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, it will charge the battery (if connected). > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. diff --git a/content/datasheets/expansionboards/pytrack2.md b/content/datasheets/expansionboards/pytrack2.md index e0d30a0..1664a1e 100644 --- a/content/datasheets/expansionboards/pytrack2.md +++ b/content/datasheets/expansionboards/pytrack2.md @@ -23,7 +23,7 @@ The pinout of the Pytrack is available as a [PDF File]( ## Notes ### Battery Charger -The board features a single cell Li-Ion/Li-Po charger. When the board is being powered via the micro USB connector, it will charge the battery (if connected). +The board features a single cell Li-Ion/Li-Po charger with a JST PHR‑2 connector. When the board is being powered via the micro USB connector, it will charge the battery (if connected). > Make sure you check the polarity of the battery before plugging it in! Connect the positive side to the side marked with a `+`. diff --git a/static/gitbook/assets/pyethernet.png b/static/gitbook/assets/pyethernet.png index 3f8a465..605387d 100644 Binary files a/static/gitbook/assets/pyethernet.png and b/static/gitbook/assets/pyethernet.png differ diff --git a/static/gitbook/assets/pyscan-new.png b/static/gitbook/assets/pyscan-new.png index 1fb570e..709dc92 100644 Binary files a/static/gitbook/assets/pyscan-new.png and b/static/gitbook/assets/pyscan-new.png differ diff --git a/static/gitbook/assets/pyscan-pinout-1.png b/static/gitbook/assets/pyscan-pinout-1.png index 1b598fa..6208b7b 100644 Binary files a/static/gitbook/assets/pyscan-pinout-1.png and b/static/gitbook/assets/pyscan-pinout-1.png differ