W5100S-EVB-PICO

W5100S-EVB-PICO with Arduino IDE, WebServer,Ethernet,Ethernet2
ORIGINAL POST
By zenix
components
Hardware Components
Software Apps and online services
Arduino IDE
details

001-20220325-111558.png

Original : https://blog.naver.com/PostView.naver?blogId=pa3018&logNo=222664601555&categoryNo=0&parentCategoryNo=0&currentPage=1&msclkid=2db5836babe011ecbad2bb56dc3c3b7a

 

1) Add WIZnet Ethernet Library

https://github.com/WIZnet-ArduinoEthernet/Ethernet

Download and copy to Arduinolibrary

2) Add Mr. Philhower Arduino Pico

Add the URL in the “Additional Boards Manager URLs” field and searched pico in Board Manager to add.

https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

 

3) Choose a board ‘WIZnet W5100S-EVB-Pico’

 

4)  Open an example WebServer

Examples -> Ethernet -> WebServer

 

5) Set nCS for W5100S-EVB-Pico

Ethernet.init(17);

 

6) Run and access to WebServer

Ethernet2 Library

If you want to use ethernet2 library, just open an example of ethernet2 library and modify header <Ethernet2.h> to <Ethernet.h>.

Don’t forget to set nCS.

 

001-20220325-111558.png

Original : https://blog.naver.com/PostView.naver?blogId=pa3018&logNo=222664601555&categoryNo=0&parentCategoryNo=0&currentPage=1&msclkid=2db5836babe011ecbad2bb56dc3c3b7a

 

1) Add WIZnet Ethernet Library

https://github.com/WIZnet-ArduinoEthernet/Ethernet

Download and copy to Arduinolibrary

2) Add Mr. Philhower Arduino Pico

Add the URL in the “Additional Boards Manager URLs” field and searched pico in Board Manager to add.

https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

 

3) Choose a board ‘WIZnet W5100S-EVB-Pico’

 

4)  Open an example WebServer

Examples -> Ethernet -> WebServer

 

5) Set nCS for W5100S-EVB-Pico

Ethernet.init(17);

 

6) Run and access to WebServer

Ethernet2 Library

If you want to use ethernet2 library, just open an example of ethernet2 library and modify header <Ethernet2.h> to <Ethernet.h>.

Don’t forget to set nCS.

 

documents
Others
W5100S-EVB-Pico LED Blink
W5100S-EVB-Pico with the Arduino IDE
WIZnet-Arduino Ethernet
arduino-pico
W5100S-EVB-Pico Node-RED Sensor Monitoring

COMMENTS

Please Login to comment
  Subscribe  
Notify of