101-1285 Rabbit Semiconductor, 101-1285 Datasheet - Page 67

DEV KIT DELUXE MINICORE RCM5600W

101-1285

Manufacturer Part Number
101-1285
Description
DEV KIT DELUXE MINICORE RCM5600W
Manufacturer
Rabbit Semiconductor
Series
MiniCore™r
Type
Transceiver, 802.11 b/gr
Datasheet

Specifications of 101-1285

Frequency
2.4GHz
Processor To Be Evaluated
Rabbit 5000
Processor Series
RCM5600W
Interface Type
RS-232, USB, PCI
Maximum Operating Temperature
+ 55 C
Minimum Operating Temperature
- 30 C
Operating Supply Voltage
3.15 V to 3.45 V
Silicon Manufacturer
Rabbit Semiconductor
Silicon Family Name
RabbitCore
Kit Contents
Board
Features
On-board Single-Chip 802.11b/g Transceiver, Built-In Web Server
Development Tool Type
Hardware /
Rohs Compliant
Yes
For Use With/related Products
RCM5600W
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
316-1161
OEM User’s Manual
WIFISCAN.C
operating in either the ad-hoc mode or through access points in the infrastructure mode.
No network parameter settings are needed since the RCM5600W does not actually join
an 802.11 network. This program outputs the results of the scan to the Dynamic C
STDIO
WIFISCANASSOCIATE.C
ifconfig IFS_WIFI_SCAN
callback function when it is done. The callback function is specified using
IFS_WIFI_SCAN
Before you run this sample program, configure the Dynamic C
library and your
Now compile and run the sample program. Follow the menu options displayed in the
Dynamic C
Note that
the scan takes a fair amount of time. Instead, callback functions are used. The callback
function is passed to
1. Use macro definitions in the “Defines” tab in the Dynamic C Options > Project
2. If you are using DHCP, change the definition of the TCPCONFIG macro to 5. The default
Options menu to modify any parameter settings.
If you are not using DHCP, set the IP parameters to values appropriate to your network.
Set the macro IFC_WIFI_SSID= to define a C-style string to set the SSID of your
access point as, for example,
or use an empty string, "", to associate with the strongest BSS available.
Alternatively, you may create your own CUSTOM_CONFIG.LIB library modeled on the
Dynamic C TCP_CONFIG.LIB library. Then use a TCPCONFIG macro greater than or
equal to 100, which will invoke your CUSTOM_CONFIG.LIB library to be used.
Remember to add the CUSTOM_CONFIG.LIB library to LIB.DIR.
value of 1 indicates Wi-Fi with a static IP address.
ifconfig(IF_WIFI0, IFS_WIFI_SCAN, scan_callback, IFS_END);
window.
ifconfig IFS_WIFI_SCAN
STDIO
Press s to scan available access points
Press a to scan access points and associate
Press m to print WIFI MAC status
—initializes the RCM5600W and scans for other Wi-Fi devices that are
_PRIMARY_STATIC_IP = "10.10.6.100"
_PRIMARY_NETMASK = "255.255.255.0"
MY_NAMESERVER = "10.10.6.1"
MY_GATEWAY = "10.10.6.1"
IFC_WIFI_SSID = "My Access Point"
TCPCONFIG
.
window.
ifconfig()
— demostrates how to scan Wi-Fi channels for SSIDs using
macro.
. This takes a while to complete, so
as the only parameter to
function calls do not return data directly since
IFS_WIFI_SCAN
TCP_CONFIG.LIB
ifconfig()
ifconfig
.
calls a
61

Related parts for 101-1285