| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| microc:uc:rp2 [2025/02/17 11:01] – [A2. Raspberry Pi Pico W] phil | microc:uc:rp2 [2025/06/19 19:29] (Version actuelle) – modification externe 127.0.0.1 |
|---|
| [[microc:accueilmc|{{ :iconemaison.jpg?nolink&30|Sommaire Microcontrôleur}}]] | [[microc:accueilmc|{{ :iconemaison.jpg?nolink&30|Sommaire Microcontrôleur}}]] |
| |
| ===== Microcontrôleurs - Raspberry Pi Pico et Pico W ===== | ====== Microcontrôleurs - Rpi Pico (2) et Pico W (2)====== |
| |
| {{ :microc:uc:rp2w.jpg?nolink|}} | {{ :microc:uc:rp2w.jpg?nolink|}} |
| [Mise à jour le 17/2/2024] | [Mise à jour le 19/5/2025] |
| |
| == Ressources == | == Ressources == |
| * <html><a href="https://docs.arduino.cc/software/ide-v2" target="_blank">Arduino IDE 2</a> (C,C++)</a></html> | * <html><a href="https://docs.arduino.cc/software/ide-v2" target="_blank">Arduino IDE 2</a> (C,C++)</a></html> |
| * <html><a href="https://thonny.org/" target="_blank">IDE Thonny</a></html> (MicroPython, CircuitPython) | * <html><a href="https://thonny.org/" target="_blank">IDE Thonny</a></html> (MicroPython, CircuitPython) |
| | |
| == Lectures connexes == | == Lectures connexes == |
| * Wiki matériels - [[materiels:accueilmateriels|"Capteurs, afficheurs, préactionneurs, etc."]] | * Wiki matériels - [[materiels:accueilmateriels|"Capteurs, afficheurs, préactionneurs, etc."]] |
| \\ | \\ |
| ===== 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> |
| {{ :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 |
| \\ | \\ |
| |
| ==== 2. Programmer les Paspberry Pi Pico (en C/C++) sous Arduino === | ==== 2. Programmer Pi Pico (en C/C++) sous Arduino === |
| * //**Ressources**// | * //**Ressources**// |
| * <html><a href="https://arduino-pico.readthedocs.io/en/latest/" target="_blank">Documentation</a></html> officielle Arduino. | * <html><a href="https://arduino-pico.readthedocs.io/en/latest/" target="_blank">Documentation</a></html> officielle Arduino. |