Hi All.
I have a DK52 project where a peripheral advertises and connects to a central nRF52840 ok. I based it on the multilink_central demo, so have the LED button service setup at the moment.
However it seems like a pretty complicated service just to basically send the state of the push button. I attempted to modify it so I can send big packets of data, but thought there must be a service better suited that I can modify instead?
What would be the best service in the examples to use / base a service on for the following;
1 - Send large arrays/packets of bytes from peripheral to central (max that can be sent in one message) to get best through put.
2 - Send some basic status information both ways.
Thanks
Phil