≡
PIC-WEB
Web server TCP-IP development board PIC microcontrollers with UEXT connector
Please note that hardware revision C and newer of PIC-WEB replace the old PIC-WEB revision B - the old documents can be found
here
Price | 29.95 EUR |
---|---|
10 - 49 pcs | 26.96 EUR |
50 - 10000 pcs | 23.96 EUR |
FEATURES
- PIC18F67J60 microcontroller
- 1Mbit on board serial flash for web pages storage
- Mini ICSP/ICD connector for programming with PIC-ICD2-POCKET or PIC-KIT3
- Reset button
- User event button
- Analogue trimmer potentiometer
- Thermistor for temperature monitoring
- UEXT connector
- RS232 driver and connector
- Complete web server and TCP-IP stack support as per Microchip's open source TCP-IP stack
- Power plug-in jack for +9 to +12 VDC power supply
- Voltage regulator +3.3V and filtering capacitors
- Status LED
- Extension header to connect to other boards
- Dimensions 60x65 mm (2.36x2.55")
DOCUMENTS
- PIC-WEB user's manual - latest version
- Understanding PIC WEB boards and Microchip TCP/IP stack tutorial for PIC-WEB
- Microchip TCP/IP AN833 - description of the TCP/IP stack
- PIC-WEB European Declaration of Conformity
- PIC-WEB UKCA Declaration of Conformity
HARDWARE
SOFTWARE
- Official demo, based on Microchip's TCP-IP Stack 5.42 modified for PIC-WEB REV.C (will not work without modification on other versions of the stack), there are project files for both MPLAB 8.xx and MPLAB X
- Official demo, based on Microchip's TCP-IP Stack 5.42 PIC-WEB Internet bootloader source code and binary modified for PIC-WEB REV.C (will not work without modification on other versions of the stack), there are project files for both MPLAB 8.xx and MPLAB X
- Demo for PIC-WEB with MOD-WIFI module, based on Microchip's TCP-IP Stack 5.42 modified for PIC-WEB REV.C (will not work without modification on other versions of the stack), there are project files for both MPLAB 8.xx and MPLAB X
- Microchip's TCP-IP Stack 5.31 modified for PIC-WEB REV.C (will not work without modification on other versions of the stack) created by Paolo Chiarabaglio
- Production test - source code and prebuilt hex and bin based on Microchip's TCP-IP Stack 5.00 modified for PIC-WEB REV.C (will not work without modification on other versions of the stack), there are project files only for MPLAB 8.xx
- HVAC monitor project with PIC-WEB
- http://kentie.net/article/picweb/index.htm
- Energy monitoring and web interface with PIC-WEB http://www.fingers-welt.de/gallerie/eigen/elektro/energie/energie.htm
FAQ
- I don't have neither a programmer, nor a debugger, can I change the web page?
- Only visually. If you need to add new variables, you need to add them in HTTPPrint.h which is also part of the stack, then rebuild and upload to the new code to PIC-WEB.
- I received the board and one quartz crystal seems rotated at 45 degrees. Did you send me a defective board?
- The quartz rotated at 45 degrees is normal. We have two types of such crystals – one of them requires 4 pads, the other only 2 pads. That is why we have provided 4 pads to be able to fit both crystals. All boards Olimex manufactures pass automatized optical inspection after assembly and obvious misplacements like these are impossible to occur.
- Can I use the PIC-WEB as a TCP-IP to RS232 bridge?
- Yes, the default demo software we ship PIC-WEB with creates a TCP-IP-to-RS232 bridge at port 9761, i.e. if you have connected for instance a MOD-RFID125-BOX to it and you listen to the PIC-WEB IP port: 9761 you can read the RFID tag info remotely by Ethernet. If you have problems with the communication in one direction, consider that the web page demo might be the root of the problem, open the demo and comment out "WEBPAGE_DEMO_UART" in "HWP OLIMEX_PIC_WEB.h" to enable the two-way UART bridge.