Page 1 of 1

difference in gatts between WROOM/WROVER and PICO

Posted: Fri Mar 16, 2018 12:02 pm
by jumjum123
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