Other Parts Discussed in Thread: CC2541, CC2541DK-MINI
So to get started with the keyfob, let's say I just want to make an external connection to a sensor and send to a smartphone or whatever, I have to do the following:
Configure the pins on the CC2541 so that the sensor is an input to the ADC. Cool, easy to do.
Then I get the ADC conversion using the HAL protocols inside the GATT functions to send it via bluetooth?
I'm just not clear on the system level of this device. Does the GATT interact with the microcontroller and registers via the HAL? And does the GAP broadcast the GATT?