Search found 26 matches
- Thu Nov 07, 2024 8:46 am
- Forum: Hardware
- Topic: The launch and operation of Bluetooth by cores
- Replies: 2
- Views: 272
Re: The launch and operation of Bluetooth by cores
Thank you. And how can they be transferred to the 0 core? Arrange them into separate tasks?
- Thu Nov 07, 2024 7:48 am
- Forum: Hardware
- Topic: The launch and operation of Bluetooth by cores
- Replies: 2
- Views: 272
The launch and operation of Bluetooth by cores
Hello everybody! The configuration states that bluetooth runs on the 0 core. And what exactly is launched from Bluetooth there? For example, I have bluetooth event handlers in my program: "esp_spp_cb" and "esp_bt_gap_cb", designed as functions. Where will they be launched? Is it also on 0 core, or i...
- Tue Oct 15, 2024 8:26 am
- Forum: Hardware
- Topic: Fast port management after startup.
- Replies: 0
- Views: 447
Fast port management after startup.
Hello everybody! In my project, IO17 is used as the power management output of the entire circuit. The principle is as follows: an external pulse to the mass starts DC/DC, the circuit gets powered. The ESP 32 is loaded and outputs the mass to IO17, which maintains the power supply after the end of t...
- Thu Oct 10, 2024 8:23 am
- Forum: Hardware
- Topic: Multiple ESP32-WROOM-32D not responding
- Replies: 6
- Views: 1544
Re: Multiple ESP32-WROOM-32D not responding
Try to connect to the terminal, service messages should be visible when resetting, if configured correctly.
- Wed Oct 09, 2024 7:52 am
- Forum: Hardware
- Topic: Multiple ESP32-WROOM-32D not responding
- Replies: 6
- Views: 1544
Re: Multiple ESP32-WROOM-32D not responding
GPIO5 must be in the log. 1 during boot
GPIO12 must be in the log. 0 during boot
GPIO15 must be in the log. 1 during boot
GPIO12 must be in the log. 0 during boot
GPIO15 must be in the log. 1 during boot
- Fri Aug 30, 2024 7:42 am
- Forum: Hardware
- Topic: Combining analog and digital ground
- Replies: 1
- Views: 1258
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 ...
- Thu Jul 11, 2024 3:01 pm
- Forum: IDEs for ESP-IDF
- Topic: The color palette
- Replies: 10
- Views: 8015
Re: The color palette
It's clear. So I'm not the only one. Espressif, your comments?
- Wed Jul 10, 2024 11:50 am
- Forum: IDEs for ESP-IDF
- Topic: The color palette
- Replies: 10
- Views: 8015
Re: The color palette
I've tried it. Some values change, but most do not.ESP_kondalkolipaka wrote: ↑Wed Jul 10, 2024 11:45 amHello,
If you're talking about Espressif-IDE 3.0, please check the preference window for Preferences > General > Editors > Text Editors
Thanks
- Wed Jul 10, 2024 11:47 am
- Forum: IDEs for ESP-IDF
- Topic: The color palette
- Replies: 10
- Views: 8015
Re: The color palette
Maybe I put it wrong. We are talking about the color display of lines of code.
- Tue Jul 09, 2024 12:00 pm
- Forum: IDEs for ESP-IDF
- Topic: The color palette
- Replies: 10
- Views: 8015
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...