wio:wiopico-io16eth-en
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wio:wiopico-io16eth-en [2025/06/16 15:34] – rjversluis | wio:wiopico-io16eth-en [2025/10/02 07:42] (current) – rjversluis | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| | {{: | | {{: | ||
| - | | Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico | + | | Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico |
| =====Description===== | =====Description===== | ||
| Line 49: | Line 49: | ||
| \\ | \\ | ||
| - | =====Ethernet Library===== | ||
| - | To be able to set the hostname the Ethernet Library must be modified.\\ | ||
| - | In '' | ||
| - | <code cpp> | ||
| - | const char* g_DhcpHostName = ""; | ||
| - | void DhcpClass:: | ||
| - | </ | ||
| - | |||
| - | <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 | ||
| - | </ | ||
| - | |||
| - | |||
| - | \\ | ||
| =====W5500-EVB-Pico===== | =====W5500-EVB-Pico===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ====Restrictions==== | ====Restrictions==== | ||
| This board connects the W5500 Reset and Interrupt to GP20 and GP21 which reduces the number of servos to two.\\ | This board connects the W5500 Reset and Interrupt to GP20 and GP21 which reduces the number of servos to two.\\ | ||
| Line 85: | Line 58: | ||
| ====PCB==== | ====PCB==== | ||
| {{wio: | {{wio: | ||
| - | For the __[[https:// | + | For the __[[https:// |
| Line 95: | Line 68: | ||
| \\ | \\ | ||
| =====Links===== | =====Links===== | ||
| - | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | + | * [[https:// |
| * https:// | * https:// | ||
wio/wiopico-io16eth-en.1750080884.txt.gz · Last modified: 2025/06/16 15:34 by rjversluis