Search found 149 matches

by orbitcoms
Sun Jul 30, 2023 6:37 am
Forum: ESP-IDF
Topic: OTA with external reources
Replies: 2
Views: 826

OTA with external reources

Hi, I have started working on a new project that uses OTA. For the program code this is working fine. It uploads code from the web and runs in new partition. However, I want to expand the application to include html web files and mp3 files (it is ADF project). At the moment the html files are in a "...
by orbitcoms
Thu Jul 27, 2023 8:42 am
Forum: Hardware
Topic: Debug and flash program ESP32-S3-WROOM-1
Replies: 2
Views: 793

Re: Debug and flash program ESP32-S3-WROOM-1

Thank you for your reply.

I am about to lay up a printed circuit board and need to make sure I have the correct connections.
by orbitcoms
Thu Jul 27, 2023 7:30 am
Forum: Hardware
Topic: Debug and flash program ESP32-S3-WROOM-1
Replies: 2
Views: 793

Debug and flash program ESP32-S3-WROOM-1

Is only a single USB port required donnected to D+ and D- of ESP32-S3-WROOM-1 for both jTag debugging and flash programming? I assume a push button needs to be added to boot pin to put into program mode for flash programming? Any information about the debugging and flash program wiring required will...
by orbitcoms
Tue Jul 04, 2023 4:00 am
Forum: ESP-ADF
Topic: List for adf and esp-idf versions?
Replies: 2
Views: 7141

Re: List for adf and esp-idf versions?

yes, thanks
by orbitcoms
Mon Jul 03, 2023 8:25 am
Forum: IDEs for ESP-IDF
Topic: Anyone using Visual GDB? Looking for help with toolchains
Replies: 1
Views: 4346

Anyone using Visual GDB? Looking for help with toolchains

Hi, I'm having troble getting the toolchains set up in Visual Studio 2022 and using the latest Visual GDB. The first one is trying to get a new esp-idf version 5 project compiling. I follow the new project wizard, select cmake compiler and check out version 5.02 esf-idf compiler. I select a project ...
by orbitcoms
Mon Jul 03, 2023 5:41 am
Forum: ESP-ADF
Topic: List for adf and esp-idf versions?
Replies: 2
Views: 7141

List for adf and esp-idf versions?

I'm having a job trying to configure the correct version of GCC, EDP-IDF and ESP-ADF on one of my older adf projects
and wondering if there is a list that shows which version esp-id can be used to compile the different versions of adf and also which gcc version is required for esp-idf version.

Thanks
by orbitcoms
Sun Jul 02, 2023 10:26 pm
Forum: Hardware
Topic: Custom Board USB UART Pins ESP32-S3-Wroom1
Replies: 8
Views: 5823

Re: Custom Board USB UART Pins ESP32-S3-Wroom1

From what I have read in the datasheet is looks like a single USB port has 2 channels and can be used for both debugging and programming. If this is the cas I assume I can just use the USB port and have the TX0 as monitor output?
by orbitcoms
Thu Jun 29, 2023 1:56 am
Forum: Hardware
Topic: Custom Board USB UART Pins ESP32-S3-Wroom1
Replies: 8
Views: 5823

Re: Custom Board USB UART Pins ESP32-S3-Wroom1

I uploaded a separate post in this forum and did not get a response yet but see my question is very similar to this. Would someone please advise the minimal pin set up on ESP32-S3 to debug and use JTAG feauture. ie. Say JTAG and flash chip via pins 19/20 and use TX0 for monitor? I expect to also nee...
by orbitcoms
Mon Jun 26, 2023 9:10 am
Forum: Hardware
Topic: Debug connections for ESP32-S3
Replies: 0
Views: 2068

Debug connections for ESP32-S3

Hi I have been using ESP32-WROOM device for a little while and want to start development using the newer ESP32-S2 (still as a WROOM module). Can I run the openocd (JTAG) AND the monitor function both through the same USB port (D+ D-)? and just also require RST and all other pins are ok for IO? Or do...
by orbitcoms
Mon Jun 26, 2023 9:06 am
Forum: IDEs for ESP-IDF
Topic: Having trouble with esp-idf extension in vscode
Replies: 2
Views: 8420

Re: Having trouble with esp-idf extension in vscode

Thanks
I reinstalled windows from scratch and then vscode and ran "Express" to instal ver 5.02. I heard there is some issue with the lastr release 5.1?