You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
SD_WLAN | 5 years ago | |
doc | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago |
README.md
FlashAir FileManager
This FileManager is based on:
- The FlashAir Example code available from https://flashair-developers.com/en/documents/tutorials/advanced/2/
- The used API is described on https://flashair-developers.com/en/documents/api/
- The FileManger build by https://github.com/luc-github/Flashair-FM
- And the following libraries are used
- jQuery JavaScript Library https://jquery.com/ https://github.com/jquery/jquery
- Bootstrap HTML/CSS responsive framework http://getbootstrap.com/ https://github.com/twbs/bootstrap
- "Growl-like" notifications for Bootstrap http://bootstrap-notify.remabledesigns.com/ https://github.com/mouse0270/bootstrap-notify
- A cross-browser library of CSS animations (used for notifications) http://daneden.github.io/animate.css https://github.com/daneden/animate.css
- Dropzone is an easy to use drag'n'drop library http://www.dropzonejs.com/ https://github.com/enyo/dropzone
Features
It allows to browse, upload and delete files on SD Card and to know the current capacity of the Card.
The FileManager was tested with a FlashAir W-03 card and Chrome 59 / Firefox 54 on the other end.
User Interface
Configuration
- Backup the content of SD_WLAN of your SD Card - just in case
- Add/Replace the content of SD_WLAN by the one from this repository
- Edit the CONFIG based on your network - I have prepared CONFIG-SAMPLE, it joins existing network - just need to complete SSID/Password and Name
APPMODE=5
Autostart WLAN mode and configure it to join an existing Network (STA mode)APPSID
defines the WLAN SSID to join andAPPNETWORKKEY
is the passwordDELCGI=/thumbnail.cgi,/config.cgi
disables the cgi scripts to view thumbnails or to configure the settings via browserWEBDAV=0
disabled the WebDAV drive like featuresUPLOAD=1
enables upload via browser- For more information please check: https://flashair-developers.com/en/documents/api/config/
APPMODE=5
APPSSID=<Your-SSID>
APPNETWORKKEY=<Your-Password>
APPNAME=<YourName>
DELCGI=/thumbnail.cgi,/config.cgi
WEBDAV=0
UPLOAD=1
- you can edit the List.htm to change the header
<title>FlashAir SD Card</title>
<a class="navbar-brand" href="#">FlashAir SD Card</a>
- Unplug and replug card to refresh settings