Welcome! Log In Create A New Profile

Advanced

FlashAir

Posted by Mogal 
FlashAir
January 17, 2019 01:54PM
Hello, I recently discovered this wonderful little SD card.
Discovered them from Chris Riley through this vid: WiFi SD Card

I can save my gcode files straight to the SD card through Wifi, BUT the Marlin firmware (1.1.9) wont read the card.
(The card powers up, I can find and save files to the card so, "its working")

Marlin detects that its inserted, but when I go to load the code from from the menu, it says "No SD card"

I made the changes listed here: Marlin Firmware Patch

But that didn't help.
Any suggestions?


--------------------------------------------------------
Custom all metal CoreXY
- Duet 2 Wifi w/ PanelDue 7i
- 330mm x 360mm x 500mm
- 750w Silicon heater

Custom Mendel90
(Backup printer - Old reliable!) - Sold
Re: FlashAir
February 06, 2019 04:50PM
Nobody playing with these wifi cards?!


--------------------------------------------------------
Custom all metal CoreXY
- Duet 2 Wifi w/ PanelDue 7i
- 330mm x 360mm x 500mm
- 750w Silicon heater

Custom Mendel90
(Backup printer - Old reliable!) - Sold
Re: FlashAir
February 06, 2019 09:13PM
I was looking at the code in Marlin 1.1.9 Bugfix looks like it has already been modded for WiFi Cards.

  // discard CRC
  spiRec();
  spiRec();
#endif
  chipSelectHigh();
  // Send an additional dummy byte, required by Toshiba Flash Air SD Card
  spiSend(0XFF);
  return true;
  FAIL:
  chipSelectHigh();
  // Send an additional dummy byte, required by Toshiba Flash Air SD Card
  spiSend(0XFF);
  return false;
}

Edited 1 time(s). Last edit at 02/06/2019 09:13PM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: FlashAir
February 06, 2019 11:41PM
people where trying ti use these 2 years back... the general consensus was uploads are just to slow.
VDX
Re: FlashAir
February 07, 2019 02:43AM
... yes, I've tested them for a project with file sizes of up to 2 GB, what was not really usefull - so changed to hardwired instead eye rolling smiley


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: FlashAir
February 07, 2019 09:57AM
Uhmm... I actually found transfer speeds really quick.
Just need the ramps to read the file after the transfer.


--------------------------------------------------------
Custom all metal CoreXY
- Duet 2 Wifi w/ PanelDue 7i
- 330mm x 360mm x 500mm
- 750w Silicon heater

Custom Mendel90
(Backup printer - Old reliable!) - Sold
Sorry, only registered users may post in this forum.

Click here to login