Modifications

Sauter à la navigation Sauter à la recherche
324 octets ajoutés ,  25 février 2022 à 21:21
Ligne 209 : Ligne 209 :     
=== UART Bus ===
 
=== UART Bus ===
The onboard LED is tied to the GPIO 25. Here how to control it.
+
The UART is often compared to a serial port (which is in facts very similar to).
 +
 
 +
It allows to send and receives data from a device using the same interface like modem, GPS, termina. UART/Serial ports are used to creates point to point communication.
 +
 
 +
When wiring a UART, the RX & TX connection must be cross-over like the schematic here below.
 +
 
 +
[[Fichier:ENG-CANSAT-PICO-HowTo-UART.png]]
    
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
Ligne 218 : Ligne 224 :  
x
 
x
 
</syntaxhighlight>
 
</syntaxhighlight>
      
=== SPI Bus ===
 
=== SPI Bus ===
29 917

modifications

Menu de navigation