본문 바로가기

IT

Raspberry Pi Pico + WIZ850io(W5500) Ethernet 환경 구성하기 - (1)

Hardware 구성

Raspberry Pi Pico

+

WIZnet WIZ850io

Circuitpython 설치 

Raspberry pi Pico에 CircuitPython 설치하기.

https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/micropython-or-circuitpython

 

Getting Started with Raspberry Pi Pico and CircuitPython

The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they're ready to do the same for microcontrollers with the release of the brand new Raspberry Pi Pico.

learn.adafruit.com

 

1. uf2 파일 다운로드

CircuitPython 6.2.0

adafruit-circuitpython-raspberry_pi_pico-en_US-6.2.0.uf2
1.21MB

 

2. Raspberry Pi Pico Booting

Raspberry Pi Pico 보드의 BOOTSEL을 PUSH 상태로 USB 연결

Raspberry Pi Pico BOOTSEL

3. RPi-PR2 드라이버 인식

RPi-RP2 Mount

4. uf2 파일을 RPi-PR2에 복사

uf2파일을 RPi-RP2에 복사하면 자동으로 인식해 CircuitPython을 사용

 

CIRCUITPY 드라이버로 재인식

CircuitPython 설치 완료