Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (100 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Rajendra Bhatt (8 codes)

Most Downloaded

  1. Network Ethernet Library (11838 times)
  2. FAT32 Library (8677 times)
  3. Timer Calculator (6750 times)
  4. PID Library (5286 times)
  5. Network WiFi Library (5265 times)
  6. SMS home alarm system (4443 times)
  7. External Memory (4130 times)
  8. mikromedia for PIC18FJ - Examples (3582 times)
  9. microSD click - Example (3529 times)
  10. GPS click - Example (3284 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

WiFi HTTP Demo Example

Rating:

Author: MikroElektronika Team

Last Updated: 2012-06-18

Category: WiFi

Downloaded: 1444 times

Not followed.

Simple example which demonstrates usage of the WiFi PLUS Click Board with Net_Wireless_MCW1001 library.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "WiFi HTTP Demo Example" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "WiFi HTTP Demo Example" changes.

Do you want to report abuse regarding "WiFi HTTP Demo Example".

  • Information
  • Comments (0)

Project Blog

WiFi HTTP Demo - see it in action

Microcontroller hosts a webpage which can be accessed from your web browser on a PC, Tablet or mobile phone. Webpage contains control and monitoring elements which allow you to change state of digital I/O pins, or monitor digital and analog inputs.

Watch on Vimeo
WiFi PLUS Click Board

WiFi PLUS Click Board

Front and back view of WiFi PLUS Click Board designed in mikroBUS form factor. mikroBUS is specially designed pinout standard with SPI, I2C, Analog, UART, Interrupt, PWM, Reset and Power supply pins.

View full image

This code shows how to use the Net_Wireless_MCW1001 library :
   -              the board will reply to HTTP requests on port 80, GET method with pathnames :
   -                      /               will return the HTML main page
   -                      /s              will return board status as text string
   -                      /t0 ... /t3     will toggle RA0 to RA3 bit and return HTML main page

Connecting  WiFi PLUS Click Board

Connecting WiFi PLUS Click Board

HTTP Demo shows how you can wirelessly control your device from your browser.

View full image

ALSO FROM THIS AUTHOR

mikromedia for PIC18FJ - Examples

Set of examples for mikromedia for PIC18FJ. Provided examples demonstrate working with mikromedia's various features and modules:
- Accelerometer
- MMC SD card
- MP3
- Serial Flash
- TFT
- Touch Panel
- USB

[Learn More]

GSM Booster Board Example

This is a sample program which demonstrates the usage of GSM Booster Board, a replacement board for Telit GM862 module used on various MikroElektronika development systems. This example covers PICPLC4 v6 and PICPLC16 v6 development systems, it receives the SMS message in specific format and toggles the relay specified in the message.

[Learn More]

FTDI click - Example

This is demonstration project how FTDI click can be used to control slave microcontroller via I2C. Lower nibble of slave address is masked which enables the master to address slave using eight different addresses. Currently four addresses are implemented for different functionality.

[Learn More]