===== Microcontrôleurs - Raspberry Pi Pico et Pico W =====
+
====== Microcontrôleurs - Rpi Pico et Pico W ======
{{ :microc:uc:rp2w.jpg?nolink|}}
{{ :microc:uc:rp2w.jpg?nolink|}}
Ligne 66:
Ligne 66:
\\
\\
-
==== A2. Raspberry Pi Pico W ====
+
==== A2. Pi Pico W et W2 ====
=== 2.1 Généralités ===
=== 2.1 Généralités ===
* Documentation du <html><a href="https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html" target="_blank">Raspberry Pi Pico W </a></html> sur le site **raspberrypi.com**.
* Documentation du <html><a href="https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html" target="_blank">Raspberry Pi Pico W </a></html> sur le site **raspberrypi.com**.
Ligne 115:
Ligne 115:
\\
\\
===== B. Les logiciels =====
===== B. Les logiciels =====
-
==== 1. Programmer les Paspberry Pi Pico en MicroPython ====
+
==== 1. Programmer Pi Pico en MicroPython ====
=== 1.1 Installer MicroPython ===
=== 1.1 Installer MicroPython ===
* **Voir le tutoriel** <html><a href="https://how2electronics.com/getting-started-with-raspberry-pi-pico-w-using-micropython/" target="_blank">"Getting Started with Raspberry Pi Pico W using MicroPython"</a></html>
* **Voir le tutoriel** <html><a href="https://how2electronics.com/getting-started-with-raspberry-pi-pico-w-using-micropython/" target="_blank">"Getting Started with Raspberry Pi Pico W using MicroPython"</a></html>
Ligne 125:
Ligne 125:
{{ :python:micropython:thonny.png?nolink |}}
{{ :python:micropython:thonny.png?nolink |}}
-
=== 1.3 Exemples de programme en MicroPython ===
+
=== 1.3 Exemples ===
* <html><a href="https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico" target="_blank">Getting started with Raspberry Pi Pico</a></html>
* <html><a href="https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico" target="_blank">Getting started with Raspberry Pi Pico</a></html>
* Blink the onboard LED
* Blink the onboard LED
Ligne 144:
Ligne 144:
\\
\\
-
==== 2. Programmer les Paspberry Pi Pico (en C/C++) sous Arduino ===
+
==== 2. Programmer Pi Pico (en C/C++) sous Arduino ===