Search found 73 matches

by Wangcheng
Mon Nov 25, 2019 12:42 pm
Forum: General Discussion
Topic: BLE mash - persistent provisioner
Replies: 6
Views: 6536

Re: BLE mash - persistent provisioner

jkockx wrote:
Sat Oct 12, 2019 12:06 pm
Nobody who can help me on my way? I need this functionality very much.
Hi,
This feature and development are complete and will be available soon.
by Wangcheng
Mon Nov 25, 2019 12:38 pm
Forum: ESP-IDF
Topic: ble mesh provisioner sample
Replies: 4
Views: 5855

Re: ble mesh provisioner sample

The 2nd problem is fixed now, by setting project config menu: CONFIG_BLE_MESH_GENERIC_LEVEL_CLI=y For the 1st problem, I find a config item: CONFIG_BLE_MESH_SETTING , but it says that it currently only supports storing BLE Mesh node configuration. Any plan for provisioner configuration ? BRs, Hi , ...
by Wangcheng
Mon Nov 25, 2019 12:31 pm
Forum: ESP-IDF 中文讨论版
Topic: BLE MESH抓包工具?
Replies: 2
Views: 5382

Re: BLE MESH抓包工具?

jiangch6 wrote:
Tue Nov 19, 2019 8:51 am
没人回复吗?
Hi jiangch,

1. 数据包解密必须要配置 netkey, appkey, devkey, iv index的,你可以找一下配置接口。
2. 广播包需要 37,38, 39 三通道同时抓才行,我们一般使用的是专门的仪器。
by Wangcheng
Thu Aug 29, 2019 11:42 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, For the ESP32 fast provisioner client and server example, I configured my own pair of opcodes for sending and receive customer messages through the vendor model. The fast server model is able to receive customer messages from the fast client(by unicast address). However when the fast ...
by Wangcheng
Wed Aug 28, 2019 5:10 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

anandgk wrote:
Tue Aug 27, 2019 11:11 am
Hi,
Can I use a Proteus emulator and run ESP BLE Mesh examples ??

Thanks and regards
Anand
Hi anandgk ,

You need to buy hardware ( ESP32 ) and refer to the get_start documentation.
by Wangcheng
Mon Aug 26, 2019 12:22 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Dear All I'm planning to use BLE mesh to send/receive custom customs buffers (max 64 bytes each) to/from a mobile app (provisionner) to multiple devices (ESP32) provisioned from the mobile app. I'm new to mesh and cannot find any suitable model to send/receive customs buffers. Anybody here could po...
by Wangcheng
Mon Aug 26, 2019 12:19 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Thank you for the extra information! The message sent by the fast provision server chip is for ESP_BLE_MESH_VND_MODEL_OP_FAST_PROV_NODE_ADDR_STATUS. If I only use two ESP32, the buf will only contain the opcode. and the client side will show an error. I have to use 3 ESP32. Two for fast provision s...
by Wangcheng
Mon Aug 26, 2019 12:12 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Dear all, I try to provision nodes from ble_mesh_node example via meshctl. Meshctl uses bluez v5.50 on Ubuntu 18.04. Meshctl can detect esp device (esp32 devkitc) but can't connect to it printing the following: [meshctl]# provision dddd30aea4f487da0000000000000000 Trying to connect Device 30:AE:A4:...
by Wangcheng
Mon Aug 26, 2019 12:07 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83111

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, For the provisioner, is there a function call to get the unicast address of itself and other nodes. I'm trying to extract node info by calling example_get_node_info(). Is there a way to hard-code the unicast address of all the nodes? Thank you! Hi Benbu, 1. Currently, after the provis...
by Wangcheng
Mon Aug 05, 2019 6:34 am
Forum: ESP-IDF 中文讨论版
Topic: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢
Replies: 6
Views: 9320

Re: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢

NoBestJustBetter wrote:
Sun Aug 04, 2019 8:00 am
请问有谁实现过ble_mesh_fast_prov_server和ble_mesh_fast_prov_client之间通过vendor model通讯吗
Hi ,
ble_mesh_fast_prov_server 和 ble_mesh_fast_prov_client 设备配网之后,会使用到 vendor model 进行通讯,所以你需要先让 demo 正常工作。
请问你使用的是哪里的代码,把链接发我一下。