Search found 3 matches

by Sandro76
Sun Apr 21, 2024 8:37 am
Forum: ESP-IDF
Topic: esp32s3 not selectable in espressif ide
Replies: 2
Views: 571

Re: esp32s3 not selectable in espressif ide

Yes! It Is.

I will try this solution.

Thanks
Sandro
by Sandro76
Sat Apr 20, 2024 11:01 am
Forum: ESP-IDF
Topic: esp32s3 not selectable in espressif ide
Replies: 2
Views: 571

esp32s3 not selectable in espressif ide

hi all, I installed the espressif-idf 5.2 on windows. I included the ide too. If I use command line tools it's works fine. I can switch to my board (idf.py set-target esp32s3) build and flash it. But on the ide I didn't have the board option for s3. I have only 4 options (esp32 - esp32c2 -esp32c3 - ...
by Sandro76
Sun Jan 08, 2023 3:34 pm
Forum: ESP-MDF
Topic: Esp-mdf and csi
Replies: 0
Views: 27397

Esp-mdf and csi

I'm trying to use esp mesh and csi together. I realize two ESP mesh node with example code.
At the event
MDF_EVENT_MWIFI_PARENT_CONNECTED
I tried to activate csi but

esp_wifi_set_csi(true)
Return me Always -1 error.

It's possibile to use It on mesh?