Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Connecting to the intenet with an embedded processor

Status
Not open for further replies.

tijoseymathew

Member level 4
Joined
May 13, 2007
Messages
77
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,288
Activity points
1,755
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 ?
 

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: https://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505¶m=en535724

Info on some PIC Ethernet Boards:
**broken link removed**
https://microcontrollershop.com/product_info.php?products_id=1338
https://microcontrollershop.com/product_info.php?products_id=1167
https://microcontrollershop.com/product_info.php?products_id=893
https://microcontrollershop.com/product_info.php?products_id=1922
https://microcontrollershop.com/product_info.php?products_id=558
https://microcontrollershop.com/product_info.php?products_id=1157
 

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 ?
 

Re: Embedded Internet

tijoseymathew said:
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?
 

Embedded Internet

Yeah my present ADSL modem requires a username and password.
 

Embedded Internet

OK. In that case you would have to write code that would recognize the log-in request and provide the proper response.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top