| Author |
Message |
bereton
Joined: 20 Dec 2002 Posts: 15
|
19 Feb 2003 13:46 connect microcontroller to internet |
|
|
|
|
Hi people,
Its my first time using this forum and I feel a bit dumb actually as i feel y'all are too clever.
I'm trying to connect a PIC18F452 microcontroller to the internet. Does anyone have any ideas on how I can achieve this?
|
|
| Back to top |
|
 |
Google AdSense

|
19 Feb 2003 13:46 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
ColdFire
Joined: 17 Jul 2002 Posts: 61 Helped: 1
|
19 Feb 2003 17:00 olimex pic web |
|
|
|
|
Hi Bereton,
You may wish to visit Microchip website to find out more. There is an app note on how to connect the PIC to the ethernet.
Regards
|
|
| Back to top |
|
 |
joebazoka
Joined: 17 May 2001 Posts: 109 Helped: 1 Location: Argentina
|
19 Feb 2003 23:30 pic connect to internet |
|
|
|
|
You can use a PPP connection. There are an implementation for PIC microcontrolers called TCP/IP Lean. I have the source code, but I canīt the book that explain the code. You can use a modem or Ethernet connection..
|
|
| Back to top |
|
 |
Dspnut
Joined: 18 Jul 2002 Posts: 171 Helped: 4
|
20 Feb 2003 5:32 microcontroller connected internet umts |
|
|
|
|
Hi there,
The following link show how to connect a PIC microcontroller to a NIC (network interface controller) card. This link also illustrates how to build the webpic = PIC (simple) web sever.
http://members.vol.at/home.floery/electronix/picnic/documentation.html
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
20 Feb 2003 8:39 pic internet |
|
|
|
|
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.elektroda.pl/ftp/TCPLEAN/tcplean_cd.zip
h**p://w*w-ccs.cs.umass.edu/~shri/iPic.html
|
|
| Back to top |
|
 |
ME
Joined: 14 Mar 2002 Posts: 1523 Helped: 13
|
13 Mar 2003 23:40 connecting microcontroller to internet |
|
|
|
|
| Look in this topic: http://www.elektroda.pl/eboard/viewtopic.php?t=30310
|
|
| Back to top |
|
 |
kiran.bacchewar
Joined: 03 Dec 2007 Posts: 7
|
03 Dec 2007 10:48 how to connect microcontroller to internet |
|
|
|
|
| read tcp/ip lean, if u can get it. it gives the detaik explanation of this.
|
|
| Back to top |
|
 |
Zedman
Joined: 13 Oct 2003 Posts: 312 Helped: 2 Location: Hungary
|
03 Dec 2007 10:52 connect to internet by microcontroller |
|
|
|
|
Or you can try PIC-WEB from hxxp://www.olimex.com
If you don't want to solder
|
|
| Back to top |
|
 |
itsfanidotcom
Joined: 09 Mar 2007 Posts: 98 Helped: 3
|
03 Dec 2007 12:04 connecting microcontroller with internet |
|
|
|
|
u can search "i-connector" in google.com
usually this connector is attached serially to microcontroller... and is attached to GSM modem.. so the microcontroller is attached to internet through GPRS, by using AT commands in microcontroller. i saw this type of connection...
|
|
| Back to top |
|
 |
simrantogether
Joined: 11 Sep 2007 Posts: 41 Helped: 1
|
04 Dec 2007 8:46 network a pic mircocontroller |
|
|
|
|
very simple...
using Ethernet..
|
|
| Back to top |
|
 |