Search found 108 matches

by ESP_LBB
Tue Nov 20, 2018 12:02 pm
Forum: Hardware
Topic: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
Replies: 6
Views: 11834

Re: Using ESP32 WROOM modules outdoors in sunlight, temperature margin

Hi WI, The ESP-MESH is designed and aimed to support over 1000 nodes. All the nodes can be easily controlled via the server. Here are some links that may be useful: Introduction of ESP-MESH: https://github.com/espressif/esp-mdf API Guide of ESP-MESH:https://docs.espressif.com/projects/esp-idf/en/lat...
by ESP_LBB
Tue Nov 13, 2018 10:05 am
Forum: ESP Mesh 中文讨论版
Topic: 关于mesh配网,以及meshApp的问题
Replies: 1
Views: 7376

Re: 关于mesh配网,以及meshApp的问题

感谢您对 ESP-MDF 的关注,我们正在调整 MDF 的结构,将各部分(配网、升级、控制等)进行独立,便于理解和二次开发,近期会在 GitHub 进行更新,请关注更新动态,谢谢。
当前尚无法开源 Mesh App,还请谅解。
by ESP_LBB
Tue Jun 12, 2018 6:31 am
Forum: ESP-MDF
Topic: [Solved] Single ESP32 module to control 4 Light
Replies: 3
Views: 7758

Re: Single ESP32 module to control 4 Light

Hi I'll mark this question as [Solved]. For the issue about APP source code, please track in the new topic: https://esp32.com/viewtopic.php?f=21&t=5773
by ESP_LBB
Mon Jun 04, 2018 9:31 am
Forum: ESP-MDF
Topic: Mesh size limits
Replies: 3
Views: 10188

Re: Mesh size limits

Hi ybuyankin,

I'm not sure if I get the point of your question. Could you specify a little more?

For now we suggest 6 level and 6 connections for each node, normally it's enough.
by ESP_LBB
Fri Jun 01, 2018 4:18 am
Forum: ESP-MDF
Topic: Mesh size limits
Replies: 3
Views: 10188

Re: Mesh size limits

Hi ybuyankin, Yes you are partly right. There are 2 factors that will make difference: 1. Max layer: As you metioned 15 layers, but actually this can be set maximumly to 127 for now, as we use 1 byte to define this. However one hop can add up about 30ms of delay and the possibility of packet loss. S...
by ESP_LBB
Fri May 25, 2018 11:42 am
Forum: ESP-MDF
Topic: MESH Android APP source code
Replies: 3
Views: 8310

Re: MESH Android APP source code

Hi TAPAN_ESP32,

The time to release the source code of Mesh APP is still in discuss yet.
Sorry for that, but we always try to release it as soon as we can.

Thanks for your attention in Mesh.

LBB
by ESP_LBB
Fri May 18, 2018 4:16 am
Forum: ESP-MDF
Topic: [Solved] Single ESP32 module to control 4 Light
Replies: 3
Views: 7758

Re: Single ESP32 module to control 4 Light

Hi TAPAN_ESP32, The ESP32 can support as many as 16 PWM output, as long as you can spare enough I/O in your application. Our demo code light_driver.c is a specific example based on iot_light.c, so you can ignore this light_driver.c (or keep it as a reference) and develop your own code based on iot_l...
by ESP_LBB
Fri May 18, 2018 4:04 am
Forum: ESP-MDF
Topic: RGBCW led?
Replies: 1
Views: 7845

Re: RGBCW led?

Hi smay88, The demo of "RGBCW" LED is kind of light bulb which we can control its R(red) / G(green) / B(Blue) or C(Cold tone) / W(Warm tone). The bulbs are expected to be released soon. You can develop your own light application based on iot_light.c, and the ESP32 can support as many as 16 PWM outpu...