nopnop2002

Results 501 comments of nopnop2002

>Is it possible for non-root nodes in ESP-Mesh Lite to access the internet directly, or should the root node proxy all MQTT traffic? It is possible. Read [this](https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/User_Guide.md). ``` Each...

>Does this library support LoRaWan? SX126x does not support LoRa WAN. I think the SX1302 and SX126x are not compatible. You need to use the library for SX1302.

>after leaving the 4 nodes active for approximately 40 minutes, the master had a sys_evt overflow I think you can change the stack size here. CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304

@BR-Coding-cmd ESP-MESH-LITE takes in some information from the NVS and uses it to build the network. When executed local_control example, a log like this will be recorded. ``` E (812)...

I'm not sure what the purpose of deleting the esp-mesh-lite stack is, but if the purpose is to rebuild the MESH network topology, why not just reboot? I think it...

>The ESP-NOW API is quite helpful. The only caveat to this is the size of bytes transferred in one transaction. ESPNOW has been updated from ESP-IDF V5.4 to Ver2.0. ```...

esp32_nat_router uses WiFi-Station as the external interface and WiFi-SoftAP as the internal interface. A bridge application that allows multiple combinations is available here. https://github.com/espressif/esp-iot-bridge/tree/master/examples/wifi_router The following settings operate with WiFi-Station...

Edit this file. ``` $ grep -rn "Router Config" * main/pages.h:67:ESP32 NAT Router Config\ main/pages.h:72:document.body.innerHTML ='ESP32 NAT Router ConfigThe new settings have been sent to the device.The page will refresh...

Requires ESP32 with PARAM and ESP-IDF V4.4.x. This is a record of when I built a library for ESP32S3. ``` $ idf.py --version ESP-IDF v4.4.5-104-g8b94183c9c-dirty $ cd $HOME $ find...

Your information is too small. Please fill in according to the issue template. ``` ### Basic Infos - [ ] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [...