Search found 627 matches

by mikemoy
Wed Nov 20, 2024 5:42 am
Forum: General Discussion
Topic: Espressif Reveals ESP32-P4, So close to perfection
Replies: 9
Views: 10123

Re: Espressif Reveals ESP32-P4, So close to perfection

So when can we start expecting production release of the P4?
by mikemoy
Thu Oct 24, 2024 8:25 pm
Forum: Hardware
Topic: Supply current for ESP32-P4
Replies: 1
Views: 653

Re: Supply current for ESP32-P4

under full load?
That is kind of vague.

Why not just get a dev kit and start with that.
by mikemoy
Fri Oct 11, 2024 7:41 pm
Forum: ESP-IDF
Topic: New ESP-IDF Installation Manager (EIM)
Replies: 1
Views: 819

Re: New ESP-IDF Installation Manager (EIM)

But we have this: https://dl.espressif.com/dl/esp-idf/

what makes yours different ?
by mikemoy
Thu Oct 10, 2024 11:38 am
Forum: ESP-IDF
Topic: Switch factory partition after OTA
Replies: 1
Views: 624

Re: Switch factory partition after OTA

Have you looked into

esp_ota_get_next_update_partition();
and
esp_ota_set_boot_partition();

Or you could just send another OTA update so that both your ota_0 & ota_1 partitions have the same good new code.
by mikemoy
Sun Oct 06, 2024 10:48 pm
Forum: ESP IoT Solution
Topic: UART event size larger than bytes sent
Replies: 1
Views: 1713

Re: UART event size larger than bytes sent

how did you define buffered_size ?
by mikemoy
Sun Sep 15, 2024 5:44 am
Forum: General Discussion
Topic: Anyone got esp_msc_ota example to work
Replies: 3
Views: 2014

Re: Anyone got esp_msc_ota example to work

My error, it was actually formatted as exFAT.
Formatting it as FAT fixed it.
by mikemoy
Wed Sep 11, 2024 3:22 am
Forum: General Discussion
Topic: Anyone got esp_msc_ota example to work
Replies: 3
Views: 2014

Re: Anyone got esp_msc_ota example to work

ESP32-S3 devkit.
format is FAT.
by mikemoy
Mon Sep 09, 2024 11:43 am
Forum: General Discussion
Topic: ESP32-P4, so close to the golden goose
Replies: 15
Views: 8047

Re: ESP32-P4, so close to the golden goose

Very cool!!!
by mikemoy
Sat Sep 07, 2024 6:40 pm
Forum: General Discussion
Topic: Anyone got esp_msc_ota example to work
Replies: 3
Views: 2014

Anyone got esp_msc_ota example to work

ESP v5.3.1 I am trying to get the esp_msc_ota example to work. https://components.espressif.com/components/espressif/esp_msc_ota It detects when I insert the USB stick. But ends up with (msc_host_task):Failed to register VFS main.c /* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LT...