You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ MicroPython is a Python 3 implementation with small subset of Python standard li
8
8
With this feature, users can run python scripts on WFI32E01PC (PIC32MZW1) MCU to simplify the software development. MicroPython highly abstract the software of Rio2. Users can develop the code more easy with the high-level language.
9
9
This is good for rapid prototyping , quick evaluation and automated tests.
10
10
11
-
##Evaluation Board
11
+
# Evaluation Board
12
12
The MicroPython project can run on two PIC32MZW1 Evluation boards. They are the WFI32-IoT Development Board and the WFI32E Curiosity Board
13
13
14
14
## 1. WFI32-IoT Development Board
@@ -25,6 +25,14 @@ Click [here](https://www.microchip.com/en-us/development-tool/EV12F11A) for the
- Note: The project was developed and tested using the MPLAB X v6.05 and MPLAB XC32 v4.30
35
+
28
36
# Pin Functionality
29
37
Below table show the pin functionality on PIC32MZW1 module when it work with MicroPython. Some pins are configurable while some pins are fixed usage. Some pins are not availalbe as they are connected to some components on the board.
30
38
The right two columns show the posiion of the pin on the WFI32-IoT Development Board and the WFI32E Curiosity Board.
@@ -93,7 +101,7 @@ gpio_interrupt | demonostrate the use of gpio interrupt | umachine, utime
93
101
tcp_client | act as TCP client, create socket to conect to the TCP server and exchange data | network, socket
94
102
tcp_server_with_multiple_socket | create TCP server to handle multiple client socket simultaneously | network, socket, utime, gc, uselect
95
103
http_get | TCP client send HTTP Get command to get the webpage contents of a website | network, socket
96
-
http_server | set as softAP mode and run as a HTTP server. Remote device can connect to the softAP and browser the HTTP website | umachine, network, socket
104
+
http_server | set as softAP mode and run like a HTTP server. Remote device can connect to the softAP and browser the HTTP website | umachine, network, socket
97
105
spi_read_sst26_flash | read SST26 SPI flash's manufacturer id and device id by using SPI bus | umachine, utime
0 commit comments