| Author |
Message |
tijoseymathew
Joined: 13 May 2007 Posts: 82 Helped: 1
|
25 Jul 2009 2:38 adsl embedded internet |
|
|
|
|
Hi,
I am working on an embedded project that connects to the internet. I dont want to use a PC to connect to net. Is this possible ?
Basically I want to connect to internet in the various possible ways like ADSL, Cable modem etc (all will have an ethernet interface ) then the uC send some data a particular website that can be tracked from any where.
Is it possible to eliminate the PC ?
|
|
| Back to top |
|
 |
Google AdSense

|
25 Jul 2009 2:38 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
GSM Man
Joined: 15 Apr 2009 Posts: 357 Helped: 46 Location: New Jersey, USA
|
25 Jul 2009 3:02 microchip embedded internet |
|
|
|
|
It's very common to connect to the intenet with an embedded processor. There are several boards based on Microchip PIC processors commercially available that have an Ethernet interface on them. Also, Microchip has a free TCP/IP stack that is well supported with lots of features. There are also some WiFI boards available.
Info on Microchip's free stack: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505¶m=en535724
Info on some PIC Ethernet Boards:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en028217
http://microcontrollershop.com/product_info.php?products_id=1338
http://microcontrollershop.com/product_info.php?products_id=1167
http://microcontrollershop.com/product_info.php?products_id=893
http://microcontrollershop.com/product_info.php?products_id=1922
http://microcontrollershop.com/product_info.php?products_id=558
http://microcontrollershop.com/product_info.php?products_id=1157
|
|
| Back to top |
|
 |
tijoseymathew
Joined: 13 May 2007 Posts: 82 Helped: 1
|
25 Jul 2009 3:07 Embedded Internet |
|
|
|
|
| So in the microchip code i can give the username and password for my adsl/cable connection and the uC will connect to internet ?
|
|
| Back to top |
|
 |
GSM Man
Joined: 15 Apr 2009 Posts: 357 Helped: 46 Location: New Jersey, USA
|
25 Jul 2009 3:26 Re: Embedded Internet |
|
|
|
|
| tijoseymathew wrote: |
| So in the microchip code i can give the username and password for my adsl/cable connection and the uC will connect to internet ? |
You shouldn't have to do that. Do you have to do that if you connect via a PC?
|
|
| Back to top |
|
 |
tijoseymathew
Joined: 13 May 2007 Posts: 82 Helped: 1
|
25 Jul 2009 12:41 Embedded Internet |
|
|
|
|
| Yeah my present ADSL modem requires a username and password.
|
|
| Back to top |
|
 |
GSM Man
Joined: 15 Apr 2009 Posts: 357 Helped: 46 Location: New Jersey, USA
|
25 Jul 2009 15:45 Embedded Internet |
|
|
|
|
| OK. In that case you would have to write code that would recognize the log-in request and provide the proper response.
|
|
| Back to top |
|
 |
tijoseymathew
Joined: 13 May 2007 Posts: 82 Helped: 1
|
27 Jul 2009 2:13 Embedded Internet |
|
|
|
|
| ok that clears my head a bit..
|
|
| Back to top |
|
 |