3
3
4
4
<a name =" Ethernet_Example_Getting_Started " ></a >
5
5
6
- :rocket : Ethernet Example Getting Started [ Circuitpython ]
6
+ :rocket : Ethernet Example Getting Started [ CircuitPython ]
7
7
===========================
8
8
9
9
@@ -40,7 +40,7 @@ Ethernet-HAT has the same pin arrangement and pin spacing as Raspberry Pi Pico.
40
40
41
41
![ ] [ link-PICO_HAT ]
42
42
43
-
43
+ ------
44
44
45
45
** ` WIZnet W5100S-EVB-Pico ` **
46
46
@@ -68,12 +68,18 @@ In the W5100S-EVB-Pico board, GPIO pins are connected the same as the Raspberry
68
68
69
69
![ ] [ link-CircuitPython ]
70
70
71
- ## STEP1 : [ ** Installing Circuitpython** ] [ link-Installing Circuitpython ]
71
+ ## STEP - 1 : [ ** Installing CircuitPython** ] [ link-Installing Circuitpython ]
72
+
73
+ :warning : ** Notice**
72
74
73
75
Install ` CircuitPython ` on Raspberry Pi Pico by referring to the link above.:point_down :
74
76
75
77
- ** [ https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython ] ( https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython ) **
76
78
79
+
80
+
81
+ ------
82
+
77
83
It makes it easier than ever to get prototyping by requriring no upfront desktop software downloads. Simply copy and edit files on the ` CIRCUITPY ` drive to iterate.
78
84
79
85
@@ -83,10 +89,10 @@ You edit and save your code on code.py, run your code on the board.
83
89
84
90
Let's test "LED on" and "LED off" code. Actually, just visit the below page to blink led on your rpi pico board.
85
91
86
- [ https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button ] ( https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button )
92
+ - [ https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button ] ( https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button )
87
93
88
94
89
- ## STEP2 : [ ** Setup WIZnet Ethernet Libraray** ] [ link-Setup WIZnet Libraray ]
95
+ ## STEP - 2 : [ ** Setup WIZnet Ethernet Libraray** ] [ link-Setup WIZnet Libraray ]
90
96
91
97
1 . Copy the [ ** WIZnet library** ] [ link-library ] into the lib folder inside the Raspberry Pi Pico.
92
98
[ https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup ] ( https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup )
@@ -101,6 +107,8 @@ Let's test "LED on" and "LED off" code. Actually, just visit the below page to b
101
107
102
108
<p align =" center " > <image src = " ./images/START/Library001.png " ></p >
103
109
110
+
111
+
104
112
2 . you need to open ` PuTTY ` . Under Connection type: choose the button next to Serial.
105
113
In the box under Serial line, enter the serial port you found that your board is using. In the box under Speed, enter ` 115200 ` .
106
114
@@ -144,7 +152,7 @@ Check if the network is connected normally and if the data is sent to each other
144
152
[ W5x00_Ping_Test.py] ( https://github.com/Wiznet/RP2040-HAT-CircuitPython/blob/master/examples/Network/W5x00_Ping_Test.py )
145
153
146
154
> This is the code to set the IP of 192.168.1.100
147
-
155
+ >
148
156
> I hope that the PC also has an environment that communicates with 192.168.1.xxx.
149
157
150
158
1 . Copy the content to code.py on your RPi Pico and save.
0 commit comments