Search found 12 matches

by another_esp_user
Tue Mar 07, 2023 1:43 am
Forum: ESP-IDF 中文讨论版
Topic: WIFI Mesh 如何禁止某几个节点变成root?
Replies: 0
Views: 545

WIFI Mesh 如何禁止某几个节点变成root?

如题,有没有什么配置选项可以禁止某个节点在自组网的过程中变成Root?
by another_esp_user
Wed Feb 08, 2023 3:11 am
Forum: ESP-IDF 中文讨论版
Topic: 关于mesh 的internal_communication例子
Replies: 0
Views: 1122

关于mesh 的internal_communication例子

其他都挺正常的,但是就是子节点收到消息的数量为什么会比根节点发的消息数量多呢?
最下面那个是根节点
1675824898674.png
最下面那个是根节点
1675824898674.png (326.65 KiB) Viewed 1122 times
by another_esp_user
Sat Dec 03, 2022 10:06 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32 WiFi stack precompiled libraries源码在哪里?
Replies: 1
Views: 1381

ESP32 WiFi stack precompiled libraries源码在哪里?

https://github.com/espressif/esp32-wifi-lib
这个项目下的库的源代码开源吗?在哪里?我想了解一下mesh的细节。
by another_esp_user
Fri Aug 26, 2022 2:09 am
Forum: General Discussion
Topic: OpenOCD errors
Replies: 4
Views: 11587

Re: OpenOCD errors

Thank you JoveToo !! You saved my day!!!
by another_esp_user
Sat Dec 11, 2021 6:10 am
Forum: ESP IoT Solution
Topic: Unexpected change of static pointer values
Replies: 0
Views: 7959

Unexpected change of static pointer values

I am new to C and esp.. I encounter a weird situation building app with lvgl(don't know whether it is the cause). The thing is I declared a global static function pointer in one of my .c file and I only assigned it once(with a function declared in a included header file). Then I used a task to print...
by another_esp_user
Sat Dec 11, 2021 1:24 am
Forum: ESP IoT Solution 中文讨论版
Topic: LVGL 使用过程中 static 变量问题
Replies: 1
Views: 8797

Re: LVGL 使用过程中 static 变量问题

我今天在display.c里加了这个:
static void main_menu_panel_proc(int8_t panel_act,int8_t item_act){
main_menu_panel(panel_act,item_act);
}

然后把指针指向它,地址就不变了...请问这个是什么原因?
by another_esp_user
Fri Dec 10, 2021 9:56 am
Forum: ESP IoT Solution 中文讨论版
Topic: LVGL 使用过程中 static 变量问题
Replies: 1
Views: 8797

LVGL 使用过程中 static 变量问题

display.c
(3.09 KiB) Downloaded 469 times
这份代码中我声明了一个全局static 函数指针static FP_MENU_PANEL current_menu_panel;,我仅仅在init_menu对这个指针做过一次赋值,指向此文件包含的一个头文件中的函数main_menu_panel,之后就没有修改它了,但是我在日志中输出这个指针的值时发现它一直在变动,系统有警告日志,指向lvgl的一个文件,请问这个是怎么回事?我是新手,有点不理解。
微信图片_20211210173404.png
微信图片_20211210173404.png (110 KiB) Viewed 8797 times
by another_esp_user
Mon Dec 06, 2021 4:19 am
Forum: ESP IoT Solution 中文讨论版
Topic: lvgl canvas 图形被截断
Replies: 0
Views: 6759

lvgl canvas 图形被截断

我用的中景园st7789 240x240的屏幕,canvas总是截掉80个像素的图片,我画一个图形放在0,0只显示一部分,然后canvas坐标慢慢往下(默认坐标系下y增加)就显示得越来越多。我并没有用任何变换。 y是80的情况.jpg y是40的情况.jpg y是0的情况.jpg 请问这会是我代码的问题吗? void init_display(QueueHandle_t *msg_queue) { queue = msg_queue; esp_err_t ret = ESP_OK; spi_config_t bus_conf = { .miso_io_num = SPI2_MISO, .mos...
by another_esp_user
Mon Nov 08, 2021 12:52 pm
Forum: ESP IoT Solution 中文讨论版
Topic: ESP-MESH例子 internal_communication初始化后出现错误日志
Replies: 5
Views: 17852

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

commit c9646ff0beffc86d2c6d1bfbad34da16e328e0e3
Author: He Yin Ling <heyinling@espressif.com>
Date: Thu Jun 10 14:20:45 2021 +0800

versions: Update version to 4.3.0