Search found 13 matches

by greg-solargik
Tue Apr 22, 2025 1:12 pm
Forum: ESP-IDF
Topic: esp_mesh_send() blocking time question
Replies: 2
Views: 2298

Re: esp_mesh_send() blocking time question

Did you manage to get an answer to this? We are struggling with the same situation, in addition we see that there are cases in which the method doesn't respect the timeout you set anyway...
by greg-solargik
Thu Aug 15, 2024 9:43 am
Forum: ESP-IDF
Topic: ESP-Mesh - Multiple messages transmitted
Replies: 2
Views: 1739

Re: ESP-Mesh - Multiple messages transmitted

We are seeing this issue as well. Have you found a resolution to this?
by greg-solargik
Mon Jun 17, 2024 5:44 am
Forum: ESP-IDF
Topic: Filtering of IP assignment by MAC/custom logic when using DHCP server
Replies: 1
Views: 1270

Re: Filtering of IP assignment by MAC/custom logic when using DHCP server

Any updates on this? I am considering disabling the built-in DHCP server and roll out my own, would this be the recommended way to go?
by greg-solargik
Sun Jan 07, 2024 7:14 am
Forum: ESP-IDF
Topic: Is there a way to control the log level of the wifi-mesh library?
Replies: 0
Views: 21775

Is there a way to control the log level of the wifi-mesh library?

Hello,
When compiling an application utilizing esp wifi mesh, the resulting binary contains a LOT of strings presumably coming from logs of the mesh stack which is not controlled (AFAIK) using the regular compilation flags.
For example the result of strings on the binary which was compiled with ...
by greg-solargik
Tue Apr 18, 2023 12:54 pm
Forum: ESP-IDF
Topic: Filtering of IP assignment by MAC/custom logic when using DHCP server
Replies: 1
Views: 1270

Filtering of IP assignment by MAC/custom logic when using DHCP server

Hi,
Is there a way to implement custom logic that will send DHCP offers only to certain clients?
For example I want to allow connections only from a specific vendor hardware (which is identified by MAC).

I failed locating any such option in the documentation / code.
by greg-solargik
Mon Aug 23, 2021 6:32 am
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 12593

Re: ESP32-DevKitC-32E constantly reboots without any user code in stack trace

During troubleshooting of those issues I followed the guides of ESP32 debugging from PlatformIO, e.g. from https://community.platformio.org/t/how-to-set-up-log-level-to-be-able-to-debug-the-esp32/8278
I added it to my platformio configuration as an additional define.
I see that other people have ...
by greg-solargik
Sun Aug 22, 2021 1:29 pm
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 12593

Re: ESP32-DevKitC-32E constantly reboots without any user code in stack trace

Managed to get around this by removing the

Code: Select all

CORE_DEBUG_LEVEL=5
define.
Can anyone provide a pointer?
by greg-solargik
Sun Aug 22, 2021 12:13 pm
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 12593

Re: ESP32-DevKitC-32E constantly reboots without any user code in stack trace

Sorry for the long time without a response.
This started happening to me again, just having code using the Update class causes this to happen, again, the actual code is not called at all.
Tried multiple different micro-usb cables, same result. Using with & without powered docking station - again, no ...
by greg-solargik
Mon Aug 09, 2021 8:00 am
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 12593

Re: ESP32-DevKitC-32E constantly reboots without any user code in stack trace

The problem still happens (maybe slightly different exception)


Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4 ...
by greg-solargik
Mon Aug 09, 2021 4:38 am
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 12593

Re: ESP32-DevKitC-32E constantly reboots without any user code in stack trace

Well, in both cases it was powered by the same PC from a USB port…

Go to advanced search