Search found 50 matches
- Wed Oct 13, 2021 9:22 pm
- Forum: General Discussion
- Topic: GPIO36 and 39 in ESP32-WROVER-E don’t work
- Replies: 4
- Views: 10789
Re: GPIO36 and 39 in ESP32-WROVER-E don’t work
Could you, please, elaborate more on the comments you gave link for, because are quite vague: @note Please do not use the interrupt of GPIO36 and GPIO39 when using ADC or Wi-Fi with sleep mode enabled. * Please refer to the comments of `adc1_get_raw`. * Please refer to section 3.11 of 'ECO_and_Worka...
- Sun Oct 10, 2021 4:33 am
- Forum: General Discussion
- Topic: GPIO36 and 39 in ESP32-WROVER-E don’t work
- Replies: 4
- Views: 10789
Re: GPIO36 and 39 in ESP32-WROVER-E don’t work
I didn't try GPIO36 and 39 in ADC mode as I need IOs only as discrete inputs. Unfortunately my oscilloscope died some time ago and didn't fix it yet, but from what I can see from the code I was running and a multimeter readout: on those pins appears very short spikes to 0 on a regular basis (I pull-...
- Sat Oct 09, 2021 5:48 pm
- Forum: General Discussion
- Topic: GPIO36 and 39 in ESP32-WROVER-E don’t work
- Replies: 4
- Views: 10789
GPIO36 and 39 in ESP32-WROVER-E don’t work
There is some hardware problem with GPIO36,39(SENSOR_V*) on ESP32-WROVER-E and cant be used as inputs :( I checked the schematic of this module (v1.4 Datasheet), don’t see any capacitors attached to those pins (as they were to blame in some other topics for the same problem, but for other modules). ...
- Fri Oct 08, 2021 2:34 am
- Forum: General Discussion
- Topic: LOG_LOCAL_LEVEL doesn’t always work
- Replies: 2
- Views: 4123
Re: LOG_LOCAL_LEVEL doesn’t always work
All LOG_LOCAL_LEVEL defines (in working and not working files) are: #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG which is 4 (I tried also on files that dont work // #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE // which is 5) While CONFIG_LOG_DEFAULT_LEVEL=3 So all LOG_LOCAL_LEVEL set were higher than default le...
- Thu Oct 07, 2021 12:10 pm
- Forum: General Discussion
- Topic: LOG_LOCAL_LEVEL doesn’t always work
- Replies: 2
- Views: 4123
LOG_LOCAL_LEVEL doesn’t always work
In ESP-IDF4.2.1 Logging library – Is there any other prerequisites to use LOG_LOCAL_LEVEL other than #define before including esp_log.h, because I have couple files where I use it, but on some files works, on other doesn’t work? :( The only differences upfront I see on those my files are the #includ...
- Sat May 22, 2021 6:31 am
- Forum: General Discussion
- Topic: ESP-Prog with Terminal Client?
- Replies: 6
- Views: 7877
Re: ESP-Prog with Terminal Client?
After you confirmed that the ESP-Prog normally suppose to output same as what I see from DevKit's debugs output, then was much easier to eliminate one by one what could be the problem (especially when I saw that there is something related to Enable line) - those floating inputs are real disaster to ...
- Wed May 19, 2021 5:51 pm
- Forum: General Discussion
- Topic: ESP-Prog with Terminal Client?
- Replies: 6
- Views: 7877
Re: ESP-Prog with Terminal Client?
The settings on ESP-Prog are 3.3V for both ports and I00 jumper is on (although I tried and without I00 jumper - same output). Interesting part when testing ESP32-WROVER-E is: When there is no Terminal client connected - blinks Ok, pressing(and hold) Reset on ESP-Prog - stops blinking, release Reset...
- Tue May 18, 2021 11:38 am
- Forum: General Discussion
- Topic: ESP-Prog with Terminal Client?
- Replies: 6
- Views: 7877
Re: ESP-Prog with Terminal Client?
There is no other antivirus program than the standard Windows Defender Installed. The code that is running is the original blink example - only output for the LED is changed from GPIO 5 to GPIO 15. On the hardware side there is only one ESP32-WROVER-E and a 2mA LED + resistor hooked to GPIO 15 Board...
- Mon May 17, 2021 1:55 pm
- Forum: General Discussion
- Topic: ESP-Prog with Terminal Client?
- Replies: 6
- Views: 7877
ESP-Prog with Terminal Client?
Is it possible to run a Terminal Client (Putty, TeraTerm etc.) through ESP-Prog? I can't start session with Putty at all, with Tera Term some times can get a messy output, but both programs at certain point blocks the execution on the attached to ESP-Prog ESP32 module which was running the Blinky ex...
- Mon May 03, 2021 3:04 am
- Forum: General Discussion
- Topic: Is there any instruction how to fix mess after Offline installer Windows 7, 8, 10 Size: 1.2 GB esp-idf-tools-setup-offl
- Replies: 0
- Views: 2632
Is there any instruction how to fix mess after Offline installer Windows 7, 8, 10 Size: 1.2 GB esp-idf-tools-setup-offl
I’ve downloaded offline installer esp-idf-tools-setup-offline-2.6.exe from here https://dl.espressif.com/dl/esp-idf/?idf=4.4 Its is good that have everything inside including Eclipse, but at the end doesn’t work and the instruction how to work with Eclipse plugin from here https://github.com/espress...