I have some custom hardware (nRF51822) with a couple sensors on it and would like to have the data sent via BLE to a smartphone. This may be timer based on triggered by an interrupt from the sensor itself.
I've opened up a new copy of the template example, thinking this would be a good starting point to slowly tackle the issues. However, I'm not totally sure how I would even begin to go about dealing with integrating I2C communication into it.
Could anyone give me a brief summary of what approach I might take to achieve this?