Search found 48 matches

by sergiomarina
Mon Jun 24, 2024 11:23 pm
Forum: IDEs for ESP-IDF
Topic: Go To Definition
Replies: 3
Views: 3179

Go To Definition

This request for clarification refers to ESP-IDE Version: 3.0.0 (Build id: 20240605-1941)

I'm looking for the ESP-IDE equivalent to F12 for VS Code.
I've read that it is supposed to be F3, I tried but it does not work as I expect.
What's wrong?
Thank you.
by sergiomarina
Wed Jun 19, 2024 4:32 pm
Forum: ESP-IDF
Topic: Can't compile projects for esp32c6 target
Replies: 5
Views: 569

Re: Can't compile projects for esp32c6 target

Hi. I'm dealing with a different target (ESP32) but I can refer to this post for the following message which I'd like to diagnose: ********** -- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' -- Could not use 'git describe' to determine PROJECT_VER. ***...
by sergiomarina
Fri May 26, 2023 6:45 am
Forum: ESP-IDF
Topic: LVGL in ESP32 WROOM
Replies: 0
Views: 887

LVGL in ESP32 WROOM

I'm reusing a 2021's code (including ESP32 and ILI9341 pin out) developed in IDF4.0. In IDF5.0 with the LGVL old environment, the display does not show as expected. Please, refer to the 2 attached screenshots. The picture "FirstImage.jpg" shows the initial image and the picture "RefreshAfterFirstIma...
by sergiomarina
Wed May 10, 2023 5:35 am
Forum: ESP-IDF
Topic: IDF terminal - unreadable characters received from ESP32
Replies: 8
Views: 3744

Re: IDF terminal - unreadable characters received from ESP32

@lukilukeskywalker your tip worked for me. Thank you! I added the two lines you highlighted (baud rate related commands) in the 'settings.json' file. Monitor works and the flash speed is somehow similar to how was before the change. And the warning 'C:\WINDOWS\SysNative\WindowsPowerShell\v1.0\powers...
by sergiomarina
Mon May 08, 2023 12:02 pm
Forum: ESP-IDF
Topic: IDF terminal - unreadable characters received from ESP32
Replies: 8
Views: 3744

IDF terminal - unreadable characters received from ESP32

Hi, it might not be an IDF problem, but I still ask to the community. The issue is related to output on terminal. And precisely the characters sent by ESP32. About one week ago, I started to receive this output from ESP32 x�x�x�x��x8xx�x��������x�������������������x�����8�8x�x��x�8�x���x��xx� Other ...
by sergiomarina
Mon Feb 27, 2023 5:47 pm
Forum: ESP-IDF
Topic: HTTP/TCP + UDP + ESPNOW
Replies: 0
Views: 674

HTTP/TCP + UDP + ESPNOW

Has someone tested the combination in topic? I'm in IDF 5.0 and it seems to me that ESPNOW is not working. As ESPNOW tries a unicast I got "E (28335) espnow_example: Send error" "A stack overflow in task wifi has been detected" Anyhow, the feedback I'm looking at the moment is synthetized in the sub...
by sergiomarina
Sun Feb 19, 2023 4:40 pm
Forum: ESP RainMaker
Topic: REST architecture expansion
Replies: 4
Views: 5027

Re: REST architecture expansion

Hi ESP_Sprite, the solution with UDP works, but I'm still wondering why ESP32 acting in AP mode cannot run ESP_NOW. I'm looking in the components folder in release 5.0 and I find everything settle down for the combination - wifi AP interface and - ESP_NOW protocol Here below a short example of what ...
by sergiomarina
Sat Feb 18, 2023 8:38 am
Forum: ESP-IDF
Topic: How to get IP address?
Replies: 7
Views: 19818

Re: How to get IP address?

look into (IDF 5.0) folder esp-idf\examples\common_components open protocol_examples_common.h and see the macro #define get_example_netif() get_example_netif_from_desc(EXAMPLE_NETIF_DESC_STA) in your code (after successful IP connection) esp_netif_ip_info_t ip_infoMyIf; esp_netif_get_ip_info(get_exa...
by sergiomarina
Fri Feb 17, 2023 8:24 pm
Forum: ESP RainMaker
Topic: REST architecture expansion
Replies: 4
Views: 5027

Re: REST architecture expansion

Hi ESP_Sprite, hereafter the output I got when I set "Softap" in "menuconfig:: I (735) ESPNOW: espnow [version: 1.0] init I (5735) espnow_example: Start sending broadcast data E (5735) espnow_example: Send error I (5735) ESPNOW: espnow [version: 1.0] deinit Is that the expected result with such setu...
by sergiomarina
Thu Feb 16, 2023 6:25 pm
Forum: ESP RainMaker
Topic: REST architecture expansion
Replies: 4
Views: 5027

Re: REST architecture expansion

Hi ESP_Sprite, thank you for the reply. I did not know about ESP_NOW limit. Looking at "Kconfig.projbuild" I found in the "esp_now_example" (IDF 5,0) I see the following excerpt: ---------------------------------------------- menu "Example Configuration" choice ESPNOW_WIFI_MODE prompt "WiFi mode" de...