Page 1 of 1

w5500[solved]

Posted: Fri Feb 10, 2023 7:52 am
by ruben123
Hi all

I'm trying to figure out how the tcp/IP library works .
The set up I'm using is an Arduino nano and this wiznet5500 board ;
[https://pmdway.com/products/wiznet-w55 ... et-module]

I'm happy that i can ping to the board and it looks like the spi communication between the wiznet5500 board and nano works because of the feedback i get from the uart console .But i cannot send a message trough ethernet whatever i do .

kind regards ,Ruben

Re: w5500

Posted: Fri Feb 10, 2023 9:51 am
by chipfryer27
Hi

Have you looked at the examples in the WiKi? They are a good starting point.

https://www.flowcode.co.uk/wiki/index.p ... etworking)

Regards