We are developing a product based on nrf52840. The product will always be configured as a BLE peripheral. We need to be able to use OTA for both SoftDevice & Application code.
From what I read we could use either the softDevice S140 or S113. The S113 specs state that it is "memory optimized for a BLE Peripheral Only device". So it seems that is the softDevice we should select for our project
Questions:
1. Is my assumption correct (ie: S113 would be the correct choice given we only need the BLE Peripheral functionality)?
2. What exactly is the difference in memory usage/footprint between the S140 and the S113 SoftDevices?
3. Any other issues or limitations or differences/comments we should be aware of?
Thanks!
Gerard