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. Simon Platten (8 codes)

Most Downloaded

  1. Network Ethernet Library (11816 times)
  2. FAT32 Library (8653 times)
  3. Timer Calculator (6600 times)
  4. PID Library (5268 times)
  5. Network WiFi Library (5242 times)
  6. SMS home alarm system (4435 times)
  7. External Memory (4124 times)
  8. mikromedia for PIC18FJ - Examples (3578 times)
  9. microSD click - Example (3512 times)
  10. GPS click - Example (3277 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
Library

Network WiFi Library

Rating:

Author: MikroElektronika Team

Last Updated: 2012-06-18

Category: WiFi

Downloaded: 5242 times

Followed by: 3 users

The Wireless library simplifies usage of the MCW1001A TCP/IP Socket Communications Interface chip through plenty of library routines. The MCW1001A is a companion chip to the MRF24WB0 802.11 module. It provides simple socket based method of sending and receiving data from the MRF24WB0 802.11 module.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Network WiFi Library" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Network WiFi Library" changes.

Do you want to report abuse regarding "Network WiFi Library".

  • Information
  • Comments (14)
Download

Download Library [8.59MB]

Version 1.0.0.0

DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Library Blog

The WiFi library simplifies usage of the MCW1001A TCP/IP Socket Communications Interface chip through plenty of library routines.

The MCW1001A is a companion chip to the MRF24WB0 802.11 module. It provides simple socket based method of sending and receiving data from the MRF24WB0 802.11 module. 

The MCW1001A has an on-board TCP/IP stack and 802.11 connection manager to simplify the connection between a wireless network and the TCP/IP stack management.

The MCW1001A can access the MRF24WB0 802.11 module to connect to a network and send/receive serial data over a simple UART interface.

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

WiFi PLUS Click is an accessory board in mikroBUS™ form factor. It’s a compact solution for adding WiFi communication to your device. It features MRF24WB0MA – 2.4GHz, IEEE std. 802.11 - compliant module as well as MCW1001 companion controller with on-board TCP/IP stack and 802.11 connection manager. WiFi PLUS click communicates with target board via UART interface. Board is designed to use 3.3V power supply only. It has an option to achieve low power consumption.

WiFi Control Example

Video demonstration of example from package

Watch on Vimeo

- Related projects:

Note:

This library is tested using Linksys router (model WRT 120N).

It is noted that some routers (like TP-Link router WR340G) does not properly deliver ARP requests to WiFi module. In case you have such router, the only way to find out MAC address of WiFi module is by reading Gratuitous ARP packets, which WiFi module periodically send. But, some operating system (like Windows 7) just ignore Gratuitous ARP packets, so you must manually update ARP list.

ALSO FROM THIS AUTHOR

GSM2 click - Example

This is a sample program which demonstrates the use of GSM2 click. Program uses GSM module Quectel M95 for sending/receiving SMS.

[Learn More]

RS485 5V click - Example

Simple example which demonstrates working with RS485 ADM485 module.
Master initiates communication with slave. The slave accepts data, increments it and sends it back to the master.
Communication with the board is done using simple UART interface.

[Learn More]

ADC click - Example

Simple example which demonstrates working with the 4-Channel 12-bit A/D Converter (MCP3204) with SPI Serial Interface. The example shows how to measure analog inputs on Channels 0, 1, 2 and 3 and display the results on LCD.

[Learn More]