CC2640R2F: Smart Bluetooth Low Energy BLE Central (client)

Development of a BLE central; The device is setup as a client, it connects to one or multiple Bluetooth sensors at the same time and without time multiplexing. The central gathers the information, processes them and takes action accordingly. With the TI CC2640R2F it runs on a single AAA battery.
[Project is still confidential, more details to come later]

Comments

2 responses to “CC2640R2F: Smart Bluetooth Low Energy BLE Central (client)”

  1. DOM Avatar
    DOM

    I want to enable and disable advertising with simple peripheral on cc2640r2f ?

    How i can do it ?

    Help Me please !!!

    1. Author Avatar
      Author

      Hi DOM,

      To enable or disable advertising with simple peripheral on cc2640r2f just call the function `GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED, sizeof(uint8_t), &advertEnabled, NULL);`.
      Before that, set `advertEnabled` to `1` for enable, or `0` for disable.

      Jerome

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.