PIC and Internet

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Frank607
Posts: 192
Joined: Mon Mar 04, 2013 8:07 pm
Has thanked: 29 times
Been thanked: 15 times

PIC and Internet

Post by Frank607 »

Hi all,

A long time ago I get an idea in my head and it won’t go. :-)

I want to make a simple application to control 4 relays over the internet via the web browser on a computer. I read al lot of information but that information is without FlowCode to program this.

I have a few ENC28J60 Ethernet LAN Modules and I need a PIC Controller.
  • What is the best (normal price) PIC controller what I need to buy ?
  • Can I use FlowCode 5.5 for my idea to program this or do I need FlowCode 6?
  • And most important; is it easy to make this sort of program with Flowcode?
Maybe some strange questions but I try to find out where to start or not to start with this project.

Thanks for your answers and best regards,

Frank

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times

Re: PIC and Internet

Post by JohnCrow »

Hi Frank

Have a look at these pages.
Matrix have a basic course and example files these might give you some pointers.

http://www.matrixmultimedia.com/lc_index.php?p=10
1 in 10 people understand binary, the other one doesn't !

Frank607
Posts: 192
Joined: Mon Mar 04, 2013 8:07 pm
Has thanked: 29 times
Been thanked: 15 times

Re: PIC and Internet

Post by Frank607 »

Thanks John,

I will read this.

Regards,

Frank

Frank607
Posts: 192
Joined: Mon Mar 04, 2013 8:07 pm
Has thanked: 29 times
Been thanked: 15 times

Re: PIC and Internet

Post by Frank607 »

One more question,

Can I use the TCP/IP Stack and the Web server Components on a regular PIC? For example a 18F4550 or a 18LF2550. (with a ENC28J60 module)

Or do I need to buy Eblocks?

Thanks for the answers.

Frank

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times

Re: PIC and Internet

Post by JohnCrow »

Hi Frank

I have used the Internet E-block (Mines the original version compared to what they sell now, but are both included in FC , though only in the Pro version)
If you didn't want to use the E block board you'd need to use the same TCP/IP module that's on the e block to be compatible with flow code component.

I seem to remember I had to use a 18F4550, don't think the 16F877A had enough memory.
1 in 10 people understand binary, the other one doesn't !

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times

Re: PIC and Internet

Post by kersing »

Frank607 wrote:with a ENC28J60 module
The TCP/IP stack and webserver components in Flowcode can only used with WIZ3100 or WIZ5100 modules. The ENC28J60 is not supported.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Post Reply