Search found 63 matches

by Yuvaraj1867
Mon Aug 21, 2023 8:17 am
Forum: General Discussion
Topic: Sending or Receiving data over UDP/TCP
Replies: 8
Views: 2498

Re: Sending or Receiving data over UDP/TCP

Hi, The example UDP_Client working fine with ESP32-C6 module. Make sure your password is not less than 8 character. I (631) wifi:mode : sta (40:4c:ca:41:ca:60) I (631) wifi:enable tsf I (631) example_connect: Connecting to Uchi... I (641) example_connect: Waiting for IP(s) I (3041) wifi:new:<1,0>, o...
by Yuvaraj1867
Wed Aug 09, 2023 11:44 am
Forum: General Discussion
Topic: Document for builtin USB-JTAG debugging
Replies: 9
Views: 2784

Re: Document for builtin USB-JTAG debugging

Yes. ESP32C6 built-in JTAG circuitry with VSCode debugging works fine.
by Yuvaraj1867
Wed Aug 09, 2023 8:24 am
Forum: General Discussion
Topic: Document for builtin USB-JTAG debugging
Replies: 9
Views: 2784

Re: Document for builtin USB-JTAG debugging

ESP32-C6 has a built-in JTAG circuitry and can be debugged without any additional chip. By default, ESP32-C6 JTAG interface is connected to the built-in USB_SERIAL_JTAG peripheral. Only an USB cable connected to the D+/D- pins is necessary. ESP32-C6 Pin USB Signal GPIO12 D- GPIO13 D+ 5V V_BUS GND Gr...
by Yuvaraj1867
Wed Aug 09, 2023 8:13 am
Forum: General Discussion
Topic: Document for builtin USB-JTAG debugging
Replies: 9
Views: 2784

Re: Document for builtin USB-JTAG debugging

Hi, After installing VS code 1st step add ESP-IDF as extension by referring this document - https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md Detailed debugging procedure found here - https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tuto...
by Yuvaraj1867
Mon Aug 07, 2023 6:30 am
Forum: General Discussion
Topic: Document for builtin USB-JTAG debugging
Replies: 9
Views: 2784

Re: Document for builtin USB-JTAG debugging

Check the following pages. ESP32-S3 - https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html ESP32-C6 - https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-guides/jtag-debugging/configure-builtin-jtag.html ESP32-C3 - https://...
by Yuvaraj1867
Fri Aug 04, 2023 11:29 am
Forum: General Discussion
Topic: Document for builtin USB-JTAG debugging
Replies: 9
Views: 2784

Re: Document for builtin USB-JTAG debugging

Which ESP32 Module you have?
by Yuvaraj1867
Thu Apr 20, 2023 4:37 am
Forum: General Discussion
Topic: Is ESP-EYE autonomous ?
Replies: 16
Views: 4232

Re: Is ESP-EYE autonomous ?

Hi, So only with the ESP-S3 is it possible to do this ? I mean, I don't have the need to see the face on a display. Why ESP-S3? Compare to normal ESP32, ESP32-S3 is faster in image processing. Display is just for the confirmation. without display also you can. Without a stream, can ESP-EYE (not S3) ...
by Yuvaraj1867
Wed Apr 19, 2023 5:04 am
Forum: General Discussion
Topic: Is ESP-EYE autonomous ?
Replies: 16
Views: 4232

Re: Is ESP-EYE autonomous ?

Hi, I power up the ESP-EYE, I do the activation, I look at the camera, I press a button, it records my face. Then I look at the camera and it recognizes my face activating an LED or relay only if it's my face, no other. I dont see any example for this in Arduino. But in ESP IDF there is example it w...
by Yuvaraj1867
Tue Apr 18, 2023 6:11 am
Forum: General Discussion
Topic: Is ESP-EYE autonomous ?
Replies: 16
Views: 4232

Re: Is ESP-EYE autonomous ?

Hi,

We dont have ready made code for this right now. Something we have to develop ourself by using available examples in ESP-IDF.
https://github.com/espressif/esp-idf/tr ... r/examples