Coder Social home page Coder Social logo

fat16's People

Contributors

greiman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fat16's Issues

About HARDLESS CNC

Hello friend, I was see in youtube a video for SD SEND FRO ONE ARDUINO TO GRBL MASTER ARDUINO A GCODE, this is the code that I need or could share the Master Files???

Now I working in similar project but I can't acces to me SD CARD, only can move and send commands.

image

Getting SD card error 2

Hi,

I tried to run the example fat16ls but without success. The program returned a SD card error 2. I use a 16 GB SD card, but the only partition in it was a 1GB FAT16 primary partition. It shouldn't work?

Does this support SD cards > 2 GB?

I've been trying to find how big of SD cards you can use with this library.

Does it work with files larger than 2 GB (i.e. FAT32?) The name of the library implies it is FAT16 only, but there seems to be some code that suggests it is compatible with all FAT types. Is this correct?

How to increase writing speed?

Hello,

how can I increase the overall writing speed of the SPI communication with my SD Card?
I used the SdFat Library for a comparison and i could write data on my SD Card every 2000 microseconds. With the Fat16 Library I can only reach about 8000 microseconds for writing data.

This is my small Arduino sketch I used:
Fat16 fastDataLogger_gitHubIssue.txt

Thanks for your help!

can block size be reduced to say 128 bytes?

i have a data logger app that only every writes in 80 byte blocks, once a second, i was wandering if its possible to reduce the size of this
union cache16_t {
/** Used to access cached file data blocks. */
uint8_t data[512];
to something like 128?

4GB FAT16 is not supported

Hi, I have used your library with 2GB SD cards and it works fine. It seems the library is not working with 4GB SD cards though. Could you guide me if library code needs some kind of changing?
Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.