Search found 11 matches

by marcelstoer
Sat May 18, 2024 10:16 am
Forum: ESP32 Arduino
Topic: USB MSC mount name
Replies: 9
Views: 2708

Re: USB MSC mount name

Thanks Larry, works like a charm! This is too good to be hidden away in some forum thread? I could integrate it into an example at https://github.com/espressif/arduino-esp32/tree/master/libraries/USB/examples/USBMSC or https://github.com/espressif/arduino-esp32/tree/master/libraries/FFat/examples. W...
by marcelstoer
Sun May 12, 2024 9:02 pm
Forum: ESP32 Arduino
Topic: USB MSC mount name
Replies: 9
Views: 2708

Re: USB MSC mount name

lbernstone wrote:
Sun May 12, 2024 8:34 pm
Oh, it is absolutely not a normal file
:D yes, I'm aware of that. I'm just surprised that I didn't find any information so far that would explain permissions or restrictions. It would be great if F_Fat::format also accepted a volume label in addition to the partition label.
by marcelstoer
Sun May 12, 2024 5:57 pm
Forum: ESP32 Arduino
Topic: USB MSC mount name
Replies: 9
Views: 2708

Re: USB MSC mount name

I see, thanks. My code was inspired by https://github.com/Munsutari/esp32-s3-internal-flash-msc/blob/main/flash_test.ino using the EspClass class. Hence, it is much simpler (i.e. on a higher abstraction level) than the example you linked to and I use this with PlatformIO. Given that for FAT12 the vo...
by marcelstoer
Sat May 11, 2024 6:36 am
Forum: ESP32 Arduino
Topic: USB MSC mount name
Replies: 9
Views: 2708

Re: USB MSC mount name

Thanks for the feedback. What part of that example should make it appear as "ESP32S2 MSC"? I see there's a "volume_label padded with spaces" option but that one is set to "TinyUSB MSC".
by marcelstoer
Fri May 10, 2024 9:57 pm
Forum: ESP32 Arduino
Topic: USB MSC mount name
Replies: 9
Views: 2708

USB MSC mount name

Is there a way to set the USB MSC mount name the device shows up as? My device mounts as "NO NAME" (on macOS) and that's kind of annoying - especially if you have multiple MSC devices you're testing with. I'm already calling 'msc.vendorID()' and 'msc.productID()' but none of it appears to have an im...
by marcelstoer
Sun Sep 11, 2022 8:14 pm
Forum: General Discussion
Topic: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
Replies: 4
Views: 3602

Re: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi

I have som unanswered questions I cannot find the answer to elsewhere. Maybe this could be the answer to your question(s)? https://thingpulse.com/product/espgateway/ A gateway with two ESP32, one talking ESP-Now, the other talking WiFi (to the Pi). Disclaimer: I am one of the ThingPulse co-founders.
by marcelstoer
Sat Jul 17, 2021 6:08 am
Forum: ESP RainMaker
Topic: ESP32 provisioning with QR-code: No bluetooth device found with given prefix
Replies: 3
Views: 18159

Re: ESP32 provisioning with QR-code: No bluetooth device found with given prefix

Am I the only one on this whole planet facing this issue? When I ask my favorite search engine about "No bluetooth device found with given prefix" the only hit is my own post above :( @esspressif, can you help?
by marcelstoer
Fri Jul 09, 2021 8:49 am
Forum: ESP RainMaker
Topic: This problem is about the Arduino-ESP32 Rainmaker demo
Replies: 5
Views: 23716

Re: This problem is about the Arduino-ESP32 Rainmaker demo

fary_young wrote:
Fri Jun 18, 2021 10:39 am
the QR code can be successfully output, but the style interval of the QR code is too large to identify the information
Right below the QR code you should also see a URL that you can paste into any browser. I will render the same QR code there.
by marcelstoer
Sat Jul 03, 2021 8:34 am
Forum: ESP RainMaker
Topic: ESP32 provisioning with QR-code: No bluetooth device found with given prefix
Replies: 3
Views: 18159

ESP32 provisioning with QR-code: No bluetooth device found with given prefix

I'm working through the "Get Started" for the first time. Currently I'm stuck at provisioning through the QR-code as there's something amiss with the BLE. When I scan the QR-code with the iOS app it says "No bluetooth device found with given prefix". I made the necessary settings for Assisted Claimi...