2

I am looking for a PIC which has a webserver builtin or has the ability to install one(with) . I want to experiment connecting in reasonable price please)two PIC/PICAXE boards or different type and send data from one to another. I will be running a server program in the webserver where I want to capture the data sent from 2nd PIC board.

Thanks.

Nick T
  • 12,360
  • 2
  • 44
  • 71
JPro
  • 121
  • 1

3 Answers3

5

Here are some links:

Dangerous Prototypes web platform

Web platform v1.1 Assembled

Glorfindel
  • 1,245
  • 3
  • 15
  • 20
Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150
4

Any PIC18+ can run the Microchip TCP/IP stack which includes a web server and is a free download from their website. All you need is a PIC based dev board with ethernet circuitry.

Microchip sells a few such dev boards directly, they also have some wifi boards.

There may also be some third party dev boards that are cheaper, I have no experience with those however, I've only works with the ones straight from uC.

Mark
  • 11,627
  • 1
  • 31
  • 38
1

I think the simplest and cheapest solution for you is this product: EZ Web Lynx

Daniel Grillo
  • 7,659
  • 18
  • 51
  • 69