
- Toshiba flashair tool 400b how to#
- Toshiba flashair tool 400b archive#
- Toshiba flashair tool 400b code#
- Toshiba flashair tool 400b password#
As with client mode, the value will be obfuscated when the card boots, so don't forget what you entered here.
Toshiba flashair tool 400b password#

Once the card has booted with your config, this value will be overwritten with asterisks so nobody can easily read your password from the card, should they get hold of it. APPNETWORKKEY: the password for your WiFi.The card cannot connect to channels 12 and 13, at least not the version I have. IMPORTANT: your access point must be set to channel 11 or lower. If you have multiple access points, pick the one the card will be closest to. APPSSID: the SSID of the WiFi network the card needs to connect to.Either configure your router to always hand out the same address to the card's MAC, or set DHCP_Enabled to NO and fill in the values for IP_Address, Subnet_Mask, etc. However, if you want to access it by IP address, it will be more practical to ensure it always gets the same address. If you can access the card through its ID set above, this will be OK.

DHCP_Enabled: if you set it to YES, the card will get an IP address from your router.ID: anything you want (is supposed to set the name for netbios or Bonjour, but I haven't seen this work in my setup).There are a few configurable things in the main.js file: you can opt to show a confirmation dialog when uploading files with a name longer than a certain number of characters, or when uploading files with certain extensions. Edit the file in a text editor, and change the following values. I highly recommend client mode, because uploading files in AP mode seems to be horribly slow for some reason.Ĭopy either the CONFIG-AP or CONFIG-client file to SD_WLAN, and rename it to CONFIG. You need to choose whether you want to use the card in Access Point (AP) mode, or client mode. This directory may be hidden if you browse the card in Windows, so you will need to change settings to show hidden files and directories.Īlso download the latest compressed, production jQuery from, rename the file to ‘jquery.js’, and place it in /SD_WLAN/js/ on the card.
Toshiba flashair tool 400b how to#
How to installīasically, just dump almost all the files in the /SD_WLAN directory on your FlashAir, with a few modifications. The whole thing is an ugly mix of HTML, CSS, JavaScript, JQuery, and Lua scripts.

Toshiba flashair tool 400b code#
The code is based on the FlashAir tutorial from Toshiba, which is released under a BSD 2-Clause License, hence this entire project is released under the same license. In other words, this is a pile of mostly ugly hacks, but they do the job. For instance, the move operation is performed by a Lua script, which reads the list of files to be moved from a text file that is uploaded to the card, because the Lua HTTP interface is simply way too limited to pass even only one complete file path through URL parameters only.
Toshiba flashair tool 400b archive#
It is specifically designed to be used with 3D printers, where it is usually only necessary to upload only a few files at a time, and either erase them after the print has completed, or move them to an archive directory.ĭue to various limitations of the FlashAir, I had to be somewhat creative to make certain things work. It allows uploads, renaming, moving, and deleting files. This is a simple but quite feature-complete web UI for the Toshiba FlashAir W-03 wireless SD card.
