I now added it to uart.h/.c itself. Also on git https://github.com/espressif/esp-idf/pull/10827
Hello I have a solid working function for that now:
uart.h:
int uart_write_bytes_with_break(uart_port_t uart_num, const void* src, size_t size, int brk_len);
/**
* @brief Send a break signal on the ...
Search found 29 matches
- Thu Jul 09, 2026 8:41 am
- Forum: ESP-IDF
- Topic: UART break at first
- Replies: 14
- Views: 23295
- Mon Nov 06, 2023 11:05 am
- Forum: ESP-ADF
- Topic: BLE Audio with ESP32-C6 / H2
- Replies: 1
- Views: 32274
Re: BLE Audio with ESP32-C6 / H2
I would like to know that too 
- Wed Jan 11, 2023 9:35 am
- Forum: Report Bugs
- Topic: OpenOCD issues with Visual Studio
- Replies: 1
- Views: 4743
Re: OpenOCD issues with Visual Studio
Hi,
did you solve the problem? where is the config file to be found?
I have the same problem and I am super frustrated...
Best regards from Germany
Florian
did you solve the problem? where is the config file to be found?
I have the same problem and I am super frustrated...
Best regards from Germany
Florian
Re: LEDC Fade
Hi There,
did you find an Answer? I have the same issue...
did you find an Answer? I have the same issue...
- Mon Jul 25, 2022 9:23 am
- Forum: ESP-IDF
- Topic: problem with CmakeLists.txt conditional configuration
- Replies: 7
- Views: 8489
Re: problem with CmakeLists.txt conditional configuration
Hi,
I would like to know that too
I would like to know that too
- Thu Jul 14, 2022 6:04 am
- Forum: ESP-IDF
- Topic: Will ESPNOW + WIFI + BLE work simultaneously
- Replies: 8
- Views: 18701
Re: Will ESPNOW + WIFI + BLE work simultaneously
I have found many tutorials online where they used both WIFI and ESP-NOW simultaneously with Arduino IDE. In this tutorial, they are receiving data from other esp devices over esp-now and sending to a web server with WiFi in STA mode. https://microcontrollerslab.com/esp32-esp-now-wi-fi-web-server ...
- Tue Jul 12, 2022 10:38 am
- Forum: ESP-IDF
- Topic: Will ESPNOW + WIFI + BLE work simultaneously
- Replies: 8
- Views: 18701
Re: Will ESPNOW + WIFI + BLE work simultaneously
Did no one else get this to work?
This is the last puzzle peace of my project
I really don't know what else to try.
This is the last puzzle peace of my project
I really don't know what else to try.
- Wed Jul 06, 2022 4:28 am
- Forum: ESP-IDF
- Topic: Will ESPNOW + WIFI + BLE work simultaneously
- Replies: 8
- Views: 18701
Re: Will ESPNOW + WIFI + BLE work simultaneously
Set wifi mode (esp_wifi_set_mode) to WIFI_MODE_APSTA from WIFI_MODE_STA. This resulted in the error going away and seems like espnow packet loss has gone away. So all 3 services are now running simultaneously.
Haven't looked at the ramifications of making this change yet.f
Would you be willing ...
- Thu Jun 30, 2022 5:46 am
- Forum: ESP-IDF
- Topic: Will ESPNOW + WIFI + BLE work simultaneously
- Replies: 8
- Views: 18701
Re: Will ESPNOW + WIFI + BLE work simultaneously
Set wifi mode (esp_wifi_set_mode) to WIFI_MODE_APSTA from WIFI_MODE_STA. This resulted in the error going away and seems like espnow packet loss has gone away. So all 3 services are now running simultaneously.
Haven't looked at the ramifications of making this change yet.f
Hi there,
I now it ...
- Tue Jun 14, 2022 12:36 pm
- Forum: General Discussion
- Topic: esp32-c3 websocket server
- Replies: 4
- Views: 5032
Re: esp32-c3 websocket server
I tried now for 3 days straight to implement this in the ESP-IDE, but I am no step closer.
Is there someone who has done something similar, who would be willing to share his/her code with me?
I am totally new to this and am quite overwhelmed.
Best regards
Florian
Is there someone who has done something similar, who would be willing to share his/her code with me?
I am totally new to this and am quite overwhelmed.
Best regards
Florian