wio:wiopico-io16eth-fr
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wio:wiopico-io16eth-fr [2025/06/15 10:13] – created phil45 | wio:wiopico-io16eth-fr [2025/06/24 10:10] (current) – [Liens] phil45 | ||
---|---|---|---|
Line 1: | Line 1: | ||
[[: | [[: | ||
[[: | [[: | ||
- | ======WIOpico 16 I/O ETH====== | + | ======WIOpico 16 E/S ETH====== |
- | [[: | + | [[: |
- | **[[: | + | **[[: |
- | * [[: | + | * [[: |
- | * [[: | + | * [[: |
- | * [[: | + | * [[: |
- | * [[: | + | * [[: |
- | * **[[: | + | * **[[: |
- | * [[: | + | * [[: |
- | * [[: | + | * [[: |
- | * [[:gca_ok1-en|Optocoupler for 5V Input]] | + | * [[:gca_ok1-fr|Optocoupleur pour entrée |
\\ | \\ | ||
- | | Work In Progress: Do not translate. | ||
- | + | | {{: | |
- | | {{: | + | |
| Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico | | Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico | ||
=====Description===== | =====Description===== | ||
- | Goal is to provide a Pico with an ethernet | + | Le but est de fournir un Pico avec une connexion |
- | The W5500 is controlled by SPI and the WIOpico-ETH | + | Le W5500 est controlé par SPI et le WIOpico-ETH |
\\ | \\ | ||
- | =====Features===== | + | =====Caractéristiques===== |
- | * Only available for Pico's without | + | * Seulement disponible pour les Pico sans carte fille WiFi. ✔️ |
- | * Looking up the Rocrail | + | * Recherche du serveur |
- | * Transparent communication between | + | * Communication transparente entre WiFi et Ethernet. ✔️ |
- | * Same pin mapping as the [[: | + | * Même disposition de broches que le [[: |
\\ | \\ | ||
- | =====Setup===== | + | =====Configuration===== |
- | Use the following | + | Utiliser les commandes de terminal |
< | < | ||
*ethcon=1 | *ethcon=1 | ||
</ | </ | ||
- | This is bit 0 in options7.\\ | + | C'est le bit 0 dans l'options7.\\ |
- | A reboot is needed.\\ | + | Un redémarrage est nécessaire.\\ |
{{: | {{: | ||
+ | |||
\\ | \\ | ||
- | =====Wiring===== | + | =====Câblage===== |
{{: | {{: | ||
\\ | \\ | ||
- | =====Ethernet Library===== | ||
- | To be able to set the hostname the Ethernet Library must be modified.\\ | ||
- | In '' | ||
- | <code cpp> | ||
- | const char* g_DhcpHostName = ""; | ||
- | void DhcpClass:: | ||
- | </ | ||
+ | =====W5500-EVB-Pico===== | ||
+ | ====Restrictions==== | ||
+ | Cette carte connecte la broche Reset et Interrupt du W5500 au GP20 et GP21 ce qui réduit le nombre de servos à deux.\\ | ||
+ | Si NeoPixel a été activé la broche GP26 du second servo est utilisé pour cela et n'est plus disponible pour les servos.\\ | ||
+ | ====PCB==== | ||
+ | {{wio: | ||
+ | Pour le __[[https:// | ||
+ | |||
+ | |||
+ | ====POE==== | ||
+ | Le W5500-EVB-Pico est également disponible avec une option POE: [[https:// | ||
- | <code cpp> | ||
- | // OPT - host name | ||
- | buffer[16] = hostName; | ||
- | // ***** start NEW code lines | ||
- | if( strlen( g_DhcpHostName ) > 0 ) { | ||
- | buffer[17] = strlen(g_DhcpHostName); | ||
- | strcpy((char*)& | ||
- | } | ||
- | else { | ||
- | // ***** end NEW code lines | ||
- | buffer[17] = strlen(HOST_NAME) + 6; // length of hostname + last 3 bytes of mac address | ||
- | strcpy((char*)& | ||
- | printByte((char*)& | ||
- | printByte((char*)& | ||
- | printByte((char*)& | ||
- | } // ***** NEW code line | ||
- | </ | ||
\\ | \\ | ||
- | =====Links===== | + | =====Liens===== |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
* https:// | * https:// | ||
wio/wiopico-io16eth-fr.1749975218.txt.gz · Last modified: 2025/06/15 10:13 by phil45