Raspberry Pi Pico Experimentation Kit


Installation l'afficheur TFT display color,
Bonjour à Tous,
Suite à l'achat récent du kit " Raspberry Pi Pico Experimentation Kit ", pour m'initier au langage Python, je suis confronter au problème suivant :
- A l'aide du guide " Programming & Projets ",, les programmes utilisant LEDS et boutons poussoirs fonctionnent avec Thonny
- pour l'utilisation de l'afficheur TFT display color, il faut installer les librairies
ST7735..py, dht.py, mpu6050.py, servo.py, sysfont.py, ce que je crois avoir fait
- A l'exécution de
1 from ST7735 import TFT
2 from sysfont import sysfont
3 from machine import SPI,Pin
j''obtiens le message suivant ::
Traceback (most recent call last):
File "", line 1, in
ImportError: no module named 'ST7735'
Merci de me fournir un mode opératoire si possible en français pour installer cette librairie
djoii
Suite à l'achat récent du kit " Raspberry Pi Pico Experimentation Kit ", pour m'initier au langage Python, je suis confronter au problème suivant :
- A l'aide du guide " Programming & Projets ",, les programmes utilisant LEDS et boutons poussoirs fonctionnent avec Thonny
- pour l'utilisation de l'afficheur TFT display color, il faut installer les librairies
ST7735..py, dht.py, mpu6050.py, servo.py, sysfont.py, ce que je crois avoir fait
- A l'exécution de
1 from ST7735 import TFT
2 from sysfont import sysfont
3 from machine import SPI,Pin
j''obtiens le message suivant ::
Traceback (most recent call last):
File "
ImportError: no module named 'ST7735'
Merci de me fournir un mode opératoire si possible en français pour installer cette librairie
djoii
Discussie (2 opmerking(en))
djoii 2 jaar geleden
Merci pour les excellents documents facilitant l'utilisation du Raspberry Pi Pico Experimenting Kit
Avec les explications et les exemples fournis, seul le capteur d'humidité et de température ne fonctionne pas pour l'instant.
Et maintenant, comprendre la programmation en python !!!
Une idée : Comment rendre autonome la carte d'expérimentation ?
djoii
Rebonjour,
" Une idée : Comment rendre autonome la carte d'expérimentation ? " sans connexion USB
Ma question était incomplète :
Comment rendre autonome la carte d'expérimentation
- avec une alimentation 3.3V ?
- avec une alimentation 5V ?
- avec 3 piles 1.5V ?
- type de connecteur pour le Raspberry Pi Pico Experimenting Kit ?
merci pour toutes vos informations
djoii
ElektorLabs 2 jaar geleden
More information can be found at:
- The official MicroPython website
- MircoPython website in French
ElektorLabs 2 jaar geleden
https://www.makerfabs.com/desfile/files/Pico-Primer-Kit-Usage-for-New-Learners.pdf
Download the attached example code & libraries or get it from https://github.com/Makerfabs/Pico_Primer_Kit
Make sure to install the examples & libraries on the Pico, not on your computer (as explained in the document). It should look like the attached screenshot. As you can see, it includes the ST7735 library.
makerfabs-pico-primer-thonny.png (51kb)
eengineer1982 2 jaar geleden