Does the SoC nRF52832 support Bluetooth 4.2? Or is there any other SoC which supports the same?
Does the SoC nRF52832 support Bluetooth 4.2? Or is there any other SoC which supports the same?
Both the nRF51 Series and the nRF52 Series have the required hardware to be compliant with Bluetooth 4.2.
SoftDevice S130 for the nRF51 Series is compliant with Bluetooth 4.2.
SoftDevice S132 for the nRF52 Series is compliant with Bluetooth 4.2, but this is an alpha release.
When we say nRF52832 and nRF51 series are 4.2 compliant. Than does it have IPSP(Internet Protocol support profile) support? Which is used to have internet connection through IPV6 in BLE device.
Please have a look at our IoT SDK. We have implemented node role according to the IPSP specification.
Can you let me know the Bluetooth 4.2 increased data packet length, and the datarate that can be achievable through nRF52832 or nRF51 series in BLE 4.2.
I want to transfer the 60KB/s user data is that feasible? through BLE 4.0 or 4.2
Currently our SoftDevices support max 20 B of data in each packet. How many packets per connection interval depends on what SoftDevice you use, if you are in the peripheral role or in the central role, if the device is a server or a client, and what kind of operation is used. It also depends on what you are connected to supports. See this question for how to calculate throughput. For the S110 SoftDevice the BLE data throughput is included in Section 13 in the specificaiton, see this. For the S130 SoftDevice you can find the BLE data throughput here.