Search found 28 matches

by FlorianR
Mon Nov 06, 2023 11:05 am
Forum: ESP-ADF
Topic: BLE Audio with ESP32-C6 / H2
Replies: 1
Views: 17262

Re: BLE Audio with ESP32-C6 / H2

I would like to know that too :)
by FlorianR
Wed Jan 11, 2023 9:35 am
Forum: Report Bugs
Topic: OpenOCD issues with Visual Studio
Replies: 1
Views: 2733

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
by FlorianR
Mon Aug 29, 2022 6:07 am
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 2
Views: 2884

Re: LEDC Fade

Hi There,
did you find an Answer? I have the same issue...
by FlorianR
Mon Jul 25, 2022 9:23 am
Forum: ESP-IDF
Topic: problem with CmakeLists.txt conditional configuration
Replies: 7
Views: 5942

Re: problem with CmakeLists.txt conditional configuration

Hi,
I would like to know that too :)
by FlorianR
Thu Jul 14, 2022 6:04 am
Forum: ESP-IDF
Topic: Will ESPNOW + WIFI + BLE work simultaneously
Replies: 8
Views: 9654

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/ ...
by FlorianR
Tue Jul 12, 2022 10:38 am
Forum: ESP-IDF
Topic: Will ESPNOW + WIFI + BLE work simultaneously
Replies: 8
Views: 9654

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.
by FlorianR
Wed Jul 06, 2022 4:28 am
Forum: ESP-IDF
Topic: Will ESPNOW + WIFI + BLE work simultaneously
Replies: 8
Views: 9654

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 to s...
by FlorianR
Thu Jun 30, 2022 5:46 am
Forum: ESP-IDF
Topic: Will ESPNOW + WIFI + BLE work simultaneously
Replies: 8
Views: 9654

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 is an ...
by FlorianR
Tue Jun 14, 2022 12:36 pm
Forum: General Discussion
Topic: esp32-c3 websocket server
Replies: 4
Views: 2532

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
by FlorianR
Tue Jun 14, 2022 4:35 am
Forum: General Discussion
Topic: esp32-c3 websocket server
Replies: 4
Views: 2532

Re: esp32-c3 websocket server

Yes , thank you very much , I have these examples, but I am too dumb to add the JavaScript HTML.