Search found 507 matches

by username
Mon Sep 16, 2024 12:42 am
Forum: General Discussion
Topic: ESP32 hangs after a few days
Replies: 4
Views: 687

Re: ESP32 hangs after a few days

Why not just get another and leave it hooked up at home to the PC so when it restarts you will see what is the issue.
by username
Sun Sep 15, 2024 5:42 am
Forum: General Discussion
Topic: USB host MSC example fail
Replies: 3
Views: 987

Re: USB host MSC example fail

Found the cause. USB drive needs to be formatted as FAT. Mine was formatted with exFAT.
Be nice if that was in the README file.
by username
Fri Sep 13, 2024 1:56 pm
Forum: ESP-IDF
Topic: Flashing new Code to an ESP32s3 While it is Acting as a MSC
Replies: 4
Views: 577

Re: Flashing new Code to an ESP32s3 While it is Acting as a MSC

When you device is acting as an MSC and plugged into your PC why dont you just copy over you firmware's bin file to it and have it read that and flash itself?
by username
Tue Sep 10, 2024 11:19 am
Forum: General Discussion
Topic: USB host MSC example fail
Replies: 3
Views: 987

Re: USB host MSC example fail

I would think the example should work out of the box though.
by username
Sun Sep 08, 2024 4:35 am
Forum: General Discussion
Topic: USB host MSC example fail
Replies: 3
Views: 987

USB host MSC example fail

ESP v5.3.1 I created a new project using the example USB/HOST/MSC https://github.com/espressif/esp-idf/tree/release/v5.1/examples/peripherals/usb/host/msc When I run it and stick a USB stick in i get the following in the terminal. Its failing on this line: ESP_ERROR_CHECK(msc_host_vfs_register(msc_d...
by username
Wed Sep 04, 2024 3:13 pm
Forum: ESP-IDF
Topic: ESP SERIAL FLASHER
Replies: 4
Views: 3557

Re: ESP SERIAL FLASHER

Along this concept. I saved my 3 .bin files files files to a SD card on the Master.
bootloader.bin
partitions.bin
firmware.bin

Would the correct method be for each file ?

esp_loader_flash_start
esp_loader_flash_write
esp_loader_flash_finish
by username
Mon Sep 02, 2024 11:20 pm
Forum: Hardware
Topic: esp32 P4 performance
Replies: 10
Views: 3114

Re: esp32 P4 poor performance?

Yet again. Im not saying that esp32 is bad, because i have poor results. I am not expecting any results from bigbanging code. The point is that esp32 S3 with 160MHz has similar results as P4 with 360, and S3 with 240MHz is performing much better. Its just observation, nothing more. FWIW, I get what...
by username
Sat Aug 31, 2024 2:27 pm
Forum: Hardware
Topic: esp32 P4 performance
Replies: 10
Views: 3114

Re: esp32 P4 poor performance?

This is very interesting. Thanks for sharing.
by username
Fri Aug 30, 2024 12:16 pm
Forum: Hardware
Topic: RF issue on custom board
Replies: 9
Views: 1979

Re: RF issue on custom board

Are pins 2 of L1 tied to GND. It does not look like it from the photo to me.