Hello!
Im working on small little hardware project based on the CC2540 and I'm starting off with the Keyfob demo app and slowly modify it for my hardware and application.
I was wondering if someone could post a brief step-by-step guide on how to add a service to provide additional data from my hardware. there are a lot of files in the PROFILES directory and I'm not exactly sure where to add what.
specifically i want to add a service which provides a signed 16bit int (s16) value.
i was thinking of reusing one of the acceleration values (x for example) but that seems to be 8 bit only but i need 16 bit.
thanks in advance,
-r