coding for rcm5600w

hi there… i currently using rcm5600w. i want to create an infrastructure node so that i can connect to. but, facing some problem as i could’nt find any full sample codes that create an infrastructure node. or should i say it do not work out… quite urgent… can anyone help me please… will be very grateful for that… thanks…

hi I have problem creating an ad-hoc node, have try the sample program but cant work. can anyone help???

Hi,
If you install the Dynamic C 10.64, from this location
C:\DCRABBIT_10.64\Samples\RCM5600W\TCPIP
you can get the sample applications pigled.c for infrastructuire node .

Hi Joanna,

What are the settings have you done for adhoc mode?
Try with these settings in the file BROWSELED.C from this location C:\DCRABBIT_10.64\Samples\RCM5600W\TCPIP

#define TCPCONFIG 1
#define _PRIMARY_STATIC_IP “192.168.1.2”
#define _PRIMARY_NETMASK “255.255.255.0”
#define MY_GATEWAY “192.168.1.1”
#define MY_NAMESERVER “192.168.1.1”
#define IFC_WIFI_SSID “rabbbit”
#define IFC_WIFI_ROAM_ENABLE 1
#define IFC_WIFI_ROAM_BEACON_MISS 20
#define IFC_WIFI_CHANNEL 1
#define IFC_WIFI_MODE IFPARAM_WIFI_ADHOC
#define IFC_WIFI_REGION IFPARAM_WIFI_REGION_AMERICAS
#define IFC_WIFI_ENCRYPTION IFPARAM_WIFI_ENCR_NONE

After runs the program on the module , try to connect with your Wi-Fi device with this network “rabbit”.

Open explorer and point to the static IP address of your Rabbit board (192.168.1.2) in your Wi-Fi device.