Hardware design files, API docs and tutorials.

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Locked
User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Hardware design files, API docs and tutorials.

Post by danicampora » Mon May 25, 2015 10:41 am

Hello,

First of all welcome to the forum! As you can see, micropython.org and wipy.io have joined forces in order to make the Micro Python community stronger and bigger, which is really good and nice for everyone! :D

In order to connect to your WiPy, look for the WiFi network "wipy-wlan" or "wipy-wlan-xxxx". The password is: www.wipy.io
When connected, the credentials to access the REPL via telnet are: user: micro password: python

1. If you are looking for the hardware design files of the WiPy and its expansion board (schematics, gerbers and ultiboard project files), it's all here: https://github.com/wipy/wipy/tree/master/hardware

2. Wondering where to find the pin-out and alternate functions table? Go here:
https://raw.githubusercontent.com/wipy/ ... PinOUT.png

3. API docs and tutorials can be found in: http://micropython.org/resources/docs/en/latest/wipy/

4. How to mount the WiPy on the expansion board: https://www.youtube.com/watch?v=47D9MZ9zFQw

5. Expansion board manual: https://github.com/wipy/wipy/blob/maste ... _board.pdf

A lot of things are still preliminary , but a lot of stuff will be added during the following weeks. This post will remain a sticky and I'll be updating it regularly as more information becomes available.

Cheers,
Daniel

Locked