| Author |
Message |
bereton
Joined: 20 Dec 2002 Posts: 15
|
25 Mar 2003 22:03 PIC connection to the internet |
|
|
|
|
does anyone have any idea what bits in the tcp/ip stack that I need to connect a PIC to the internet?? That is apart from the tcp.c and ip.c
Pls Help Required urgently!!
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
25 Mar 2003 22:21 Re: PIC connection to the internet |
|
|
|
|
h**p://w*w.elektroda.pl/eboard/viewtopic.php?t=45507&highlight=
h**p://www.elektroda.pl/eboard/viewtopic.php?t=43694&highlight=
TCP/IP links for PIC:
h**p://w*w.edtp.com/download/iap/iapbook.zip
h**p://w*w.edtp.com/download/eth/edbbook.exe
h**p://w*w.edtp.com/download/inet/inteng.exe
h**p://w*w.edtp.com/download/ethtutorcs/tutorcs.htm
f*p://f*p.microchip.com/download/appnote/internet/00724.zip
h**p://w*w.chipcenter.com/circuitcellar/october00/c1000fe1.htm
h**p://w*w.chipcenter.com/circuitcellar/october01/c1001fe1.htm
h**p://w*w.chipcenter.com/circuitcellar/november01/c1101fe1.htm
h**p://w*w.microchip.com/1000/pline/tools/picmicro/demo/pdemnet/index.htm
h**p://w*w.microchip.com/1000/suppdoc/appnote/category/internet/926/index.htm
h**p://w*w.microchip.com/1000/suppdoc/appnote/category/pic16/962/index.htm
h**p://w*w.microchip.com/1000/suppdoc/appnote/category/pic16/963/index.htm
h**p://w*w.microchip.com/1000/suppdoc/appnote/all/an833/index.htm
h**p://w*w-ccs.cs.umass.edu/~shri/iPic.html
|
|
| Back to top |
|
 |
ME
Joined: 14 Mar 2002 Posts: 1523 Helped: 13
|
25 Mar 2003 22:25 |
|
|
|
|
Read this thread: http://www.elektroda.pl/eboard/viewtopic.php?t=30310
It about PICDEM.net, a PIC web server.
Download TCP/IP Lean II eBook (TCP IP Lean_Ed2.part1.rar to TCP IP Lean_Ed2.part5.rar) uploaded by liuerwu: http://www.elektroda.pl/eboard/viewtopic.php?t=43694
In chapter 12 you will find a description of PICDEM.net
Also download tcp_ip_lean_2nd_ed.zip uploaded by cdcll, it's the CD for TCP/IP Lean II.
|
|
| Back to top |
|
 |
bereton
Joined: 20 Dec 2002 Posts: 15
|
26 Mar 2003 3:07 |
|
|
|
|
| still very confused. i'm new to all this so pls bear with my silly questions. i've got a tcp/ip stack already from microchip and i don't know if i require all the bits in it. what bits exactly from the stack do i need to connect my PIC to a network that already exists?
|
|
| Back to top |
|
 |
silvio
Joined: 31 Dec 2001 Posts: 801 Helped: 90
|
26 Mar 2003 3:35 |
|
|
|
|
Hi Bereton,
You should be awarded for your question : what bits exactly from the stack
Can you be more specific ? Which bits you're talking about ?
Do you have a full overview of what TCP/IP stack means and how things are going on Microchip's application ?
I know you have something in mind when you ask about bits, but can you elaborate a little bit ?
Regards,
Silvio
|
|
| Back to top |
|
 |
Google AdSense

|
26 Mar 2003 3:35 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
D1_DRE
Joined: 26 Apr 2002 Posts: 61
|
26 Mar 2003 4:55 |
|
|
|
|
| I think I can attempt to further explain your question Bereton. You want to transmit and recieve data from your PIC directly to the internet with out a PC yes. Based on the capabilities of a PIC the best you can do is simple I/O operations and signal aquisition such as A/D. If you go through the TCP/IP stack specification, you will discover that you can setup up http service, UDP or SMTP for email,etc. However for your application and considering the capabilities of a PIC I might suggest investigating the UDP protocol because it seems to be the simplest to implement and HTTP if you wish to interface to a web page. Once sorted simply investigate how you tunnel TCP/IP via ethernet which the C libraries supplied by microchip will do for you. At the end of the day, critical investigation of how the TCP/IP stack is arranged might be adivisable. Without this knowledge the sea of information available already will blow your mind away.
|
|
| Back to top |
|
 |
bereton
Joined: 20 Dec 2002 Posts: 15
|
08 Apr 2003 20:49 |
|
|
|
|
| thanks a lot D1_DRE. u answered my question cheers
|
|
| Back to top |
|
 |
se7en
Joined: 10 Dec 2002 Posts: 45
|
08 Apr 2003 23:39 |
|
|
|
|
| a simple search on goog*le returns many interesting results
|
|
| Back to top |
|
 |
pacalaconcurso
Joined: 21 Apr 2003 Posts: 2
|
21 Apr 2003 20:14 |
|
|
|
|
you can have a look at mi site and find my proyect "pic16f877 and rtl8019as ISA CARD" with source code in C
I hope it will help you.
|
|
| Back to top |
|
 |
cadrjr
Joined: 18 Apr 2003 Posts: 10
|
22 Apr 2003 11:33 PIC connection to the internet |
|
|
|
|
See www.orlin.com for the OT731 Kit - a PIC16F877 connected directly to the Internet via a On-board modem.
Available to buy online.
|
|
| Back to top |
|
 |
nythu
Joined: 10 Mar 2006 Posts: 2
|
10 Mar 2006 9:33 PIC connection to the internet |
|
|
|
|
As I found in ME's message, I tried to download the TCP/IP Lean ebook to download, but I do not found the topic may be because of it is moved due to long time !
Anyway, any idea to get this TCP/IP Lean ebook from one place ?
|
|
| Back to top |
|
 |
silvio
Joined: 31 Dec 2001 Posts: 801 Helped: 90
|
10 Mar 2006 10:59 Re: PIC connection to the internet |
|
|
|
|
| http://www.edaboard.com/ftopic58516.html
|
|
| Back to top |
|
 |