Search found 11 matches
- Sat May 18, 2024 10:16 am
- Forum: ESP32 Arduino
- Topic: USB MSC mount name
- Replies: 9
- Views: 3209
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...
- Sun May 12, 2024 9:02 pm
- Forum: ESP32 Arduino
- Topic: USB MSC mount name
- Replies: 9
- Views: 3209
Re: USB MSC mount name
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.
- Sun May 12, 2024 5:57 pm
- Forum: ESP32 Arduino
- Topic: USB MSC mount name
- Replies: 9
- Views: 3209
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...
- Sat May 11, 2024 6:36 am
- Forum: ESP32 Arduino
- Topic: USB MSC mount name
- Replies: 9
- Views: 3209
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".
- Fri May 10, 2024 9:57 pm
- Forum: ESP32 Arduino
- Topic: USB MSC mount name
- Replies: 9
- Views: 3209
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...
- Sun Sep 11, 2022 8:14 pm
- Forum: General Discussion
- Topic: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
- Replies: 4
- Views: 3954
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.
- Wed Oct 06, 2021 7:13 pm
- Forum: ESP-IDF
- Topic: Cannot compile project with idf4 - certificate error
- Replies: 1
- Views: 2430
Re: Cannot compile project with idf4 - certificate error
There's a lot of information here https://github.com/espressif/esp-idf/is ... -934212224
- 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: 18579
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?
- Fri Jul 09, 2021 8:49 am
- Forum: ESP RainMaker
- Topic: This problem is about the Arduino-ESP32 Rainmaker demo
- Replies: 5
- Views: 24882
Re: This problem is about the Arduino-ESP32 Rainmaker demo
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.fary_young wrote: ↑Fri Jun 18, 2021 10:39 amthe QR code can be successfully output, but the style interval of the QR code is too large to identify the information
- 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: 18579
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...