* Products
-> updated with new products
-> added accessories
* Getting started
-> re-structured getting started guide
-> removed some of the advanced stuff
* Tutorials / Examples
-> added categories
-> added new basic tutorials Sleep, GPIO and Pring
-> added WiFi ap / sta tutorial
-> added wifi Scan MAC tutorial
* Firmware API
-> added pysense pytrack pygate categories here
* Datasheets
-> added CE FCC and RoHS documents
-> added pysense2 and pytrack 2 templates
* Update firmware
-> new section, added all methods of updating the firmware
* License
-> put license in its own section
general remarks:
-> updated the layout / theme
no more red code text
codeblocks actually work now
-> general layout updates, removed the old html structures (mostly)
3.2 KiB
title, aliases
| title | aliases | ||||
|---|---|---|---|---|---|
| WiPy 2.0 |
|
{{% 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: Discontinued, See WiPy3
Getting Started: Click Here
Datasheet
The datasheet of the WiPy2 is available as a PDF File
The Wipy 2 is certified for CE RED and FCC ACC FCC BCC
Pinout
The pinout of the WiPy2 is available as a PDF File
{{% 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 WiPy2 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.
Power
The Vin pin on the WiPy2 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 WiPy2, otherwise the on-board regulator will be damaged.
Deep Sleep
Due to a couple of issues with the WiPy2 design, the module draws more current than it should while in Deep Sleep. The DC-DC switching regulator always stays in high performance mode, which is used to provide the lowest possible output ripple when the module is in use. In this mode, it draws a quiescent current of 10mA. When the regulator is put into ECO mode the quiescent current drops to 10uA. Unfortunately, the pin used to control this mode is out of the RTC domain. This means that it is not usable during Deep Sleep. This results in the regulator remaining in PWM mode, keeping its quiescent current at 10mA. The flash chip also doesn't enter into power down mode as the CS pin floats during Deep Sleep. This causes the flash chip to consume around 2mA of current. To work around this issue a "deep sleep shield" is available that attaches to the module and allows power to be cut off from the device. The device can then be re-enabled either through a timer or via a pin interrupt. With the Deep Sleep Shield, the current consumption during deep sleep is between 7uA and 10uA depending on the wake sources configured.
Tutorials
Tutorials on the WiPy2 module can be found in the examples section of this documentation. The following tutorials might be of interest for those using the WiPy2:

