Modifications

Sauter à la navigation Sauter à la recherche
133 octets ajoutés ,  10 février 2022 à 11:59
Ligne 4 : Ligne 4 :  
The CanSat-Pico-Kit is build around the '''Raspberry-Pi Pico''' plateform.
 
The CanSat-Pico-Kit is build around the '''Raspberry-Pi Pico''' plateform.
   −
The '''Raspberry-Pi Pico''' is a powerful dual core microcontroller created by the Raspberry-Pi foundation. It is distributed with the MicroPython firmware to be programmed in Python, it can also be programmed with C++ and Arduino. Thanks to MicroPython, everything learned with Python language or MicroPython boards can be applied to the Pico.
+
[[fichier:ENG-CANSAT-PICO-CONTENT-10.png|360px]]
 +
 
 +
The '''Raspberry-Pi Pico''' is a powerful dual core microcontroller created by the Raspberry-Pi foundation. It is distributed with the MicroPython firmware, it can also be programmed with C++ and Arduino.  
    
<div style="margin: 15px 0; background: rgba(255,204,102,.3); display: block; padding: 15px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ff9900;" >Just care about voltage, the '''Pico is 3.3V logic'''. Do not apply any voltage greater than 3.3V to any GPIO on the Pico.</div>
 
<div style="margin: 15px 0; background: rgba(255,204,102,.3); display: block; padding: 15px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ff9900;" >Just care about voltage, the '''Pico is 3.3V logic'''. Do not apply any voltage greater than 3.3V to any GPIO on the Pico.</div>
   −
MicroPython is a very robust environment natively running python script  
+
MicroPython is a very robust environment natively compiling and running python script. MicroPython fits a compiler, a python virtual machine and a file system to store the script. Thanks to MicroPython, everything learned with Python language or MicroPython boards can be applied to the Pico.
 +
    
=== Cansat Pico Kit content ===
 
=== Cansat Pico Kit content ===
29 837

modifications

Menu de navigation