mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
update datasheet info pages with battery connector name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ The pinout of the Deep Sleep Shield is available as a [PDF File](/gitbook/assets
|
||||
|
||||

|
||||
|
||||
{{% 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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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 <a href="/gitbook/assets/Expansion_Board_3D.step" target="_blank"> 3D model </a> (step format)
|
||||
* Please see the [3D model](/gitbook/assets/Expansion_Board_3D.step) (step format)
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
 
|
||||

|
||||
|
||||

|
||||
> 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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 `+`.
|
||||
|
||||
|
||||
|
||||
@@ -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 `+`.
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 106 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 487 KiB After Width: | Height: | Size: 487 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 170 KiB |
Reference in New Issue
Block a user