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.

How to control a PIC over the Internet?

Status
Not open for further replies.

jaime

Member level 1
Joined
Jul 15, 2005
Messages
38
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,288
Location
Porto-Portugal
Activity points
1,608
PIC over the Internet

Hello

His there anyone who can do this or have some ideias?

How to control a pic (read inputs; control output) in a pic over the internet. The board with the pic can be connected in another pc or stand alone. any ideas?

Is there anyone how want to do something like this?

Jaime
 

PIC over the Internet

If you can use a PC then it's easy. Have software on the PC that receives commands over the internet and talks to the PIC over a serial port.
 

Re: PIC over the Internet

Main idea is what :
you must create mini web server on your pic controller memory with TCP IP stack.
In this case your pic will have Internet address and you can browse on web site
into your pic. Next you create simple html page in your pic web address with name
index.html . That's all. Input and output info from this page the same as
in Internet Explorer.
Most difficult part of this = programming TCP IP Stack.
It's can work through RS232, Ethernet .

This is complete solution of your problem :
http://www.kyllikki.org/hardware/wwwpic2/

For TCP IP Stack see this pages :
**broken link removed**
**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top