Skip to content

Commit 54cc187

Browse files
committed
Update Ethernet Example Getting Started [Circuitpython].md
1 parent 5350a0c commit 54cc187

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

Ethernet Example Getting Started [Circuitpython].md

+14-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<a name="Ethernet_Example_Getting_Started"></a>
55

6-
:rocket:Ethernet Example Getting Started [Circuitpython]
6+
:rocket:Ethernet Example Getting Started [CircuitPython]
77
===========================
88

99

@@ -40,7 +40,7 @@ Ethernet-HAT has the same pin arrangement and pin spacing as Raspberry Pi Pico.
4040

4141
![][link-PICO_HAT]
4242

43-
43+
------
4444

4545
**`WIZnet W5100S-EVB-Pico`**
4646

@@ -68,12 +68,18 @@ In the W5100S-EVB-Pico board, GPIO pins are connected the same as the Raspberry
6868
6969
![][link-CircuitPython]
7070

71-
## STEP1 : [**Installing Circuitpython**][link-Installing Circuitpython]
71+
## STEP - 1 : [**Installing CircuitPython**][link-Installing Circuitpython]
72+
73+
:warning:**Notice**
7274

7375
Install `CircuitPython` on Raspberry Pi Pico by referring to the link above.:point_down:
7476

7577
- **[https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython](https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython)**
7678

79+
80+
81+
------
82+
7783
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.
7884

7985

@@ -83,10 +89,10 @@ You edit and save your code on code.py, run your code on the board.
8389

8490
Let's test "LED on" and "LED off" code. Actually, just visit the below page to blink led on your rpi pico board.
8591

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)
8793

8894

89-
## STEP2 : [**Setup WIZnet Ethernet Libraray**][link-Setup WIZnet Libraray]
95+
## STEP - 2 : [**Setup WIZnet Ethernet Libraray**][link-Setup WIZnet Libraray]
9096

9197
1. Copy the [**WIZnet library**][link-library] into the lib folder inside the Raspberry Pi Pico.
9298
[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
101107

102108
<p align="center"> <image src= "./images/START/Library001.png"></p>
103109

110+
111+
104112
2. you need to open `PuTTY`. Under Connection type: choose the button next to Serial.
105113
In the box under Serial line, enter the serial port you found that your board is using. In the box under Speed, enter `115200`.
106114

@@ -144,7 +152,7 @@ Check if the network is connected normally and if the data is sent to each other
144152
[W5x00_Ping_Test.py](https://github.com/Wiznet/RP2040-HAT-CircuitPython/blob/master/examples/Network/W5x00_Ping_Test.py)
145153

146154
> This is the code to set the IP of 192.168.1.100
147-
155+
>
148156
> I hope that the PC also has an environment that communicates with 192.168.1.xxx.
149157
150158
1. Copy the content to code.py on your RPi Pico and save.

0 commit comments

Comments
 (0)