Search found 108 matches

by ESP_LBB
Thu May 23, 2019 9:53 am
Forum: ESP-MDF
Topic: Stream from leaf node to internet
Replies: 1
Views: 3787

Re: Stream from leaf node to internet

Hi magnomp,

I'm afraid ESP-MESH can't support stream data. ESP-MESH sends data by packet like UDP.
by ESP_LBB
Wed May 22, 2019 8:14 am
Forum: ESP-MDF
Topic: ESP-MESH networking using Ethernet on a local network?
Replies: 3
Views: 7494

Re: ESP-MESH networking using Ethernet on a local network?

Hi akhileshthorat, ESP-MESH can form a private local network via wifi internally, and searching the node by its mac address through a PC or router. Please refer to this doc for more info about ESP-MESH: https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/mesh.html#how-to-write-a-mesh-ap...
by ESP_LBB
Thu May 16, 2019 4:28 am
Forum: ESP-MDF
Topic: Esp32 mesh Sendling analog sensor data
Replies: 3
Views: 6161

Re: Esp32 mesh Sendling analog sensor data

Hello Projektix,

Within mesh network, we allow device to send any data to any other device by its mac address with "mwifi_write". For more information, please refer to this API guide: https://docs.espressif.com/projects/esp ... index.html
by ESP_LBB
Thu May 16, 2019 4:18 am
Forum: ESP-MDF
Topic: ESP32 MDF EXAMPLE internal_communication
Replies: 3
Views: 5874

Re: ESP32 MDF EXAMPLE internal_communication

Hi pmezavergara, Yes, ESP-MESH is ESPRESSIF's official mesh version, which ESP-MDF is based on. Painlessmesh is our supporter's work, we may focus on different targets, but we haven't fully tried this version, so it's hard to say which would be better. You can decide to which one to implement regard...
by ESP_LBB
Sun May 05, 2019 7:19 am
Forum: ESP-MDF
Topic: ESP-Mesh app is buggy - A note for Espressif APP Developers
Replies: 8
Views: 13666

Re: ESP-Mesh app is buggy - A note for Espressif APP Developers

Hi fasani, Sorry for the late reply because of the vocation in China. By "I-phone App" you mean the version for iOS ? It works but it just show part of the connected devices instead of listing all of them. This may be caused because we set the scan time too short. We've updated a version lately, cou...
by ESP_LBB
Sat Apr 27, 2019 6:12 am
Forum: ESP-MDF
Topic: ESP32 MDF EXAMPLE internal_communication
Replies: 3
Views: 5874

Re: ESP32 MDF EXAMPLE internal_communication

Hi pmezavergara,

This demo shows how to send data to a remote server: https://github.com/espressif/esp-mdf/tr ... demo/mwifi
by ESP_LBB
Tue Apr 16, 2019 11:28 am
Forum: ESP-IDF 中文讨论版
Topic: 咨询ESP MESH问题
Replies: 1
Views: 4217

Re: 咨询ESP MESH问题

Hi starternnn,

其实底层留有接口用于设置 Mesh 网络的 SSID 和 密码,只是我们的 Demo 为了简单方便,没有调用相关函数,只要当网络的 MeshID 、路由信息一致就能组成网络。

普通设备不支持通过 Wi-Fi 接入,后期会支持通过 蓝牙 接入(ESP32 同时支持 Wi-Fi 和 蓝牙功能)进行数据转发,目前尚未开发此功能。
by ESP_LBB
Mon Apr 15, 2019 1:55 pm
Forum: ESP-MDF
Topic: Broadcasting data to multiple(or all) nodes connected to root
Replies: 3
Views: 7444

Re: Broadcasting data to multiple(or all) nodes connected to root

Hi scruffynerf,

Sorry for the late reply, could you help provide the log if you can reproduce it ?
by ESP_LBB
Mon Apr 15, 2019 1:47 pm
Forum: ESP-MDF
Topic: File transfer between nodes?
Replies: 1
Views: 5065

Re: File transfer between nodes?

Hi scruffynerf,

Sorry for the late reply.

Please refer to this Demo to see if it meet your requirements: https://github.com/espressif/esp-mdf/tr ... mo/mwifi
by ESP_LBB
Mon Apr 15, 2019 1:46 pm
Forum: ESP-MDF
Topic: ESP-MDF scan and list mesh networks
Replies: 5
Views: 13573

Re: ESP-MDF scan and list mesh networks

Hi robokishan, First of all, have you succeeded in building a mesh network with the devices and the ESP-Mesh app ? This app can be found https://www.espressif.com/en/support/download/apps for Android or search ESP-Mesh in App Store for iOS. Then we can build several networks under one router with di...