• Advertising Bluetooth LE 128-bit vendor specific UUID

    I am wondering what is the logic and magic behind using sdk API's to advertise vendor specific 128-bit service UUIDs. In the "Nordic UART Service" example (nus, SDK12.2.0) there is: static ble_uuid_t m_adv_uuids[] = {{BLE_UUID_NUS_SERVICE, NUS_SERVICE_UUID_TYPE…
  • BLE Streaming Question

    Hi, Using the nRF52 dev kit with S132 Soft Device, with code based on examples with notifications. I'm trying to send 20-byte notifications to an Android central each connection interval to see how low I can get the latency. Currently, when notifications…
  • app_twi_schedule with Soft Device returning error

    I'm hoping this is just something silly that I've overlooked, but I'm running into an issue: Whenever I try to prompt the scheduling of a TWI transaction an error occurs What I'm trying to do is initialise the transaction when a certain value is sent…