Hi guys and gals!
I recently got Evelution kit nRF51822 and I'm working on custom application with SoftDevice s110 on Peripheral side. I was looking in "nAN-36" documentation file for easy start and I understand it, but I'm having truble with writting custom event handler for my application.
Can you guide me or suggest me, how can I write event handler, which will look for change in value of variable and pass it on, and eventually send it to Central (peer) device. I'm trying to send data from which was gathered through ADC, I2C and OneWire protocol.
I think that best way for doing this is to write in a variable, whose change will be picked up by event handler and report it to Central device.
Thanks ahead for any suggestions and advices! :)