For me this worked
[/
// register this func in 'ble_mesh_init' by using api 'esp_ble_mesh_register_custom_model_callback'
static void example_ble_mesh_register_custom_model_cb(esp_ble_mesh_model_cb_event_t event,
esp_ble_mesh_model_cb_param_t *param)
{
switch (event) {
case ESP_BLE_MESH_MODEL ...
Search found 12 matches
- Fri Jan 03, 2025 9:56 pm
- Forum: General Discussion
- Topic: ble mesh setting publication address and subcription address
- Replies: 2
- Views: 4700
- Fri Jan 03, 2025 9:54 pm
- Forum: ESP-IDF
- Topic: Publishing Messages in Mesh Network
- Replies: 7
- Views: 21204
Re: Publishing Messages in Mesh Network
For me this worked
[/
// register this func in 'ble_mesh_init' by using api 'esp_ble_mesh_register_custom_model_callback'
static void example_ble_mesh_register_custom_model_cb(esp_ble_mesh_model_cb_event_t event,
esp_ble_mesh_model_cb_param_t *param)
{
switch (event) {
case ESP_BLE_MESH_MODEL ...
[/
// register this func in 'ble_mesh_init' by using api 'esp_ble_mesh_register_custom_model_callback'
static void example_ble_mesh_register_custom_model_cb(esp_ble_mesh_model_cb_event_t event,
esp_ble_mesh_model_cb_param_t *param)
{
switch (event) {
case ESP_BLE_MESH_MODEL ...
- Fri Jan 03, 2025 9:50 pm
- Forum: ESP-IDF
- Topic: Ble Mesh Pub/Sub Example
- Replies: 5
- Views: 8485
Re: Ble Mesh Pub/Sub Example
For me this worked
[/
// register this func in 'ble_mesh_init' by using api 'esp_ble_mesh_register_custom_model_callback'
static void example_ble_mesh_register_custom_model_cb(esp_ble_mesh_model_cb_event_t event,
esp_ble_mesh_model_cb_param_t *param)
{
switch (event) {
case ESP_BLE_MESH_MODEL ...
[/
// register this func in 'ble_mesh_init' by using api 'esp_ble_mesh_register_custom_model_callback'
static void example_ble_mesh_register_custom_model_cb(esp_ble_mesh_model_cb_event_t event,
esp_ble_mesh_model_cb_param_t *param)
{
switch (event) {
case ESP_BLE_MESH_MODEL ...
- Tue Feb 02, 2021 8:29 am
- Forum: Hardware
- Topic: Is Schmitt triggers in pins of esp32 or need set external?
- Replies: 2
- Views: 3272
Re: Is Schmitt triggers in pins of esp32 or need set external?
thank youNo, the inputs do not have Schmitt triggers.
- Tue Feb 02, 2021 3:56 am
- Forum: Hardware
- Topic: Is Schmitt triggers in pins of esp32 or need set external?
- Replies: 2
- Views: 3272
Is Schmitt triggers in pins of esp32 or need set external?
Hello! Tell me please, Is Schmitt triggers in pins of esp32 or need set external? It is need for connection of optocouple
- Sun Jun 21, 2020 12:14 pm
- Forum: Hardware
- Topic: GROUND's pins of esp32-WROVER-B
- Replies: 2
- Views: 3880
Re: GROUND's pins of esp32-WROVER-B
You can connect it to ground, or you can decide not to connect it. From the datasheet : 'Soldering Pad 39 to the Ground of the base board is not necessary for a satisfactory thermal performance. If users do want to solder it, they need to ensure that the correct quantity of soldering paste is ...
- Sun Jun 21, 2020 10:34 am
- Forum: Hardware
- Topic: GROUND's pins of esp32-WROVER-B
- Replies: 2
- Views: 3880
GROUND's pins of esp32-WROVER-B
Hello! Guys, please, tell for what using need this pads under esp32-wrover-b? I suppose it is ground's pads. How do they use?
- Sat Feb 08, 2020 10:53 am
- Forum: Hardware
- Topic: Positioning a ESP32 Module on a Base Board
- Replies: 2
- Views: 4477
Re: Positioning a ESP32 Module on a Base Board
It probably is highly recommended because the antenna connects there, which indicates that the RF Unit is also placed somewhere on the top right of the ESP Module.
So when placed on the corner of the PCB theres no other component around which could induct signals into the antenna/rf unit
Thanks ...
- Fri Feb 07, 2020 1:54 pm
- Forum: Hardware
- Topic: Positioning a ESP32 Module on a Base Board
- Replies: 2
- Views: 4477
Positioning a ESP32 Module on a Base Board
Hello! I use ESP32 WROVER-B. Sorry for my english.
Found in "ESP32 Hardware Design Guidelines" (page 10) recomendations for position of esp32 on board. esppositiononboard.jpg Tell me please why 3, 4 position highly recomended? It is because to the right of the esp32 do not recomend place any ...
Found in "ESP32 Hardware Design Guidelines" (page 10) recomendations for position of esp32 on board. esppositiononboard.jpg Tell me please why 3, 4 position highly recomended? It is because to the right of the esp32 do not recomend place any ...
- Fri Feb 07, 2020 1:30 pm
- Forum: General Discussion
- Topic: which external flash can i use for replacing internal flash
- Replies: 5
- Views: 8071
Re: which external flash can i use for replacing internal flash
Thank you! Anyway i refused that idea by reason that i don't need sd card for mobile programming esp32 because i got knowledge about OTA programming! esp32 can programming through Wi-Fi it is awesome