Search found 10 matches
- Fri Feb 23, 2024 2:14 pm
- Forum: IDEs for ESP-IDF
- Topic: Eclipse show red higligh in somes lines but compiles ok
- Replies: 1
- Views: 3256
Eclipse show red higligh in somes lines but compiles ok
Hi, I'm using Espressif-IDE Version: 2.11.1 Build id: 20231027-0959 ESP_IDF: 4.4.6 ESP32_Arduino: 2.11.1, I've noted that in differents ECLIPSE ide's compiles ok the code but allways appears red lines highligted in some code lines and a kind of insect (hehehe) at the begining of the line why it happ...
- Thu Jan 04, 2024 4:56 pm
- Forum: ESP-IDF
- Topic: Wi-Fi Provisioning over web broser example
- Replies: 4
- Views: 4731
Re: Wi-Fi Provisioning over web broser example
Hi,
Thank you for your reply, Unfortunatly I can apply in my solution because it's a requirement that the wifi provisioning must use a web browser so it implicates that esp support ap mode, open a captive portal, put the new credentials and connect to it.
Thank you for your reply, Unfortunatly I can apply in my solution because it's a requirement that the wifi provisioning must use a web browser so it implicates that esp support ap mode, open a captive portal, put the new credentials and connect to it.
- Wed Jan 03, 2024 7:39 pm
- Forum: ESP-IDF
- Topic: Wi-Fi Provisioning over web broser example
- Replies: 4
- Views: 4731
Wi-Fi Provisioning over web broser example
Hi espressif staft, Do you have any guide to do Wi-Fi Provisioning over web browser in which you have any template to send ssid and password, I'm using esp-idf 4.4.6? A client (computer) must connect to the esp32, and open a captive portal automatically. Thanks in advance. I'm folowing this example ...
- Wed Oct 14, 2020 5:08 pm
- Forum: ESP-IDF
- Topic: Issue: Hw Timer auto_reload=false take the control of all program
- Replies: 1
- Views: 2025
Issue: Hw Timer auto_reload=false take the control of all program
Hi everyone, I'm working with a hw timer 0 (from TMRG0), when I set the auto_reload=false, the others task (Wifi and others) that I have in my main don't run, but when I set auto_reload=true the others task run normally. So, it looks like the hw timer 0 took the control of all aplication and block t...
- Tue Oct 13, 2020 7:33 pm
- Forum: ESP-IDF
- Topic: Hw timer auto_reload=false issue
- Replies: 0
- Views: 1692
Hw timer auto_reload=false issue
Hi everyone, I'm working with a hw timer 0 (from TMRG0), when I set the auto_reload=false, the others task that I have in my main don't run, but when I set auto_reload=true the others task run normally. So, it looks like the hw timer 0 took the control of all aplication and block the others task run.
- Tue Oct 13, 2020 3:19 am
- Forum: ESP-IDF
- Topic: HardwareTimer no autoreload avoid overflow
- Replies: 1
- Views: 2433
HardwareTimer no autoreload avoid overflow
Hi everyone,
I'm working with a hardware timer so the question is when I config the hw timer I set ".auto_reload=false", but what happend when the counter of the hw timer will overflow? The question is the hw timer value of the counter will come back to zero automatically?
Thanks in advance.
I'm working with a hardware timer so the question is when I config the hw timer I set ".auto_reload=false", but what happend when the counter of the hw timer will overflow? The question is the hw timer value of the counter will come back to zero automatically?
Thanks in advance.
- Mon Oct 05, 2020 8:04 pm
- Forum: ESP-IDF
- Topic: Is possible avoid xQueueSendFromISR within in ISR?
- Replies: 1
- Views: 2395
Is possible avoid xQueueSendFromISR within in ISR?
Hi, I'm new. I'm working with HW timers interruption. So, my question is: Is it possible to avoid xQueueSendFromISR in order to get back to the point that jumped previously after the end of the ISR function was executed?.
THanks.
THanks.
- Tue Sep 29, 2020 10:35 am
- Forum: ESP-IDF
- Topic: Bin file (Code compiled) add to other project in Eclipse
- Replies: 1
- Views: 2028
Re: Bin file (Code compiled) add to other project in Eclipse
I'm coding in Eclipse.
- Tue Sep 29, 2020 1:52 am
- Forum: ESP-IDF
- Topic: Bin file (Code compiled) add to other project in Eclipse
- Replies: 1
- Views: 2028
Bin file (Code compiled) add to other project in Eclipse
Hi, everyone. I would like to know if there is any way in which you can add a bin file (code compiled) to another project, The idea is implement an API so I can get a Bin (code compile), then add this file in another project which will consume the API. I'd appreciate any information or link. Thanks ...
- Tue Sep 22, 2020 4:58 pm
- Forum: ESP-IDF
- Topic: BLE and BLE Mesh coexistence?
- Replies: 6
- Views: 8619
Re: BLE and BLE Mesh coexistence?
I have the same doubt, please Espresiff staff could you answer the question?