This repository contains the infomation of FYSETC SD-WIFI module
You can get the firmware here. You can check the video FYSETC How to upgrade SD Wifi module firmware - YouTube to know how to update the firmware.
First you can see our video FYSETC SD Wifi Wireless Transmission Module Introduction - YouTube. You have two ways to config the module.
note: The card should be formatted for Fat16 or Fat32
You can edit the example SETUP.INI
file in ini
folder, change the SSID and PASSWORD value. And then copy SETUP.INI
file to your root SD card. Then insert it to the module.
USB2UART
you can see the module IP and other information.
note: if you miss the serial output, you can click the RST
button on the module. If you power it on with USB charger, you can check the module IP on your router
Insert your sdcard to the module.
USB2UART
And use the following command to connect the network or check the network status
M50: Set the wifi ssid , 'M50 ssid-name'
M51: Set the wifi password , 'M51 password'
M52: Start to connect the wifi
M53: Check the connection status
To access the drive from Windows, type \\ip\DavWWWRoot
at the Run prompt, this will show in serial output as our video shows. FYSETC SD Wifi Wireless Transmission Module Introduction - YouTube
Or use Map Network Drive menu in Windows Explorer.
Just need to use http://192.168.0.x
in access network drive option
The following problems occur in the SD-WIFI module, which may be due to insufficient power supply or signal problems.
The power supply of the USB interface connected to the SD-WIFI module is insufficient, if it is the host, change the USB interface to the rear; If it is a notebook computer, it is best to connect the power supply, directly connect to the USB port, do not connect to the extension dock.
如果此模块电脑 USB 口直接供给的电流不够时会出现无法连接的情况,此时需要一个带独立电源的 USB 分线器,从分线器 USB 口连接模块进行参数设定。
If the above method does not work, put the module as close to the wifi signal source as possible, or change to a strong wifi signal source, the signal is too weak will lead to connection errors.
请尽量靠近你的路由器,信号不好时也可能连接不上。
If Fix 2 cannot be implemented for some reason, the PHY mode of the module can be changed to enhance the module signal.
WIFI_PHY_MODE | Description |
---|---|
WIFI_PHY_MODE_11B | The range is the largest, the speed is the slowest, and the power consumption is the most. |
WIFI_PHY_MODE_11G | Medium range, speed and power consumption. |
WIFI_PHY_MODE_11N | The range, power consumption is the smallest and the speed is the fastest. |
Modify firmware:
Firmware Compile and upload:https://github.com/FYSETC/ESPWebDAV