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?
Yes, We will be in peripheral role which will be sending the sensor data to central device. Where we require 60KB/s of user data to be transferred to central device.
So i am interested to know that how much max throughput that we can get? Or is it that we can't use the BLE4.0 or 4.2 for this much higher datarate? Should we switch to BLE classic? I wanted to make decision on selection of Bluetooth version, can you help me out here?
Have you any comparison of data throughput with BLE 4.0 and 4.2, As the updated 4.2 version claims that it gives 2.5x high throughput with 10x packet length compare to earlier versions. I wanted to know the 4.2 spec figures.
With the current S110 SoftDevice the maximum throughput is 128 kbps = 16 kB/s. The 4.2 makes it possible to achieve higher throughput, but this is the maximum throughput we currently have.
Hi Petter Myhre,
I am using the nRF51DK with S110 V8.0 soft device UART example code flashing in nRF51 DK SoC available. I wanted to check that how much time the nRF51 SoC requires to send the UART data(100kbits of data with 115200 baud rate(Which we will be sending through Laptop terminal(Putty))) to BLE smart device.
Can you let me know the best register settings(main.c) to get the highest data-rate. It will be very helpful to me
I believe your question is answered here.
I am using nRF52832 and SoftDevice S132. How can I make sure that the stack is BLE 4.2 or 5.0 Compliant?
Can I rollback to 4.2 if its 5.0?