Search found 21 matches

by mikl604
Fri Aug 30, 2024 7:42 am
Forum: Hardware
Topic: Combining analog and digital ground
Replies: 1
Views: 917

Combining analog and digital ground

Have a nice day! Tell me about the wiring of the earthen tire for ESP 32-WROOM-32D. I use the ADC on pins 5 and 6. To reduce interference, I do not use pins 4 and 7, assigned them as inputs and put them on the ground, resulting in an earthen barrier around the ADC inputs. I know that the analog and ...
by mikl604
Thu Jul 11, 2024 3:01 pm
Forum: IDEs for ESP-IDF
Topic: The color palette
Replies: 9
Views: 5661

Re: The color palette

It's clear. So I'm not the only one. Espressif, your comments?
by mikl604
Wed Jul 10, 2024 11:50 am
Forum: IDEs for ESP-IDF
Topic: The color palette
Replies: 9
Views: 5661

Re: The color palette

ESP_kondalkolipaka wrote:
Wed Jul 10, 2024 11:45 am
Hello,

If you're talking about Espressif-IDE 3.0, please check the preference window for Preferences > General > Editors > Text Editors

Thanks
I've tried it. Some values change, but most do not.
by mikl604
Wed Jul 10, 2024 11:47 am
Forum: IDEs for ESP-IDF
Topic: The color palette
Replies: 9
Views: 5661

Re: The color palette

Maybe I put it wrong. We are talking about the color display of lines of code.
by mikl604
Tue Jul 09, 2024 12:00 pm
Forum: IDEs for ESP-IDF
Topic: The color palette
Replies: 9
Views: 5661

The color palette

Hello everybody! How do I customize the color scheme for myself in the latest version of ESP-IDF 3.0? Color themes are not suitable. I'm trying to change, something is changing, but the main thing is not. It worked out right away in the previous one, but not in this one! I edited the color themes, t...
by mikl604
Sat Mar 09, 2024 6:38 am
Forum: ESP-IDF
Topic: error 0x62 uart
Replies: 2
Views: 713

Re: error 0x62 uart

Understood. This is not an error, but the number of bytes transferred. Thanks
by mikl604
Fri Mar 08, 2024 8:34 pm
Forum: ESP-IDF
Topic: error 0x62 uart
Replies: 2
Views: 713

error 0x62 uart

Hello everyone. Tell me, what kind of error 0x62 gives uart_write_byte? It outputs the data normally, but after each output there is this error. It gives out this: ESP_ERROR_CHECK_WITHOUT_ABORT failed: esp_err_t 0x62 (ERROR) at 0x400d6bf2 file: "./main/main.c" line 357 func: app_main expression: uar...
by mikl604
Sat Sep 23, 2023 10:58 am
Forum: ESP-IDF
Topic: Bitset header
Replies: 3
Views: 2581

Re: Bitset header

I am using the latest official 5.1.1.
by mikl604
Fri Sep 22, 2023 2:20 pm
Forum: ESP-IDF
Topic: Bitset header
Replies: 3
Views: 2581

Re: Bitset header

I'll bring up the topic, it's also interesting. I didn't find any answers.
by mikl604
Wed Sep 13, 2023 1:24 pm
Forum: ESP-IDF
Topic: The exact frequency of the timer
Replies: 23
Views: 18317

Re: The exact frequency of the timer

The question remains open: how can I temporarily disable all interrupts except for the selected timer? Without FreeRTOS.