Questions tagged [flashair]

FlashAir is an SD card with embedded Wireless LAN produced by Toshiba.

FlashAir is an SD card with embedded Wireless LAN produced by Toshiba.

https://flashair-developers.com/en/

23 questions
2
votes
0 answers

FlashAir SD card works with Firefox & curl, but not Python-Requests

I have a Toshiba FlashAir card, which is a wi-fi enabled SD card that apparently runs a webserver on embedded Linux. I'm trying to upload files to it, which is through the standard multipart/form-data post, as per…
Gene Cash
  • 21
  • 2
2
votes
1 answer

How to have a FlashAir Access Point over WiFi while still reach out internet via Cellular Data on an iOS app that uses AFNetworking?

IMPORTANT: I don’t need simultaneous transfers, I mean, I don’t need to transfer over WiFi while still transferring over 4G at the same time, I just want to be connected over Wifi to my Access Point, transfer some files and finally not having to…
Renexandro
  • 464
  • 5
  • 13
1
vote
0 answers

FlashAir: cgi command request to file

I'm using old Toshiba FlashAir cards (version 2 and 3) for my environmental recordings. The problem I have looks pretty simple BUT I've been unable to solve it for a couple of days. What I need is infromation on files stored on the card. Althrough…
Rasbat
  • 11
  • 1
1
vote
0 answers

Control FlashAir SD card from Linux User Space

I want to control FlashAir SD card from Linux User Space. I decide to choose mmc ioctl to send command to SD card. I have refer to here and here My code is #define MMC_BLOCK_MAJOR 179 #include #include #include…
Shatashi
  • 11
  • 2
1
vote
1 answer

lua lfs on flashair w04 seems not to work

Hi for the last week i have been trying to get my Flashair to upload its files over ftp. I can make a ftp connection without any problems, but when i try to iterate over the files in its folder its gives me a error on the lua lfs, the only thing its…
Adri
  • 11
  • 2
1
vote
0 answers

Add Geo tag to jpeg in Lua

I have been working hard on understanding EXIF data parsing but there is something I cannot figure out. My goal is to write a Lua code I can run in my FlashAir card in order to write the GPS location info. What I cannot figure out is if writing a…
nick
  • 11
  • 2
1
vote
1 answer

Flashair issue with LUA_SD_EVENT

I have a Flashair and I try to run a Lua script every time a new file is added to the card. I set the LUA_SD_EVENT on the CONFIG, but when I add a file to the SD card nothing happens. Basically, I have the Flashair on my PC and manually add a file…
Valter Zoc
  • 11
  • 2
1
vote
1 answer

Is there any way, to send a notification from Flash Air card to Android App on any update?

I'm working on android project. I have made android application which gets the files from FlashAir wifi storage card. Using polling method, I refresh file list and then I check if any file is updated or not, but I need notification from…
user6359267
1
vote
0 answers

Upload files without restart

I'm using the upload.cgi to delete a file from the SD and upload a newer version of that file to the SD, but the device the SD is into still does recognize the old version. The FlashAir SD seems to cache the old file contents until I reboot it. I…
Florian Bach
  • 919
  • 7
  • 22
1
vote
1 answer

Why does reading and writing a JPEG with Java ImageIO reduce the file size?

I am using Java's javax.imageio.ImageIO to read contents from my FlashAir 32Gb (2nd gen) and to write them to my local hard drive. I can read and save the files, but I noticed that the ones in the hard drive are much smaller than the originals in…
Marcelo Ruiz
  • 199
  • 9
0
votes
0 answers

Flashair issue with LUA_SD_EVENT (Files are not transfering using FTP)

The ftpupload.lua file is not running or there is issue in the code. I need it for my FlashAir Wi-fi sdcard. I used this code before: require("Settings") local ftpstring = "ftp://"..user..":"..passwd.."@"..server.."/"..serverDir.."/" local lockdir…
0
votes
1 answer

"The file “command.cgi” couldn’t be opened."

FlashAir W-04 Fourth Generation SD memory card In my iOS app directory listing api not working. Response : Task .<0> HTTP load failed (error code: -1003 [12:8]) 2019-05-21 23:32:40.267572+0530 Razzo[10489:87069] NSURLConnection finished with error -…
Pratik Lad
  • 464
  • 4
  • 9
0
votes
0 answers

Lua - FlashAir card CONFIG file gets damaged

I am using Toshiba FlashAir card to wirelessly upload photos from my drone to my web server via Lua script installed on FlashAir card. The card works fine most of the time, but sometimes the photos doesn't upload. When I connect to the card via my…
Haris ur Rehman
  • 2,593
  • 30
  • 41
0
votes
1 answer

How does one remove a file from a FlashAir card using the API?

On the basis of the documentation for command.cgi and upload.cgi, I have a simple sync application that first retrieves a list of files and then tries to delete them from the device. However, the delete operation always fails with a 404 error. The…
Jean-Paul Calderone
  • 47,755
  • 6
  • 94
  • 122
0
votes
3 answers

Issues with Toshiba FlashAir Stand Alone Mode

My scenario is the following - have the Toshiba Flash Air connected to a camera, and configured to stand alone mode so that the camera detects a network, a user is able to pull files from Flash Air without switching to the flash air SSID. However,…
ShaunK
  • 1,181
  • 5
  • 22
  • 41
1
2