arjunna
Newbie level 1
Hi all,
I am doing remote sensing application. I am using LPC2148 as controller. The board doesn't have any Ethernet so have to connect it through externally. After researching I found ENC28J60 would do my job. I am newbie in embedded system.
My idea is to use SPI ports of LPC2148 to connect to the ENC28J60. Is this the better way to do this ? I have implemented FreeRTOS on board which is already working now I need to write ethernet controller but don't know where to start or how to start. There is TCP/IP stack on the RTOS but finding difficult to implement it.
My questions are
How do I start?
How do I do client side programming?
How do I get know the MAC address of the controller?
Thanks
Arjun
I am doing remote sensing application. I am using LPC2148 as controller. The board doesn't have any Ethernet so have to connect it through externally. After researching I found ENC28J60 would do my job. I am newbie in embedded system.
My idea is to use SPI ports of LPC2148 to connect to the ENC28J60. Is this the better way to do this ? I have implemented FreeRTOS on board which is already working now I need to write ethernet controller but don't know where to start or how to start. There is TCP/IP stack on the RTOS but finding difficult to implement it.
My questions are
How do I start?
How do I do client side programming?
How do I get know the MAC address of the controller?
Thanks
Arjun