I'm looking for a smart solution to connect my application to different ANT+ sensors and transmit a logfile to a mobilephone via BT (and receive notifications from mobile). I can see a few possibilities, but can't decide which would be the best:
- implement (simplified) serialization for S310 soft-device.
- embedd all RF and connectivity on the nRF Chip and control it form the application processor.
- find a solutions whicht embedds a full blown serialization for ANT+ and BLE.
How would you solve that?