Hi,
I am considering to use nRF52832 to build a battery powered data collection device which can stream the data to nearby (within a few meters) Android devices via BLE with no more than 30KB/s throughput.
I got a nRF52DK device and downloaded the SDK v16.0.0. At high level, it seems that we have options on the type of soft devices. I am wondering if S112 device is all I need since in my case only one central device will be involved. However, when I checked the "examples/ble_peripheral/ble_app_template", I can only see s132 device listed under "pca10040/" folder. Does this mean that s112 is not a good choice for nRF52832?
regards,
yf13