Search found 108 matches

by ESP_LBB
Mon Jun 24, 2019 1:43 pm
Forum: ESP-MDF
Topic: How to resolve the IP Address of a Mesh Light ? <SOLVED>
Replies: 8
Views: 24225

Re: How to resolve the IP Address of a Mesh Light ?

Hi ISimion, I'm really sorry that my collegue may misguide you. As we are not so sure about the issues regarding with arduino, he meant to guide you to raise this issue in the GitHub following : https://github.com/espressif/arduino-esp32/issues (He put the link under the word github), to have someon...
by ESP_LBB
Fri Jun 21, 2019 3:15 am
Forum: ESP Mesh 中文讨论版
Topic: ESP-MDF开发咨询
Replies: 1
Views: 9338

Re: ESP-MDF开发咨询

Hi,

我们目前都是使用 log 打印方式进行调试,并无特殊工具或软件;

有开发者使用 eclipse 进行调试,可参考这篇帖子 viewtopic.php?f=21&t=10452,但我们未使用过,可能无法提供更多的帮助。

我们以后或许会提供基于其他工具的调试方法,但目前尚未在计划中。
by ESP_LBB
Thu Jun 20, 2019 2:49 am
Forum: ESP-IDF
Topic: ESP32: Power On status of the pins
Replies: 1
Views: 3061

Re: ESP32: Power On status of the pins

Hi kaushik.plavaga,

I suppose this issue is being followed on GitHub, so let's continue there and close here.

https://github.com/espressif/esp-idf/issues/3657
by ESP_LBB
Wed Jun 19, 2019 4:03 am
Forum: ESP-MDF
Topic: Availability of ESP-Mesh App for Android source code
Replies: 2
Views: 5908

Re: Availability of ESP-Mesh App for Android source code

Hi kaushik.plavaga,

Source code for Android version: https://github.com/EspressifApp/EspMeshForAndroid
by ESP_LBB
Tue Jun 18, 2019 2:39 am
Forum: ESP-MDF
Topic: ESP Mesh With ESP32
Replies: 1
Views: 3436

Re: ESP Mesh With ESP32

Hi rajatjain313, I moved your topic here to MDF. MDF is the framework we build especially to help users develop their own applications based on ESP-MESH, here we designed many examples and function module to facility the development. You can get the code here https://github.com/espressif/esp-mdf and...
by ESP_LBB
Fri Jun 14, 2019 4:06 am
Forum: ESP IoT Solution
Topic: LCD with CTP on ESP32
Replies: 1
Views: 3747

Re: LCD with CTP on ESP32

Hi,

This module will be available on Mouser / Digikey very soon. However the display is not included, maybe you need search your own display with the recommanded spec.
by ESP_LBB
Tue Jun 11, 2019 3:10 am
Forum: ESP-MDF
Topic: ESP-MDF scan and list mesh networks
Replies: 5
Views: 12632

Re: ESP-MDF scan and list mesh networks

Ah you are running the example in IDF, I'm sorry haven't asked this earlier. No the example of Mesh in IDF just shows the basic functions of ESP-MESH: networking and internal communication, there is no application layer example, so you won't be able to find the devices on the app. You can run the ex...
by ESP_LBB
Mon Jun 10, 2019 3:23 am
Forum: ESP-MDF
Topic: ESP-MDF scan and list mesh networks
Replies: 5
Views: 12632

Re: ESP-MDF scan and list mesh networks

Hi,

Please try to connect the somartphone to the router that your ment network is connected, and then launch the app.

Only when there are several different MeshID groups exsit, then in the page of group on the app will show the MeshID groups.
by ESP_LBB
Mon Jun 10, 2019 3:15 am
Forum: ESP-MDF
Topic: Authorization
Replies: 3
Views: 4966

Re: Authorization

Hi magnomp,

It's easy to add the authorization by adding token, however as you want be able to revoke it, then we need a server to define the different roles like admin and guest.
by ESP_LBB
Wed Jun 05, 2019 8:38 am
Forum: ESP-MDF
Topic: Authorization
Replies: 3
Views: 4966

Re: Authorization

Hi magnomp,

I'm not very clear about your request.

1. Do you want this for mesh devices or for the smartphone ?

2. Do you want to add autorization process or remove it ?