background image

                           

   

 

1

3

/

1

5

MY-WF003U

 

USB Wi-Fi Module 

Warranty & Technical Support Services 

MYIR Tech Limited

 is a global provider of ARM hardware and software tools, design solutions for 

embedded applications. We support our customers in a wide range of services to accelerate your time to 

market. 

 

MYIR is an ARM Connected Community Member and work closely with ARM and many semiconductor 

vendors. We sell products ranging from board level products such as development boards, single board 

computers and CPU modules to help with your evaluation, prototype, and system integration or creating 

your own applications. Our products are used widely in industrial control, medical devices, consumer 

electronic, telecommunication systems, Human Machine Interface (HMI) and more other embedded 

applications. MYIR has an experienced team and provides custom design services based on ARM 

processors to help customers make your idea a reality. 

 

The contents below introduce to customers the warranty and technical support services provided by 
MYIR as well as the matters needing attention in using MYIR’s products.   

 

Service Guarantee 

MYIR regards the product quality as the life of an enterprise. We strictly check and control the core 

board design, the procurement of components, production control, product testing, packaging, shipping 

and other aspects and strive to provide products with best quality to customers. We believe that only 

quality products and excellent services can ensure the long-term cooperation and mutual benefit.   

 

Price 

MYIR insists on providing customers with the most valuable products. We do not pursue excess profits 

which we think only for short-time cooperation. Instead, we hope to establish long-term cooperation and 

win-win business with customers. So we will offer reasonable prices in the hope of making the business 

greater with the customers together hand in hand.   

 

Delivery Time 

MYIR will always keep a certain stock for its regular products. If your order quantity is less than the 

amount of inventory, the delivery time would be within three days; if your order quantity is greater than 

the number of inventory, the delivery time would be always four to six weeks. If for any urgent delivery, 

we can negotiate with customer and try to supply the goods in advance. 

 

Technical Support 

MYIR has a professional technical support team. Customer can contact us by email 

(

[email protected]

), we will try to reply you within 48 hours. For mass production and customized 

products, we will specify person to follow the case and ensure the smooth production. 

 

After-sale Service 

Содержание MY-WF003U

Страница 1: ...MY WF003U USB Wi Fi Module MY WF003U USB WiFi Module User Manual V1 2 2015 4 1 ...

Страница 2: ...MY WF003U USB Wi Fi Module Version Record Version Description Release Time V1 0 Initial version 2013 11 20 V1 1 Add AM335x AM437x Z turn eval board support 2015 3 18 V1 2 Firmware copy 2015 4 1 ...

Страница 3: ...B WiFi in Linux 9 4 1 Cross compiler Installation 9 4 2 Kernel Configuration 9 4 3 Compile USB WIFI Driver 9 4 3 1 Atmel SAM9x5 series 9 4 3 2 Atmel SAMA5 series 10 4 3 3 TI AM335x series 10 4 3 4 TI AM437x series 10 4 3 5 Z turn 11 4 4 Compile WPA Tool 11 4 5 Configure WLAN through WAP Tool 12 4 5 1 Using configuration file 12 4 5 2 using the command line configuration 13 4 6 Wireless Network Con...

Страница 4: ...IR s MYD SAMA5D3X MYD SAM9X5andMYD SAM9X5 V2 series ARM development boards It is relying on the WiFi IEEE 802 11b g n standards and its network speed can achieve 150Mbps when using the IEEE 802 11n standard It is connected with other terminals through a USB2 0 Host port to build a wireless network 1 2 Product Images Figure 1 1 MY WF003U USB WiFi Module ...

Страница 5: ...e Features Wireless Standard IEEE 802 11n IEEE 802 11g IEEE 11b Network Speed 11n up to 150Mbps 11g up to 54Mbps 11b up to 11Mbps Frequency Band 2 4 2 4835GHz Transmission power 20dBm MAX EIRP Modulation type OFDM CCK 16 QAM 64 QAM Work patterns Ad Hoc Infrastructure Wireless Security 16 128 152 bits WEP WPA WPA2 WPA PSK WPA2 PS OS support Linux Hardware Features Interface Usb2 0 Hi Speed connecto...

