Serial to Ethernet converter for LPC176x

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Serial to Ethernet converter for LPC176x

474 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by alfa1962 on Fri Sep 07 10:37:24 MST 2012
Dear All,

Please be so kind and help me with some hints to develop a solution for a serial to ethernet converter for LPC176x in software, using lwip stack.

Thank you all,
Aurelian
0 Kudos
7 Replies

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by djtilava on Sat May 28 06:09:15 MST 2016
Hello alfa1962 ,
Have you got any solution to make Serial to ethernet converter?If you have found plz help me. I have make some code snippets but in my application only 2 web screens are open while for others it is only buffering.
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ppx on Mon Sep 10 07:00:39 MST 2012
Just a little warning. If you look in the pdf file you will see that the JTAG connector is not installed. I have been using a lot of these modules but 99% had this connector installed. It should be a 2x5 pin male miniature (1mm) header. If you buy the kit it comes with an adaptor cable from 2x10 normal to 2x5 miniture header. But as I said, you might be forced to buy the pcb connector.

You could also look at the design and try to do something similar with an NXP chip.
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ex-kayoda on Mon Sep 10 02:25:27 MST 2012

Quote: ppx
Take a look at Stellaris (TI) serial to Ethernet converter. It is using a Cortex M3. Schematics and source code is available free. You might get some ideas. I think they call it Ser2Enet.




Wow :) http://de.farnell.com/jsp/search/productdetail.jsp?SKU=1712294&MER=baynote-1712294-pr
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ArneB on Mon Sep 10 02:16:13 MST 2012
If you need W-LAN you can use this module: http://www.elechouse.com/elechouse/index.php?main_page=product_info&cPath=90_186&products_id=1007
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ppx on Mon Sep 10 02:01:39 MST 2012
Take a look at Stellaris (TI) serial to Ethernet converter. It is using a Cortex M3. Schematics and source code is available free. You might get some ideas. I think they call it Ser2Enet.
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by alfa1962 on Fri Sep 07 22:11:14 MST 2012
Thank you for your answer.

I want to use TCP not UDP.

Something like Serial to Ethernet bridge in Microchip TCP/IP stack.
0 Kudos

430 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ex-kayoda on Fri Sep 07 13:04:26 MST 2012

Quote: alfa1962
Please be so kind and help me with some hints to develop a solution for a serial to ethernet converter for LPC176x in software, using lwip stack.



Easiest way to do this is to create a simple UDP broadcast. 'Serial to ethernet' is a little bit vague...
0 Kudos