MikroElektronika WIFI PLUS Click

SKU: CE05412 Brand: MikroElektronika

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.

WiFi PLUS click is a compact solution for adding WiFi communication to your project. The click features MRF24WB0MA – 2.4GHz, IEEE std. 802.11 - compliant module from Microchip, as well as MCW1001 companion controller with on-board TCP/IP stack and 802.11 connection manager.

The combination of the MRF24WB0MA and MCW1001 results in support for IEEE Standard 802.11 and IP services.

WiFi PLUS click is designed to run on a 3.3V power supply. It communicates with the target MCU over an UART interface.

PCB antenna

The MRF24WB0MA RF transceiver module contains integrated PCB antenna with range up to 400m.

MRF24WB0MA module

MRF24WB0MA is a low-power, 2.4 GHz, IEEE 802.11-compliant, surface mount module with all associated RF components such as crystal oscillator, bypass and bias passives with integrated MAC, baseband, RF and power amplifier, and built-in hardware support for AES, and TKIP (WEP, WPA, WPA2 security).

The module has low power consumption modes. In sleep mode it uses 250 µA (typical), and while in hibernate mode the typical power consumption is only 0.1 µA.

MCW1001A companion chip

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.

Specifications

  • Type: Wi-Fi
  • Applications: WiFi PLUS click does not use the memory resources of the target microcontroller for TCP/IP stack operations, which makes this module the best choice for wide range of different devices
  • On-board modules: MRF24WB0MA, MCW1001
  • Key Features: Meets 2.4GHz, IEEE std. 802.11 standard. Integrated PCB antenna with range up to 400m
  • Key Benefits: MCW1001 companion controller features on-board TCP/IP stack and 802.11 connection manager
  • Interface: GPIO,UART
  • Input Voltage: 3.3V
  • Compatibility: mikroBUS
  • Click board size: M (42.9 x 25.4 mm)

Key features

  • MRF24WB0MA module from Microchip
  • IEEE 802.11-compliant RF Transceiver
  • Compatible with IEEE 802.11b/g/n networks
  • Integrated PCB antenna
  • Range: up to 400m (1300 ft.)
  • MCW1001A companion chip
  • Interface: UART
  • 3.3V power supply

Pinout Diagram

This table shows how the pinout on WiFi PLUS click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).

INSERT IMAGE HERE

Programming

The following function handles the UDP packet recieved from a wireless client.

01: void UDP_Handler()
02: {
03: int i;
04: unsigned short cnt;
05: response = Net_Wireless_MCW1001_SocketCreate( &socketHandle, _NET_WIRELESS_MCW1001_SOCKET_TYPE_UDP );
06: if( response == _NET_WIRELESS_MCW1001_NO_ERROR )
07: {
08: LCD_ClrLine(2);
09: Lcd_Out(2, 1, "Socket is OK");
10: Delay_ms(600);
11: }
12: Net_Wireless_MCW1001_SocketBind( socketHandle, &localPort, &bindResult );
13: if( bindResult < 254 )
14: {
15: LCD_ClrLine( 2 );
16: Lcd_Out( 2, 1, "Bind is OK" );
17: Delay_ms( 600 );
18: }
19: Net_Wireless_MCW1001_TimeToWait = 5;
20: response = Net_Wireless_MCW1001_UDP_SendBytes( socketHandle, remotePort, remoteIP, dat, strlen( dat ), &cntBytes );
21: if( cntBytes == 8 )
22: { // dat = "mikroErn"; strlen("mikroErn") = 8
23: LCD_ClrLine( 2 );
24: Lcd_Out( 2, 1, "UPD Sent!" );
25: }
26: Net_Wireless_MCW1001_TimeToWait = 2;
27: while( 1 )
28: {
29: response=Net_Wireless_MCW1001_UDP_ReadBytes( &socketHandle, sizeof( dat ) ,&remotePort, remoteIP, &dat, &cntBytes );
30: if( response == 0 )
31: {
32: Lcd_Out( 1, 1, "Received: ");
33: cnt = 0;
34: if( cntBytes < 17 )
35: { // All received data can be shown on single LCD line
36: Lcd_Chr( 1, 16, ' ' );
37: dat[ cntBytes ] = 0;
38: }
39: else
40: { // Only 16 bytes of data will be displayed and echoed back
41: Lcd_Chr( 1, 16, '!' ); // Exlamation indicates ON LCD that recived data is too long for LCD line
42: dat[ 16 ] = 0; // Sting will be limited to 16 characters - adding zero teminaging character
43: }
44: LCD_ClrLine( 2 ); // Prepare line 2 for data display
45: Lcd_Out( 2, 1, dat ); // Show recived data
46: // Echo back the deta which is show on display
47: response = Net_Wireless_MCW1001_UDP_SendString(socketHandle, remotePort, remoteIP, dat, &cntBytes);
48: }
49: if( cnt++ > 2 )
50: {
51: cnt = 0;
52: Lcd_Out( 1, 1, "I'm waiting... " );
53: LCD_ClrLine( 2 );
54: }
55: }
56: }

Downloads

This product is listed in:

Retired

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Accurate IoT Clock With ESP8266

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...
Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.