Search found 604 matches

by mikemoy
Mon Apr 15, 2024 11:42 am
Forum: Hardware
Topic: Conection ESP32 devkitv1 to PC
Replies: 2
Views: 155

Re: Conection ESP32 devkitv1 to PC

" English Forum "
by mikemoy
Sat Apr 06, 2024 4:58 pm
Forum: ESP-IDF
Topic: IDF 5.1 and 5.2 SD-card driver fucked up
Replies: 1
Views: 1419

Re: IDF 5.1 and 5.2 SD-card driver fucked up

Really? You can't come up with another word to explain you post other than swearing. Take your pills and then figure out how to talk properly.
by mikemoy
Wed Apr 03, 2024 10:14 am
Forum: General Discussion
Topic: HIgh speed GPIO
Replies: 6
Views: 1254

Re: HIgh speed GPIO

Look into

GPIO.out_w1ts
GPIO.out_w1tc
GPIO.out1_w1tc.val
GPIO.out1_w1ts.val

You can control IO a LOT faster.
by mikemoy
Sun Mar 31, 2024 4:02 pm
Forum: General Discussion
Topic: esp-idf under Vscode/Platformio
Replies: 3
Views: 406

Re: esp-idf under Vscode/Platformio

When you create a project in platformIO you have a choice to develop for Arduino or IDF.
by mikemoy
Mon Mar 18, 2024 11:52 am
Forum: General Discussion
Topic: How to get the max speed out of ESP32 for hardware related tasks?
Replies: 3
Views: 634

Re: How to get the max speed out of ESP32 for hardware related tasks?

If you really want to toggle GPIO's faster you should look into
GPIO.out_w1ts, GPIO.out_w1tc, GPIO.out1_w1ts.val, GPIO.out1_w1tc.val
by mikemoy
Fri Mar 15, 2024 8:57 pm
Forum: Hardware
Topic: ESP32-S3-WROOM-1 Disconnects USB when entering boot mode
Replies: 1
Views: 543

Re: ESP32-S3-WROOM-1 Disconnects USB when entering boot mode

If memory serves, go into menuconfig and enable "Channel for console output". Program it using the TX / RX pins, and reboot it.
It should then be able to flash using USB.
by mikemoy
Fri Mar 08, 2024 10:48 pm
Forum: General Discussion
Topic: How to detect ESP restart from upgrade
Replies: 7
Views: 726

Re: How to detect ESP restart from upgrade

Yes I have thought of that, but I was looking for something non-user dependent (during testing you don't change versions all the time).
What about running a checksum on the flash, and comparing that value to the last value saved.
by mikemoy
Fri Mar 08, 2024 10:48 pm
Forum: General Discussion
Topic: How to detect ESP restart from upgrade
Replies: 7
Views: 726

Re: How to detect ESP restart from upgrade

Yes I have thought of that, but I was looking for something non-user dependent (during testing you don't change versions all the time).
What about running a checksum on the flash, and comparing that value to the last value saved.
by mikemoy
Fri Mar 08, 2024 10:47 pm
Forum: General Discussion
Topic: How to detect ESP restart from upgrade
Replies: 7
Views: 726

Re: How to detect ESP restart from upgrade

Yes I have thought of that, but I was looking for something non-user dependent (during testing you don't change versions all the time).
What about running a checksum on the flash, and comparing that value to the last value saved.