Files
pycom-documentation/content/datasheets/development/gpy.md
jirikrepl ad6f52237b Fixed all typos from Lily's branch.
Used correct HEAD of publish branch as a base of this branch
Applied just text (typo) changes
2019-10-17 12:49:42 +02:00

73 lines
2.9 KiB
Markdown

---
title: "GPy"
aliases:
- datasheets/development/gpy.html
- datasheets/development/gpy.md
- product-info/development/gpy
- chapter/datasheets/development/gpy
---
![](/gitbook/assets/assets-lil0igdl11z7jos_jpx-lkn7scqkkkb6tqb3uyo-lkn87yf-xz772800vwc-gpy-1.png)
{{% hint style="info" %}}
Please Note: We have removed the labels from the pictures in the documentation due to inconsistencies with label orientation. *The LED must be aligned above the USB socket* when inserting or removing a development board from an expansion board/Pytrack/Pysense/Pyscan.
{{% /hint %}}
**Store**: [Buy Here](https://pycom.io/product/gpy)
**Getting Started:** [Click Here](/gettingstarted/connection/gpy)
## Datasheet
{{% hint style="info" %}}
Please Note: We have removed the labels from the pictures in the documentation due to inconsistencies with label orientation. *The LED must be aligned above the USB socket* when inserting or removing a development board from an expansion board/Pytrack/Pysense/Pyscan.
{{% /hint %}}
The datasheet of the GPy is available as a PDF File.
<a href="/gitbook/assets/specsheets/Pycom_002_Specsheets_GPy_v2.pdf" target="_blank"> GPy Datasheet </a>
The drawing of the LTE-M antenna is available as a PDF File.
<a href="/gitbook/assets/lte-m-antenna-drawing.pdf" target="_blank"> LTE-M Antenna Drawing </a>
## Pinout
The pinout of the GPy is available as a PDF File
<a href="/gitbook/assets/gpy-pinout.pdf" target="_blank"> GPy Pinout </a>
![](/gitbook/assets/gpy-pinout.png)
{{% hint style="info" %}}
Please note that the PIN assignments for UART1 \(TX1/RX1\), SPI \(CLK, MOSI, MISO\) and I2C \(SDA, SCL\) are defaults and can be changed via software.
{{% /hint %}}
## Notes
### WiFi
By default, upon booting up the GPy will create a WiFi access point with the SSID `gpy-wlan-XXXX`, where `XXXX` is a random 4-digit number, and the password `www.pycom.io`.
The RF switch that selects between the on-board and external antenna is connected to `P12`, so for this reason using `P12` should be avoided unless WiFi is disabled in your application.
### Power
The `Vin` pin on the GPy can be supplied with a voltage ranging from `3.5v` to `5.5v`. The `3.3v` pin on the other hand is output **only**, and must not be used to feed power into the GPy, otherwise the on-board regulator will be damaged.
### AT Commands
The AT commands for the Sequans Monarch modem on the GPy are available in a PDF file.
<a href="/gitbook/assets/Monarch-LR5110-ATCmdRefMan-rev6_noConfidential.pdf" target="_blank"> AT Commands for Sequans </a>
## Tutorials
Tutorials on how to the GPy module can be found in the [examples](/tutorials/introduction) section of this documentation. The following tutorials might be of interest for those using the GPy:
* [WiFi connection](/tutorials/all/wlan)
* [LTE CAT-M1](/tutorials/lte/cat-m1)
* [NB-IoT](/tutorials/lte/nb-iot)
* [BLE](/tutorials/all/ble)