Search found 13 matches

by atx823
Mon May 20, 2024 8:11 pm
Forum: ESP-IDF
Topic: compile of app fails with FileNotFoundError: [Errno 2] No such file or directory: 'git' (IDF-10003)
Replies: 3
Views: 1126

Re: compile of app fails with FileNotFoundError: [Errno 2] No such file or directory: 'git'

Same error with 5.1.4.

I installed git from the mint software manager, and then idf.py complained about cmake not being on the path. So I installed cmake as well and now compilation works.

Cmake is listed in the esp-idf docs as a prerequisite, but git is not.

Thanks very much for your help.
by atx823
Mon May 20, 2024 1:47 am
Forum: ESP-IDF
Topic: compile of app fails with FileNotFoundError: [Errno 2] No such file or directory: 'git' (IDF-10003)
Replies: 3
Views: 1126

compile of app fails with FileNotFoundError: [Errno 2] No such file or directory: 'git' (IDF-10003)

This is with a new install of v5.1.1 on a new install of linux mint 21.3. The install of v5.1.1 went fine the second time after I manually installed python3.10-venv. v5.1.1 works fine on another system I have running mint 20.3. WARNING: Git was not found WARNING: Git was not found WARNING: Git was n...
by atx823
Mon Apr 17, 2023 2:21 am
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 4722

Re: esp32-s3 serial port over usb

Good point on the caps -- I'll add them. Thanks for taking a look.
by atx823
Mon Apr 17, 2023 1:52 am
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 4722

Re: esp32-s3 serial port over usb

Cool, thanks.
s3 schem.png
s3 schem.png (23.66 KiB) Viewed 4468 times
s3 pcb.png
s3 pcb.png (224.11 KiB) Viewed 4468 times
by atx823
Sun Apr 16, 2023 10:40 pm
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 4722

Re: esp32-s3 serial port over usb

My own board design. It's pretty simple - just an ap2115 regulator, a usb4105-gf-a receptacle, a couple of headers, and some buttons for EN and IO0.
by atx823
Fri Apr 14, 2023 2:17 am
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 4722

Re: esp32-s3 serial port over usb

No luck with this. I reflashed with the menuconfig console output set to USB Serial/JTAG Controller, then plugged in the usb cable, rebooted with GPIO0 grounded. I have verified the sketch is running, but no new ports show up. I've probed inside the female A end of the cable to verify the connection...
by atx823
Wed Apr 12, 2023 1:13 am
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 4722

esp32-s3 serial port over usb

One of the answers to another question https://esp32.com/viewtopic.php?f=2&t=28326 says: The -S3 has both an USB-serial-JTAG device as well as a 'general-purpose' USB-OTG peripheral. The device you see on bootup is the USB-serial-JTAG unit; it does not need software to work and as such you can progr...
by atx823
Tue Apr 11, 2023 2:33 am
Forum: General Discussion
Topic: new esp32-s3 misbehaving
Replies: 2
Views: 1294

Re: new esp32-s3 misbehaving

Yes, that was it.

Many thanks!
by atx823
Mon Apr 10, 2023 3:43 pm
Forum: General Discussion
Topic: new esp32-s3 misbehaving
Replies: 2
Views: 1294

new esp32-s3 misbehaving

I have a new s3 breakout board which I made. I can program it successfully using an ftdi usb adapter, but after reboot I get a couple of boot messages and then just lot of invalid header errors: "invalid header: 0xa5ff005a". Anyone have any ideas or debugging suggestions? The output is as follows: ....
by atx823
Tue Jun 07, 2022 1:59 am
Forum: Hardware
Topic: IO7 and IO8 on PICO devkit M-2
Replies: 1
Views: 1166

IO7 and IO8 on PICO devkit M-2

Got a ESP32-PICO-DevKitM-2 board and found the pinouts are different from the ESP32-PICO-KIT V4.1 I was using before. IO23 and IO18 are gone, but IO7 and IO8 are new. The datasheet has: IO7: GPIO7, HS1_DATA0, U2RTS, SD_DATA0 IO8: GPIO8, HS1_DATA1, U2CTS, SD_DATA1 In the PICO-D4 GPIO7 and GPIO8 were ...