This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1768 ethernet controlling

Hi,

I am new to ARM MCUs, I would like to use the lpc1768 for controlling stuffs via the Ethernet. How do i send information/data from the webpage to the MCU for internal processing?

Parents
  • Are you familiar with any other MCUs?
    Are you familiar with 'C' programming in general?

    If the answer to either of the above is "no", then you should probably spend some learning time with the basics before moving on to more advanced projects like ethernet remote control...

    Are you familiar with Ethernet, TCP/IP, and HTTP in general?

    Again, if you're not, then that's some more basic study that you will need.

    See: http://www.keil.com/forum/19944/

Reply
  • Are you familiar with any other MCUs?
    Are you familiar with 'C' programming in general?

    If the answer to either of the above is "no", then you should probably spend some learning time with the basics before moving on to more advanced projects like ethernet remote control...

    Are you familiar with Ethernet, TCP/IP, and HTTP in general?

    Again, if you're not, then that's some more basic study that you will need.

    See: http://www.keil.com/forum/19944/

Children
  • Thank you for your swift response.

    I have some experience working in the PIC 8 and 16bit families. I have no experience in ethernet and active html scripts.

    I am trying to move one of my older project(PIC18 based) which takes commands/outputs via gsm gateway to the ethernet using the lpc1768 cortex-m3.

    Where can I find the best read on such information?\

    Any help would be greatly appreciated!