Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 3 of 3

Thread: Is it possible to use USBHost_t36 to access files on a USB Flash drive?

  1. #1
    Junior Member
    Join Date
    Jun 2021
    Posts
    2

    Is it possible to use USBHost_t36 to access files on a USB Flash drive?

    I've searched this forum, and tried to look for example sketches where somebody has used a Teensy 3.6 or 4.1 to read/write files from a USB Flash drive (FAT32) to no avail.

    I know that UBSHost_t36 is only the lowest level library necessary - there are other things that need to be added on top right? (Like the FAT file system, maybe others?)

    I don't see any examples of this in the USBHost_t36 repo either - is this still something that has to be worked out yet, or is it possible to do with existing libraries?

    Any pointers as to where to go look for examples that can do this?

    Thanks-
    *Brian

  2. #2
    Senior Member+ defragster's Avatar
    Join Date
    Feb 2015
    Posts
    17,145
    Yes, - old 2019 thread linked below but the lib used was touched in recent days

    github.com/WMXZ-EU/uSDFS

    Thread :: pjrc.com/threads/55821-USBHost_t36-USB-Mass-Storage-Driver-Experiments

    22 page thread ...

  3. #3
    Junior Member
    Join Date
    Jun 2021
    Posts
    2
    Thanks defragster! That library and thread look promising. Maybe if I can whittle down the example sketch to something very simple it would be useful to others.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •