Hi,
we're evaluating NRF52 as a platform for a project in the agricultural space and I have some beginner's questions:
- Is it feasible to use a timer firing at 100kHz together with the BLE soft device? The timer service routine needs to set a few GPIO bits based on a pulse train stored in RAM, so it will only need about 20 instructions, but it has strict timing requirements. Would this interfere with the needs of the BLE soft device, particularly when Bluetooth throughput requirements are high?
- Is using a project from the examples folder of the SDK and modifying it for the needs of the application the best way to create an application, or am I overlooking a way to create projects, including the build dependencies from the SDK, from scratch?
Any advice would be greatly appreciated.
Thanks,
Hans