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 14:50] – [POE] rjversluis | wio:wiopico-io16eth-en [2025/06/24 08:05] (current) – [Links] rjversluis | ||
---|---|---|---|
Line 16: | Line 16: | ||
- | | Work In Progress: Do not translate. | ||
- | + | | {{: | |
- | | {{: | + | |
| Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico | | Raspberry Pi Pico 1 | W5500 | W5500 | W5500-EVB-Pico | ||
Line 43: | Line 41: | ||
{{: | {{: | ||
- | |||
- | \\ | ||
- | =====PCB===== | ||
- | {{https:// | ||
- | For the __[[https:// | ||
- | |||
- | |||
- | \\ | ||
- | =====POE===== | ||
- | The W5500-EVB-Pico is also available with a POE option: {{: | ||
Line 61: | 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:: | ||
- | </ | ||
+ | =====W5500-EVB-Pico===== | ||
+ | ====Restrictions==== | ||
+ | This board connects the W5500 Reset and Interrupt to GP20 and GP21 which reduces the number of servos to two.\\ | ||
+ | If NeoPixel has been activated the second servo pin GP26 is used for this and is no longer available for servos.\\ | ||
+ | ====PCB==== | ||
+ | {{wio: | ||
+ | For the __[[https:// | ||
+ | |||
+ | |||
+ | ====POE==== | ||
+ | The W5500-EVB-Pico is also available with a POE option: [[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===== | =====Links===== | ||
- | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |
* https:// | * https:// | ||
wio/wiopico-io16eth-en.1750078207.txt.gz · Last modified: 2025/06/16 14:50 by rjversluis