Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | LPC2000 | Appliance control via Ethernet

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Appliance control via Ethernet - chetan_r_prabhu - Nov 3 11:39:40 2009

Hi there,
Iam a novice wrt ethernet and iam starting to learn the same by using LPC2378 based Keil MCB2300 board, to control a device(just On/Off functionality).
Please could you tell me if i could achieve this by implementing a ethernet driver and an application on top of it or is it that i would need a TCPip stack.
Also, if TCPip stack isn't needed then, when and for what type of situation one would need to include it.

regards,
CRP

------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )


Re: Appliance control via Ethernet - YAP - Nov 9 15:40:30 2009

VSCP (http://www.vscp.org) has been working in this direction
http://www.vscp.org/wiki/doku.php/vscp/spec/phy/vscp_over_ethernet But
AFAI know ther has not been any real testsystems yet. It should work though.

Cheers
/Ake

On Tue, Nov 3, 2009 at 5:39 PM, chetan_r_prabhu > wrote:

> Hi there,
> Iam a novice wrt ethernet and iam starting to learn the same by using
> LPC2378 based Keil MCB2300 board, to control a device(just On/Off
> functionality).
> Please could you tell me if i could achieve this by implementing a ethernet
> driver and an application on top of it or is it that i would need a TCPip
> stack.
> Also, if TCPip stack isn't needed then, when and for what type of situation
> one would need to include it.
>
> regards,
> CRP
>
>
>

--
---
Ake Hedman
eurosource, http://www.eurosource.se
[Non-text portions of this message have been removed]

------------------------------------

______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: Appliance control via Ethernet - rtstofer - Nov 9 16:04:54 2009



--- In l...@yahoogroups.com, "chetan_r_prabhu" wrote:
>
> Hi there,
> Iam a novice wrt ethernet and iam starting to learn the same by using LPC2378 based Keil MCB2300 board, to control a device(just On/Off functionality).
> Please could you tell me if i could achieve this by implementing a ethernet driver and an application on top of it or is it that i would need a TCPip stack.
> Also, if TCPip stack isn't needed then, when and for what type of situation one would need to include it.
>
> regards,
> CRP
>

You certainly don't need a complete TCP/IP stack but it is easier if you use one. The most commonly used interface to the network is the web browser. So, if the device can implement an HTTP server, all manner of control can take place. There are many devices on the market that do this.

This is just one of MANY similar devices that implement a web server to provide control: http://www.sparkfun.com/commerce/product_info.php?products_id=274

The uIP stack is pretty small. It has very limited functionality but it is useful for implementing projects in small uC. I used the stack on an LPC2106 with an external ethernet module http://www.sparkfun.com/commerce/product_info.php?products_id=200 to grab MP3 files from a web server on my workstation and play them. This was a very interesting first project for my prototype board: http://www.sparkfun.com/commerce/product_info.php?products_id=269 and an MP3 chip: http://www.sparkfun.com/commerce/product_info.php?products_id=519

I have also used the uIP stack to make a TCP connection to an HP LaserJet. Once the connection is made, I can send HPGL strings and use the printer as a simple plotter.

Richard

------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )