Other Parts Discussed in Thread: CC2540
hello everyone,
I'm working with CC2540 DK, I'm begginer hardware program and cc2540 bluetooth also.
I have followed swru270a.pdf(cc2540 DK user's guide), I can't know about data sending and receiving.
In the user's guide, only GATT service profile and read/write method using characteristic value or UUID are presented.
but I want to send some custom data from usb dongle ( I'm making program like BTool using java example) to keyfob.
and then, I want to control keyfob as received custom data values.
Is there any fuction or example code or documents for custom data sending or receiving in established state ??
If, may I use only GATT service profile, what is sub-procedures for my purpose ??
and I want to know keyfob souce code position or file name to implement the receving data event.
Any comments will be help to me. thanks for reading. hardware development is very hard work T T ~