Ch376msc icon indicating copy to clipboard operation
Ch376msc copied to clipboard

Arduino library for CH376 mass storage contoller

Results 31 Ch376msc issues
Sort by recently updated
recently updated
newest added

I can't play music from USB Flash using the ESP32-audioI2S library. Has anyone encountered this problem? Was it possible to run it?

i have used most code from [basicUsageSoftSerial](https://github.com/djuseeq/Ch376msc/blob/master/examples/basicUsageSoftSerial/basicUsageSoftSerial.ino) example . my actual issue is i want to write a String to file periodically. but the Ch376msc::writeFile(char* buffer, uint8_t b_size) expects a...

Files are not created when called using separate fileOpen, fileWrite and fileClose functions. Am I doing any wrong here? Please Help. Using: - Standard Esp32 Wroom Dev Board - Ch376s...

Hi, How to get the volume label information (Drive name) ?

It would be great if the init() function return something..... because on startup/setup code, init() is called as per the suggestion, init() should be called before anything.... There is a...

hi @djuseeq, thank you for this great library. i saw quite heavy mode required to interface the board with sd. i saw ch376s module sold on ali with build in...

### Discussed in https://github.com/djuseeq/Ch376msc/discussions/62 Originally posted by **al789b** January 13, 2022 Hi , I'm having some issues with wiring the chip up to my Arduino Nano/Uno following the diagram provided....

I am using Arduino Uno borad and CH376S USB host module. And I have connected with SPI interface as shown in the following figure. I didn't connect INT pin. ![image](https://user-images.githubusercontent.com/17531400/124382242-ffaac280-dce3-11eb-8c7c-227793fceb6b.png)...

Hi, just playing around, and noticed getChipVer() returns 0xff (not 0x43 or 0x42 as the Readme says it should) Everything else works great (can read files, create files, browse directorys,...

HI DEAR FIRST, I WANT TO ASK YOU IS THERE ANY WAY TO CLEAR EVERY SINGLE BIT ? SECOND IS THERE ANY WAY TO CHANGE FORMAT ? FAT 12 TO...