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/02/19 10:44] (Version actuelle) – phil |
---|
[[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 et Pico W ====== |
| |
{{ :microc:uc:rp2w.jpg?nolink|}} | {{ :microc:uc:rp2w.jpg?nolink|}} |
\\ | \\ |
===== 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. |