-->
Page 3 of 8

Re: Ethernet cable connection to ESP8266 w/ or w/o RJ45 jack

PostPosted: Fri Aug 28, 2015 1:28 am
by eriksl
https://github.com/eriksl/atmega328p-ip

It has always been there ;)

I thought the tcp processing was too basic (no segment retransmission, because the amount of memory of the mega doesn't allow for that), but it appears the tcp handling of lwip isn't that much extended ;)

Tcp works well with telnet etc, on a lossless layer 2 network (with ethernet and wlan mostly are), but for "production" I'd recommend using udp with a timeout and retry.

Re: Ethernet cable connection to ESP8266 w/ or w/o RJ45 jack

PostPosted: Fri Aug 28, 2015 9:08 am
by martinayotte
Thanks !
I will give it a try when I get chance ...

Re: Ethernet cable connection to ESP8266 w/ or w/o RJ45 jack

PostPosted: Tue Sep 01, 2015 10:05 am
by SwiCago
Definitely going to keep an eye on this thread. ESP with wired option.. :D

Re: Ethernet cable connection to ESP8266 w/ or w/o RJ45 jack

PostPosted: Tue Nov 03, 2015 9:46 am
by Cicero
Anyone has any further look into this?

I'm going to give it a go myself shortly but it would obviously be a lot easier if its been done before :D