This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Maximum spec of nRF52832

Hi, 

I am designing a bio-signal measurement circuit using nrf52832.

I wonder if there is any problem with the performance of nrf52 when using the sensor below.

  • Sensor1
    • spi 
    • realtime tx
    • 250sps data : 6byte x 250sample /s = 1500byte/s
  • Sensor2
    • spi 
    • realtime tx
    • 100sps data : 9byte x 100sample / s = 900byte/s
  • Sensor3
    • spi
    • realtime tx
    • 100sps data : 12byte x 100sample /s = 1200byte/s

And, How can i check maximum spec(like cpu, memory in windows system) of nRF52832?

Parents Reply
  • Hi 

    If I am not mistaken the total bandwidth of this application would be around 28.8kbps?

    The nRF52832 can do up to about 700kbps in 1M mode, and double that in 2M mode (Bluetooth 5 or later required). 

    Please be aware that when communicating with a non Nordic host such as a phone or a PC the host could have it's own limitations affecting transfer rate, but most BLE devices should be able to handle 28.8kbps without any problems. 

    Best regards
    Torbjørn

Children
No Data
Related