I am looking for a minimalistic schema design using BLE for collecting data from i2c (twi) sensor and sending them over blue-tooth to the receiver. I need the following features:
- blue-tooth data transfer
- i2c support
- reliable time measurement (knowing the time that passed since start in seconds). Precision +-3 minutes within 10 hours is fine. I would like to avoid any external crystal if possible.
Any suggestions for the minimalistic schema? Ideally i need it to fit on 7x10mm double-side PCB (the sensor is 4x4mm large). The blue-tooth distance range is not so important. If it will communicate in 5 cm distance it is okay (do I need any antenna?) I was thinking about nRF51822 but typical schema shown in data-sheet is still a bit complex (I believe it is possible to shrink number of components further).
Sorry for the novice questions, I am starting with that and need to know if it is feasible to design such a tiny PCBs with these chips before I dive into it.
Thanks