Страница 6: ...USB Wi Fi Module Chapter 3 Interface Definition The USB2 0 interface definition is as below in table 3 1 Table 3 1 Signal Definition of USB 2 0 Interface of MY WF003U Pin Signal Definition Image 1 VBUS 2 DN 3 DP 4 GND ...

Страница 7: ...command under the root directory of the kernel source code to open kernel configuration menu make ARCH arm menuconfig Make configurations according to below menu Networking support Wireless cfg80211 wireless extensions compatibility Generic IEEE 802 11 Networking Stack mac80211 Device Drivers Network device support Wireless LAN IEEE 802 11 for Host AP Prism2 2 5 3 and WEP TKIP CCMP 4 3 Compile USB...

Страница 8: ...o 4 3 2 Atmel SAMA5 series Atmel SAMA5 series development board such as MYD SAMA5D3X MYD SAMA5D3X C use Linux 3 6 9 Please refer to 4 3 1 Atmel SAM9X5 series Note modify cross compiler configuration parameters and modify KSRC path corresponding to root of kernel 4 3 3 TI AM335x series TI AM335x series development board such as MYD AM335X MYD AM335X J and so on use Linux 3 2 0 Please refer to 4 3 1...

Страница 9: ...opy the firmware to Board Copy the firmware to lib firmware rtlwifi rtl8192cufw_TMSC bin of Board you can find it in the CD ROM MY WF003U USB WIFI Module Linux Tools firmware rtl8192cufw_TMSC bin Load driver module on development board Copy rtl8192c common ko rtlwifi ko rtl_usb ko rtl8192cu ko to development board And execute following command to insmod driver on development board insmod rtl8192c ...

Страница 10: ... use WAP to configure wlan How to use wap tool and steps to configure wlan is as follow 4 5 1 Using configuration file Use wpa_passphase to generate configuration files How to use wpa_passphase wpa_passphase ssid ssid_code etc wpa_supplicant conf If my WIFI SSID is my_wifi password is 12345678 wpa_passphase my_wifi 12345678 etc wpa_supplicant conf wpa_supplicant conf will be generated in directory...

Страница 11: ...cli p var run wpa_supplicant set_network 20 psk 123456 Select network wpa_cli p var run wpa_supplicant select_network 20 If not got IP address of wlan0 use below command to get IP address udhcpc i wlan0 After above steps get online through WiFi ping www baidu com PING www baidu com 115 239 210 26 56 data bytes 64 bytes from 115 239 210 26 seq 0 ttl 54 time 107 556 ms 64 bytes from 115 239 210 26 s...

Страница 12: ... configuration is as below ESSID MYIR Password 123456 Encryption type WPA PSK iface wlan0 inet dhcp wpa essid MYIR wpa psk 123456 wpa conf etc wpa_supplicant conf Modify the file wpa_supplicant conf Modify the file etc wpa_supplicant conf we can use below contents to replace the original contents and add the network parameters which you are going to connect with Here connecting with MYIR as an exa...

Страница 13: ...nd control the core board design the procurement of components production control product testing packaging shipping and other aspects and strive to provide products with best quality to customers We believe that only quality products and excellent services can ensure the long term cooperation and mutual benefit Price MYIR insists on providing customers with the most valuable products We do not pu...

Страница 14: ...e product has no serial number c The customer has not followed the instruction of the manual which has caused the damage the product d Due to the natural disasters unexpected matters or natural attrition of the components or unexpected matters leads the defects of appearance function e Due to the power supply bump leaking of the roof pets moist impurities into the boards all those reasons which ha...

Страница 15: ... 4 Shipping cost During the warranty period the shipping cost which delivered to MYIR should be responsible by user MYIR will pay for the return shipping cost to users when the product is repaired If the warranty period is expired all the shipping cost will be responsible by users 5 Products Life Cycle MYIR will always select mainstream chips for our design thus to ensure at least ten years contin...

Страница 16: ...Mouser Electronics Authorized Distributor Click to View Pricing Inventory Delivery Lifecycle Information MYIR Tech MY WF003U ...

Отзывы: