參數(shù)資料
型號(hào): 20-101-1246
廠商: Rabbit Semiconductor
文件頁(yè)數(shù): 90/120頁(yè)
文件大?。?/td> 0K
描述: CORE MODULE RCM5400W
產(chǎn)品培訓(xùn)模塊: WiFi Authentication
特色產(chǎn)品: RCM5400 Family RabbitCore?
標(biāo)準(zhǔn)包裝: 50
系列: RabbitCore®
模塊/板類型: MPU 核心模塊
適用于相關(guān)產(chǎn)品: RCM5400W
其它名稱: 316-1148
第1頁(yè)第2頁(yè)第3頁(yè)第4頁(yè)第5頁(yè)第6頁(yè)第7頁(yè)第8頁(yè)第9頁(yè)第10頁(yè)第11頁(yè)第12頁(yè)第13頁(yè)第14頁(yè)第15頁(yè)第16頁(yè)第17頁(yè)第18頁(yè)第19頁(yè)第20頁(yè)第21頁(yè)第22頁(yè)第23頁(yè)第24頁(yè)第25頁(yè)第26頁(yè)第27頁(yè)第28頁(yè)第29頁(yè)第30頁(yè)第31頁(yè)第32頁(yè)第33頁(yè)第34頁(yè)第35頁(yè)第36頁(yè)第37頁(yè)第38頁(yè)第39頁(yè)第40頁(yè)第41頁(yè)第42頁(yè)第43頁(yè)第44頁(yè)第45頁(yè)第46頁(yè)第47頁(yè)第48頁(yè)第49頁(yè)第50頁(yè)第51頁(yè)第52頁(yè)第53頁(yè)第54頁(yè)第55頁(yè)第56頁(yè)第57頁(yè)第58頁(yè)第59頁(yè)第60頁(yè)第61頁(yè)第62頁(yè)第63頁(yè)第64頁(yè)第65頁(yè)第66頁(yè)第67頁(yè)第68頁(yè)第69頁(yè)第70頁(yè)第71頁(yè)第72頁(yè)第73頁(yè)第74頁(yè)第75頁(yè)第76頁(yè)第77頁(yè)第78頁(yè)第79頁(yè)第80頁(yè)第81頁(yè)第82頁(yè)第83頁(yè)第84頁(yè)第85頁(yè)第86頁(yè)第87頁(yè)第88頁(yè)第89頁(yè)當(dāng)前第90頁(yè)第91頁(yè)第92頁(yè)第93頁(yè)第94頁(yè)第95頁(yè)第96頁(yè)第97頁(yè)第98頁(yè)第99頁(yè)第100頁(yè)第101頁(yè)第102頁(yè)第103頁(yè)第104頁(yè)第105頁(yè)第106頁(yè)第107頁(yè)第108頁(yè)第109頁(yè)第110頁(yè)第111頁(yè)第112頁(yè)第113頁(yè)第114頁(yè)第115頁(yè)第116頁(yè)第117頁(yè)第118頁(yè)第119頁(yè)第120頁(yè)
User’s Manual
65
Before you compile and run this sample program, check the TCP/IP configuration
parameters, the IP address, and the SSID in the macros, which are reproduced below.
#define TCPCONFIG 1
// #define WIFI_REGION_VERBOSE
#define PING_WHO "10.10.6.1"
#define _PRIMARY_STATIC_IP "10.10.6.170"
#define IFC_WIFI_SSID "rabbitTest"
Now compile and run this sample program. Uncomment the #define WIFI_REGION_
VERBOSE
macro to display the channel and power limit settings. The Dynamic C STDIO
window will then display a menu that allows you to complete the configuration of the
user interface.
6.2.4.2 Wi-Fi Operation
WIFIDHCPORTSTATIC.C
—demonstrates the runtime selection of a static IP configura-
tion or DHCP. The SAMPLES\TCPIP\DHCP.C sample program provides further exam-
ples of using DHCP with your application.
Before you compile and run this sample program, check the TCP/IP configuration
parameters, the IP address, and the SSID in the macros, which are reproduced below.
#define USE_DHCP
#define TCPCONFIG 1
#define _PRIMARY_STATIC_IP "10.10.6.100"
#define IFC_WIFI_SSID "rabbitTest"
Modify the values to match your network. You may also need to modify the values for
MY_GATEWAY
if you are not pinging from the local subnet.
Now press F9 to compile and run the sample program. When prompted in the Dynamic C
STDIO
window, type 's' for static configuration or 'd' for DHCP.
WIFIMULTIPLEAPS.C
—demonstrates changing access points using WEP keys. You
will need two access points to run this sample program. The access points should be
isolated or on separate networks.
The sample program associates the RabbitCore module with the first access point (AP_0
defined below) with WEP key KEY0 (defined below). After associating, the sample
program waits for a predefined time period, and then pings the Ethernet address of the
access point (AP_ADDRESS_0). The sample program then associates with the second
access point and pings its Ethernet address (AP_1, KEY1, AP_ADDRESS_1), and then
switches back and forth between the two access points.
When changing access points, first bring the IF_WIFI0 interface down by calling
ifdown(IF_WIFI0)
. Next, change the SSID and key(s) using ifconfig() calls.
Finally, bring the IF_WIFI0 interface back up by calling ifup(IF_WIFI0). Note that
the sample program checks for status while waiting for the interface to come up or
down.
Before you compile and run this sample program, check the TCP/IP configuration
parameters, the IP address, and the SSID in the macros, which are reproduced below.
#define TCPCONFIG 1
#define IFC_WIFI_ENCRYPTION IFPARAM_WIFI_ENCR_WEP
相關(guān)PDF資料
PDF描述
20-101-1260 BL5S220 SBC (RCM5400-BASED)
20-101-1319 MINCORE MODULE RCM6710
20-668-0024 IC CPU RABBIT4000 128-LQFP
5AGXMB3G6F31C6NES IC ARRIA V FPGA 362K 896FBGA
5CGXFC7D7F31C8NES IC CYCLONE V FPGA 150K 896-FBGA
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
20-101-1247 功能描述:模塊化系統(tǒng) - SOM RCM5450W RABBITCORE MODULE RoHS:否 制造商:Digi International 外觀尺寸:ConnectCore 9P 處理器類型:ARM926EJ-S 頻率:150 MHz 存儲(chǔ)容量:8 MB, 16 MB 存儲(chǔ)類型:NOR Flash, SDRAM 接口類型:I2C, SPI, UART 工作電源電壓:3.3 V 最大工作溫度:+ 85 C 尺寸:1.97 in x 1.97 in x 6.1 in
20-101-1252 功能描述:開發(fā)板和工具包 - 其他處理器 RCM56/57 Prototyping Board RoHS:否 制造商:Freescale Semiconductor 產(chǎn)品:Development Systems 工具用于評(píng)估:P3041 核心:e500mc 接口類型:I2C, SPI, USB 工作電源電壓:
20-101-1253 功能描述:開發(fā)板和工具包 - 其他處理器 RCM56/57XX Serial Comm Board RoHS:否 制造商:Freescale Semiconductor 產(chǎn)品:Development Systems 工具用于評(píng)估:P3041 核心:e500mc 接口類型:I2C, SPI, USB 工作電源電壓:
20-101-1254 功能描述:子卡和OEM板 RCM56/57XX Digital I/O Board RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit
20-101-1255 功能描述:單板計(jì)算機(jī) BL4S100 512K w/ XBee RoHS:否 制造商:Ampro By ADLINK 外觀尺寸:EPIC 處理器類型:Intel Atom D510 頻率:1.66 GHz 存儲(chǔ)容量:2 GB (max) 存儲(chǔ)類型:DDR2, L2 Cache 接口類型:Ethernet, PS/2, SATA, Serial, USB 工作電源電壓:5 V, 12 V 功耗:13 W 最大工作溫度:+ 70 C 尺寸:165.1 mm x 114.3 mm