-->
Page 2 of 8

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

PostPosted: Wed Aug 26, 2015 10:44 am
by eriksl
I have an implemention (including basic IP (tcp/udp/icmp)) for atmega328p ;)

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

PostPosted: Wed Aug 26, 2015 7:45 pm
by martinayotte
eriksl wrote:I have an implemention (including basic IP (tcp/udp/icmp)) for atmega328p ;)


Did you gave it a try under ESP8266 ?
Is that an uIP implementation or PicoTCP or something else ?
(I've ported uIP to STM32 quite easily, so maybe it can be done for ESP)

Ciao !

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

PostPosted: Wed Aug 26, 2015 10:31 pm
by villTech
Tyler Spilker wrote:Have you managed to get this to work? I have some need for a similar device (ethernet to ESP8266)

why would you need to connect an ethernet device to an esp module that can not route network connections (last time i check)?

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

PostPosted: Thu Aug 27, 2015 10:37 am
by eriksl
martinayotte wrote:
eriksl wrote:I have an implemention (including basic IP (tcp/udp/icmp)) for atmega328p ;)


Did you gave it a try under ESP8266 ?
Is that an uIP implementation or PicoTCP or something else ?
(I've ported uIP to STM32 quite easily, so maybe it can be done for ESP)

Ciao !


I made the ip implementation myself, from scratch.

I didn't feel the need to do it on esp8266 as it already comes with lwip.