difference in gatts between WROOM/WROVER and PICO

jumjum123
Posts: 199
Joined: Mon Oct 17, 2016 3:11 pm

difference in gatts between WROOM/WROVER and PICO

Postby jumjum123 » Fri Mar 16, 2018 12:02 pm

In my application a BLE server is created. Using WROOM or WROVER board I get these events and everything is fine
  • Event:ESP_GATTS_REG_EVT gatts_if:4
    Event:ESP_GATTS_CREATE_EVT gatts_if:4
    Event:ESP_GATTS_START_EVT gatts_if:4
    Event:ESP_GATTS_ADD_CHAR_EVT gatts_if:4
    Event:ESP_GATTS_ADD_CHAR_DESCR_EVT gatts_if:4
    Event:ESP_GATTS_REG_EVT gatts_if:5
    Event:ESP_GATTS_CREATE_EVT gatts_if:5
    Event:ESP_GATTS_START_EVT gatts_if:5
    Event:ESP_GATTS_ADD_CHAR_EVT gatts_if:5
    Event:ESP_GATTS_ADD_CHAR_EVT gatts_if:5
    Event:ESP_GAP_BLE_ADV_START_COMPLETE_EVT
    Event:ESP_GAP_BLE_ADV_DATA_RAW_SET_COMPLETE_EVT
Using same binary on PICO board, get only this. Event for ADD_CHAR_DESCR is missing.
BTW,, thanks a lot for making the gift of a PICO board in Nuremberg :-)
  • Event:ESP_GATTS_REG_EVT gatts_if:4
    Event:ESP_GATTS_CREATE_EVT gatts_if:4
    Event:ESP_GATTS_START_EVT gatts_if:4
    Event:ESP_GATTS_ADD_CHAR_EVT gatts_if:4
    Event:ESP_GAP_BLE_ADV_DATA_RAW_SET_COMPLETE_EVT

Who is online

Users browsing this forum: No registered users and 11 guests