Search found 40 matches
- Wed Jan 29, 2025 6:50 am
- Forum: ESP-IDF
- Topic: BLE Mesh level server node as relay node also.
- Replies: 4
- Views: 3829
Re: BLE Mesh level server node as relay node also.
Yaa that BLE saving in memory can be confusing when someone starts to develop BLE mesh xd
- Fri Jan 17, 2025 8:40 am
- Forum: ESP32 Arduino
- Topic: CAN ID hardware acceptance filtering
- Replies: 4
- Views: 8167
Re: CAN ID hardware acceptance filtering
Because, as it is explained in the documentation, you can obtain faster software when hardware helps in processing.
- Fri Dec 20, 2024 7:28 am
- Forum: ESP-IDF
- Topic: nvs_flash_init_partition() fails when running concurrently with WIFI
- Replies: 3
- Views: 3466
Re: nvs_flash_init_partition() fails when running concurrently with WIFI
Hi Serdar,
I would like to learn whether this issue is still actual.
If so, please extend the code with logging of the str variable content prior to the call of nvs functions and result code returned by each of the nvs functions called. Please post the values log. Please include also content of ...
- Thu Dec 05, 2024 3:22 pm
- Forum: ESP-IDF
- Topic: ble mesh: combine node and provisioner
- Replies: 9
- Views: 7206
Re: ble mesh: combine node and provisioner
Ah it was not that terribly hard. :) Quite crucial to working it out was to learn about a requirement to clean the already saved network in the device before proceeding further.
And the node (not provisisoner) needed to call example_handle_config_app_key_add_evt function from the example's code ...
And the node (not provisisoner) needed to call example_handle_config_app_key_add_evt function from the example's code ...
- Tue Nov 26, 2024 2:50 pm
- Forum: ESP-IDF
- Topic: ble mesh: combine node and provisioner
- Replies: 9
- Views: 7206
Re: ble mesh: combine node and provisioner
- yes, it should be possible to switch between provisioner and node, as you can run both, provisioner and node, in the same time
So you say, that it sould be possible to run both a provisioner and a node in the same time.
Well I have started with the fast provisioning BLE Mesh example from the ...
- Tue Nov 26, 2024 2:47 pm
- Forum: ESP-IDF
- Topic: UART 1 interrupt
- Replies: 3
- Views: 1463
Re: UART 1 interrupt
I suppose you want an UART event.
Try this example: examples\peripherals\uart\uart_events
Try this example: examples\peripherals\uart\uart_events
- Wed Nov 20, 2024 1:48 pm
- Forum: ESP-IDF
- Topic: How to address a node in ESP BLE Mesh
- Replies: 2
- Views: 1676
Re: How to address a node in ESP BLE Mesh
Ah, ok so you are talking about the ones that have size unit16_t.
Thanks
Thanks
- Tue Nov 19, 2024 6:47 am
- Forum: ESP-IDF
- Topic: bug in api esp_ble_mesh_start_ble_scanning?
- Replies: 1
- Views: 1510
Re: bug in api esp_ble_mesh_start_ble_scanning?
Well no wonder - since esp_ble_mesh_start_ble_scanning is not using its argument... :/
(though I would prefer to have just an option to have this done indefinietly long)
Am I right that in order to receive BLE mesh advertising packets I need to have BLE coexistence set?
(though I would prefer to have just an option to have this done indefinietly long)
Am I right that in order to receive BLE mesh advertising packets I need to have BLE coexistence set?
- Tue Nov 19, 2024 6:46 am
- Forum: ESP-IDF
- Topic: How to read ets_printf output from wake stub on a MacOS?
- Replies: 7
- Views: 2489
Re: How to read ets_printf output from wake stub on a MacOS?
There is a search feature in the Sdkconfig
- Mon Nov 18, 2024 5:15 pm
- Forum: ESP-IDF
- Topic: How to read ets_printf output from wake stub on a MacOS?
- Replies: 7
- Views: 2489
Re: How to read ets_printf output from wake stub on a MacOS?
Eee CONFIG_ESP_CONSOLE_UART and CONFIG_ESP_CONSOLE_UART_NUM?