Search found 4 matches

by wreyford
Wed Oct 26, 2022 3:53 pm
Forum: General Discussion
Topic: ESP32-S3-WROOM-1 Unable to flash using JTAG with an ESP-PROG using ESPRESSIF-IDE
Replies: 1
Views: 2788

ESP32-S3-WROOM-1 Unable to flash using JTAG with an ESP-PROG using ESPRESSIF-IDE

I understand that you would expect me to use the built in JTAG, but that too doesn't work, and I actually want to Debug and Flash our custom board with an ESP32-S3 that already has the JTAG pins broken out to a header. So to exclude any hardware issues , I decided to start with a ESP32-S3-WROOM-1 bo...
by wreyford
Wed Jan 06, 2021 5:29 am
Forum: ESP-IDF
Topic: sentenv() not resulting in the expected behaviour
Replies: 2
Views: 3478

Re: sentenv() not resulting in the expected behaviour

ESP_Minatel - For "UTC-2" you should use "UTC2" and for "UTC+2" use "UTC-2".
Thx, that was my conclusion from the results, but I did not understand why.
Now at least UTC-2 correctly defining actual TZ of UTC+2 makes more sense.
by wreyford
Tue Jan 05, 2021 7:10 pm
Forum: ESP-IDF
Topic: Monitor not working after Updating Espressif Extension to 0.6.0 (VSC-526)
Replies: 2
Views: 2941

Monitor not working after Updating Espressif Extension to 0.6.0 (VSC-526)

Windows10, VSCode, Release 4.2 of the ESP-IDF I have reinstalled Espressif extension and followed the onboarding (This is much improved from last time I did it.) I have made sure the Environment variables are correct. I installed PowerShell 7.1.0 Only path variable that is present in WindowsEnvironm...
by wreyford
Mon Jan 04, 2021 7:14 pm
Forum: ESP-IDF
Topic: sentenv() not resulting in the expected behaviour
Replies: 2
Views: 3478

sentenv() not resulting in the expected behaviour

##Board: ESP32-Wroom32E-Devkit4 ##Environment: VSCode, using Espressif ESP-IDF Extension ##Problem: I'm trying to set the TimeZone correctly for South Africa after obtaining time from NTP. The Time Zone according to different databases is: UTC+2 Africa/Johannesburg SAST (South African Standard Time)...