> For the complete documentation index, see [llms.txt](https://development-test.pycom.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://development-test.pycom.io/product-info-datasheets/development/wipy3.md).

# WiPy 3.0

![](https://3086745545-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LIL0iGdl11z7Jos_jpX%2F-LdFc9HSbtu2jNbqdzD4%2F-LKN86pdzbdVRPoNxEg6%2Fwipy3.png?generation=1556130916910524\&alt=media)

**Store**: [Buy Here](http://www.pycom.io/wipy-3)

**Getting Started:** [Click Here](/getting-started/connection/wipy.md)

## Pinout

The pinout of the WiPy3 is available as a PDF File.

{% file src="/files/-LKN86pfLqiIEeChB32M" %}
WiPy3 Pinout
{% endfile %}

![](https://3086745545-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LIL0iGdl11z7Jos_jpX%2F-LKN7scqKKkb6TqB3uYO%2F-LKN86phfEjGLu21XPgo%2Fwipy3-pinout.png?generation=1534782119884516\&alt=media)

{% 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 in Software.
{% endhint %}

## Differences from WiPy 2.0

* Deep sleep current draw fixed, now only 19.7µA
* Upgraded RAM from 512KB to 4MB
* Upgraded External FLASH from 4MB to 8MB
* Antenna select pin moved from GPIO16 to GPIO21 (P12)

## Datasheet

The datasheet of the WiPy3 is available as a PDF File.

{% file src="/files/-LKN86pjpceJn4nlKp\_q" %}
WiPy3 Datasheet
{% endfile %}

## Notes

### WiFi

By default, upon boot the WiPy3 will create a WiFi access point with the SSID `wipy-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`, for this reason using `P12` should be avoided unless WiFi is disabled in your application.

### Power

The `Vin` pin on the WiPy3 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 WiPy3, otherwise the on-board regulator will be damaged.

## Tutorials

Tutorials on how to the WiPy3 module can be found in the [examples](/tutorials-and-examples/introduction.md) section of this documentation. The following tutorials might be of specific interest for the WiPy3:

* [WiFi connection](/tutorials-and-examples/all/wlan.md)
* [BLE](/tutorials-and-examples/all/ble.md)
