Search found 103 matches

by RalphD
Thu May 02, 2024 2:52 pm
Forum: IDEs for ESP-IDF
Topic: VScode C3 debugging via on board USB Jtag not working out of the box
Replies: 1
Views: 4388

VScode C3 debugging via on board USB Jtag not working out of the box

What are the right settings for VisualStudio Code?
by RalphD
Wed May 01, 2024 10:34 pm
Forum: Hardware
Topic: ESP32-C3 able to run the DFU protocol?
Replies: 1
Views: 24205

ESP32-C3 able to run the DFU protocol?

In the VSC IDF terminal the command idf.py dfu is unknown when device target is set to esp32c3
by RalphD
Thu Apr 18, 2024 12:12 pm
Forum: Hardware
Topic: simultaneous setting of GPIO outputs for H-bridge control, how to?
Replies: 8
Views: 2432

Re: simultaneous setting of GPIO outputs for H-bridge control, how to?

that is exactly the hint I was looking for, thanks
by RalphD
Thu Apr 18, 2024 9:47 am
Forum: Hardware
Topic: simultaneous setting of GPIO outputs for H-bridge control, how to?
Replies: 8
Views: 2432

simultaneous setting of GPIO outputs for H-bridge control, how to?

Hi there I am trying to implement a simple stepper motor driver using two H-bridges using ESP IDF. The requirement is that the GPIO's (4 of them) are set simultaneously. My firmware programmer seem to not be able to achieve this. I understand that this requires setting the GPIO's by writing directly...
by RalphD
Fri Apr 12, 2024 12:15 pm
Forum: ESP-IDF
Topic: Do not include WiFi in project
Replies: 2
Views: 670

Re: Do not include WiFi in project

please as well don't forget that there are hardware components other then the plain processor involved which require a defined status like the radio PHY on the ESP.
If your project does not require any of these features you should consider to use another processor family.
by RalphD
Fri Apr 05, 2024 3:25 pm
Forum: ESP-IDF
Topic: IDF 5.1 and 5.2 SD-card driver fucked up
Replies: 1
Views: 2091

IDF 5.1 and 5.2 SD-card driver fucked up

Hi there, please can somebody from the Espressif team initiate follow up this thread https://github.com/espressif/esp-idf/is ... 2039769865

It sitting there unhandled since month and more people are showing up with same issue

Thanks
by RalphD
Mon Mar 11, 2024 7:33 pm
Forum: ESP-IDF
Topic: WiFi station no longer finds APs after 5 minutes of scanning
Replies: 10
Views: 2491

Re: WiFi station no longer finds APs after 5 minutes of scanning

thanks for updating your last post
by RalphD
Mon Mar 11, 2024 12:51 pm
Forum: ESP-IDF
Topic: WiFi station no longer finds APs after 5 minutes of scanning
Replies: 10
Views: 2491

Re: WiFi station no longer finds APs after 5 minutes of scanning

well then please we spend the time to help you so you spend the time to tell what the cause was !!!!
by RalphD
Fri Mar 08, 2024 1:08 pm
Forum: ESP-IDF
Topic: WiFi station no longer finds APs after 5 minutes of scanning
Replies: 10
Views: 2491

Re: WiFi station no longer finds APs after 5 minutes of scanning

I barely remember something that by error if the station does not find any AP after 10 attempts it stops searching. Each attempt is logged and final a log is fired saying that after 10 attempts without result it stops searching

May be that helps, just bean an issue for me like a year ago