Search found 12 matches

by greg-solargik
Thu Aug 15, 2024 9:43 am
Forum: ESP-IDF
Topic: ESP-Mesh - Multiple messages transmitted
Replies: 2
Views: 1068

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: 924

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: 21516

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 defa...
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: 924

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: 10969

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 iss...
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: 10969

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: 10969

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: 10969

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 loa...
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: 10969

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…
by greg-solargik
Sat Aug 07, 2021 7:52 am
Forum: ESP32 Arduino
Topic: ESP32-DevKitC-32E constantly reboots without any user code in stack trace
Replies: 10
Views: 10969

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

Just to let you know, the problem went away after I installed the devkit in a breadboard.
I would appreciate an explanation as to why this happens.