Search found 5 matches
- Thu Sep 19, 2019 7:37 am
- Forum: ESP Mesh 中文讨论版
- Topic: 增加http server handlers及Mesh之间传文件咨询
- Replies: 1
- Views: 12562
增加http server handlers及Mesh之间传文件咨询
看mlink_httpd.c的代码发现,http server的句柄 g_httpd_handle和g_conn_list 设置成了static变量,而且也没有对外暴露增加handlers的函数。由于方便,又需要使用mlink的ota部分等。可以在不修改MDF源码的情况下增加 http server 的 hander吗? static httpd_handle_t g_httpd_handle = NULL; static mlink_connection_t *g_conn_list = NULL; 另外: APP想发送文件给指定的Mesh Node,比如发送图片文件a.jpg。目前思路是参...
- Wed Aug 28, 2019 2:35 am
- Forum: ESP Mesh 中文讨论版
- Topic: Mupgrade的包有文档说明吗
- Replies: 1
- Views: 11403
Mupgrade的包有文档说明吗
我想利用树莓派管理ESP-MESH的网络节点,关于Mupgrade下面的链接里只讲了流程图,并未介绍如何构建包以及使用的协议。MeshAPP的源码我这边又没有安卓开发经验,看得也是一知半解。请问各位大佬有关于Mupgrade的详细流程介绍吗,主要是关于每个包的构建和内容。
https://docs.espressif.com/projects/esp ... grade.html
https://docs.espressif.com/projects/esp ... grade.html
- Wed Aug 28, 2019 2:24 am
- Forum: ESP-MDF
- Topic: Is there a document explain how to form the mupgrade packets
- Replies: 1
- Views: 5179
Is there a document explain how to form the mupgrade packets
Here's only a process diagram, https://docs.espressif.com/projects/esp-mdf/en/latest/api-guides/mupgrade.html I cannot find the contents of the packets (maybe http or tcp or any other). Howerer, I plan to upgrade/ota the mesh device through raspberry pi (python),so is there a document explain how to...
- Thu Jun 29, 2017 8:11 am
- Forum: General Discussion
- Topic: Connection of the embedded flash and how to disable VDD_SDIO
- Replies: 2
- Views: 5780
Re: Connection of the embedded flash and how to disable VDD_SDIO
Fine.
Thanks for your answer, ESP_Angus.
Thanks for your answer, ESP_Angus.
- Thu Jun 29, 2017 7:11 am
- Forum: General Discussion
- Topic: Connection of the embedded flash and how to disable VDD_SDIO
- Replies: 2
- Views: 5780
Connection of the embedded flash and how to disable VDD_SDIO
Hi, The ESP32 datasheet says: ( ESP32-D2WD’s pins GPIO16, GPIO17, SD_CMD, SD_CLK, SD_DATA_0 and SD_DATA_1 are used for connecting the embedded flash, and are not recommended for other uses. ) In my project I want to add an external 1G-bit flash, and I plan to share the spi data bus pins with the emb...