Search found 7 matches
- Mon Jun 01, 2020 11:14 am
- Forum: General Discussion
- Topic: ESP32 BLE mesh example fails to provision [BMCI-87]
- Replies: 3
- Views: 4985
Re: ESP32 BLE mesh example fails to provision
It seems nRF APK detect Provsionee public key X, Y is invalidate in ECPoint ecPoint = curve.validatePoint(x, y); and nRF APK call exception I use bt_mesh_check_public_key to check Provsionee 's bt_mesh_public_key and bt_mesh_check_public_key also show fail. It seem esp mesh profile generate wrong bt...
- Thu May 21, 2020 2:41 am
- Forum: ESP-IDF
- Topic: "BLE MESH" How to set client->internal_data
- Replies: 1
- Views: 3197
"BLE MESH" How to set client->internal_data
Hi, I want to send generic onoff message after provisioning a Node and use example ble_mesh_console/ble_mesh_node. But bt_mesh_generic_client_set_state show Generic Client user data is NULL, I think client->internal_data is NULL. I don't see any init for internal_data of gen_onoff_cli in this sample...
- Fri Apr 17, 2020 10:46 am
- Forum: ESP-IDF
- Topic: idf.py menuconfig fail
- Replies: 5
- Views: 7996
Re: idf.py menuconfig fail
Hi Roland, My Ubuntu version is 14.04.6 LTS python is 2.7.6 You are not using any terminal multiplexer, i.e. tmux, screen? You are not connecting to the machine over SSH? Yes, I use Ubuntu default terminal and I do not use SSH. I can not run ". ~/esp/esp-idf/export.sh" if I use python3. I see there...
- Fri Apr 17, 2020 1:48 am
- Forum: ESP-IDF
- Topic: idf.py menuconfig fail
- Replies: 5
- Views: 7996
Re: idf.py menuconfig fail
Hi Roland, I use ubuntu default terminal and export TERM=rxvt-unicode-256color but still have problem. Executing "ninja menuconfig"... [1/1] cd /root/esp/esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_c...sp/esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig FAILED: cd /r...
- Thu Apr 16, 2020 6:23 am
- Forum: ESP-IDF 中文讨论版
- Topic: ble_mesh_fast_prov_server fast provision fail
- Replies: 1
- Views: 4657
ble_mesh_fast_prov_server fast provision fail
您好 我有4片 ESP32-wroom-32U 並使用 ble_mesh_fast_prov_server example的bin app使用EspBLEMesh v1.0.0 從app_ble.png的步驟5到步驟6時,該device connect 無法enable 。請見 Screenshot_20200416-140825.png 此device connect 無法enable 的log I (702) system_api: read default base MAC address from EFUSE I (892) phy: phy_version: 4180, cb3948...
- Thu Apr 16, 2020 3:20 am
- Forum: ESP-IDF 中文讨论版
- Topic: iperf 在 ble_mesh_wifi_coexist 無法正常工作
- Replies: 0
- Views: 4046
iperf 在 ble_mesh_wifi_coexist 無法正常工作
您好, 我使用這個examples\bluetooth\esp_ble_mesh\ble_mesh_wifi_coexist 來進行測試 但使用iperf 的時候都會看到sip=80.209.22.128這奇怪的東西,iperf 無法TX 也無法RX,都顯示為0 若使用 examples\wifi\iperf sip 就會和AP assign 的IP 一樣,也可以打iperf esp> sta esp I (19208) iperf: sta connecting to 'esp' I (19451) wifi:new:<1,1>, old:<1,0>, ap:<255,255>, sta:<...
- Thu Apr 16, 2020 2:56 am
- Forum: ESP-IDF
- Topic: idf.py menuconfig fail
- Replies: 5
- Views: 7996
idf.py menuconfig fail
Hi, I install esp-idf and menuconfig can not run successfully but I can run idf.py build and idf.py flash Could you help me? . ~/esp/esp-idf/export.sh idf.py menuconfig Traceback (most recent call last): File "/root/esp/esp-idf/tools/kconfig_new/menuconfig.py", line 3287, in <module> _main() File "/...