Search found 10 matches
- Sat Jan 08, 2022 4:00 am
- Forum: ESP-IDF
- Topic: Ble Mesh: rx->seq cause error
- Replies: 1
- Views: 4511
Ble Mesh: rx->seq cause error
Dears, I created a Ble Mesh Network with a Provisioner and a Node, both are using ESP32-WROM-32 chipset. Sometime, after provisioning, when I sent esp_ble_mesh_config_client_get_state or esp_ble_mesh_config_client_set_state from the Provisioner to the Node, I got this error: W (122865) BLE_MESH: Rep...
- Wed Jan 05, 2022 1:40 am
- Forum: ESP-IDF
- Topic: Ble Mesh: How to provision a device that exceed the reach of the provisioner
- Replies: 7
- Views: 12677
Re: Ble Mesh: How to provision a device that exceed the reach of the provisioner
Dears, I donn't know how to implement on the phone, but it is possible on the ESP. Just use the example of onoff_client and onoff_server 1. Provisioned all the devices into your net 2. Add AppKey to the nodes 3. Bind AppKey to the client model and the server model (Remember to used the same AppKey ...
- Tue Jan 04, 2022 11:29 am
- Forum: ESP-IDF
- Topic: Ble Mesh: How to provision a device that exceed the reach of the provisioner
- Replies: 7
- Views: 12677
Re: Ble Mesh: How to provision a device that exceed the reach of the provisioner
Did you mean when using Fast Prov example? If it was not that case, you can try: In menu config -> Component config -> ESP BLE Mesh support -> Store BLE Mesh configuration persistently Hi thank you so much man. I found this on github isuues and solved this but I have a new problem and that is: I wa...
- Tue Jan 04, 2022 9:23 am
- Forum: ESP-IDF
- Topic: Ble Mesh: How to provision a device that exceed the reach of the provisioner
- Replies: 7
- Views: 12677
Re: Ble Mesh: How to provision a device that exceed the reach of the provisioner
Did you mean when using Fast Prov example?
If it was not that case, you can try:
In menu config -> Component config -> ESP BLE Mesh support -> Store BLE Mesh configuration persistently
If it was not that case, you can try:
In menu config -> Component config -> ESP BLE Mesh support -> Store BLE Mesh configuration persistently
- Tue Jan 04, 2022 9:19 am
- Forum: General Discussion
- Topic: Ble Mesh:Problem in sharing information of Nodes between Provisioners
- Replies: 0
- Views: 3957
Ble Mesh:Problem in sharing information of Nodes between Provisioners
Dear all, I am trying to create a Ble Mesh network. Following the Ble Mesh 's theory, there could be more than one Provisioner in the network. For example, I create two Provisoner A and B with the same NetKey and AppKey. I provisioned some nodes using Provioner A. But I cannot find any API for store...
- Sat Dec 18, 2021 3:53 am
- Forum: ESP-IDF
- Topic: Ble Mesh: How to provision a device that exceed the reach of the provisioner
- Replies: 7
- Views: 12677
Ble Mesh: How to provision a device that exceed the reach of the provisioner
Hi Guys, I am trying to create a Ble Mesh network. It working well with Devices that inside the reach of the Provisioner. But with the Devices that the Provisioner cannot reach, it seem like there is no way the Provisioner can add them to the network. I try to add them by a phone with the same NetKe...
- Wed May 12, 2021 3:11 am
- Forum: General Discussion
- Topic: Meaning of esp_mqtt_client_config_t.refrech_connection_after_ms
- Replies: 2
- Views: 4986
Re: Meaning of esp_mqtt_client_config_t.refrech_connection_after_ms
Hi, I have a question.
Would the ESP32 disconnect and reconnect even when there is a stable connection or it only happen when there is no ping response from broker?
Would the ESP32 disconnect and reconnect even when there is a stable connection or it only happen when there is no ping response from broker?
- Tue Oct 27, 2020 4:51 am
- Forum: ESP-IDF
- Topic: Meaning of log: wifi:bssid equal: ss_state=0x4
- Replies: 0
- Views: 2120
Meaning of log: wifi:bssid equal: ss_state=0x4
Can anyone explain what is this debug log meaning. It continuously sended when i enable wifi's log. D (26480) wifi:bssid equal: ss_state=0x4 D (26580) wifi:bssid equal: ss_state=0x4 D (26680) wifi:bssid equal: ss_state=0x4 D (26780) wifi:bssid equal: ss_state=0x4 D (26890) wifi:bssid equal: ss_state...
- Thu Feb 27, 2020 8:00 am
- Forum: General Discussion
- Topic: ESP32 smartconfig and wifi provisioning
- Replies: 0
- Views: 2354
ESP32 smartconfig and wifi provisioning
Can i run smartconfig and wifi provisioning at the same time in my application.
I had try and it seemed like only wifi provisioning was activated
I had try and it seemed like only wifi provisioning was activated
- Thu Nov 14, 2019 1:40 am
- Forum: Hardware
- Topic: ESP-WROVER-KIT_V4_1 LCD Screen pins
- Replies: 1
- Views: 3021
ESP-WROVER-KIT_V4_1 LCD Screen pins
Dears, I'm developing a kit for ESP32-WROOM-32 SoC, and using ESP-WROVER-KIT_V4_1 as the reference design. Here is the link: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf But when i checked the LCD Screen pins, i found that, there are some incorrect pin. The LCD_CLK_1, LCD_MOSI_1 an...