Search found 3 matches

by txrossi
Wed May 13, 2020 7:08 pm
Forum: ESP-IDF
Topic: ESP32 Bluetooth - How to remember the last device?
Replies: 2
Views: 3941

Re: ESP32 Bluetooth - How to remember the last device?

Maybe u need to save the "address" of the last connection in a global variable, and then, include a "if(address == old_addres ||old_addres == NULL) " in cb connection function.
by txrossi
Wed May 13, 2020 6:55 pm
Forum: ESP-IDF
Topic: BLE MESH SENSOR MODEL - How to send/get data from 2 or more server-nodes?
Replies: 4
Views: 5870

BLE MESH SENSOR MODEL - How to send/get data from 2 or more server-nodes?

Running this example : https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model I'm trying to get data from 2 or more server-nodes, but I got it just from the last node connected. And I got the 2 followings "warnings" in terminal when the second node was...
by txrossi
Fri Dec 06, 2019 8:35 pm
Forum: ESP-IDF
Topic: trying to build static library: nothing happens
Replies: 2
Views: 3089

Re: trying to build static library: nothing happens

Try to add the .h and .c files in src folder.