As you all probably know, I'm new to this and somewhat confused. I have a couple questions.
1) For starters, I want to be able to alter the SimpleBLEPeripheral slightly so that I can interact with the keyfob's accelerometer. I want to be able to enable notifications so that when the accelerometer senses movement the keyfob sends a message to the client. Does this mean I simply have to create a new GATT profile with notify permissions? Or is there a lot more work to be done?
2) I know BLE is mostly event-based, but is there any way to achieve continuous data transfer? Once again, I'm interested in interaction with the accelerometer, though this would probably be more advanced than my previous example.
Thanks!