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

Is s132 6.1.0 supported on nrf52810?

I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken ble_app_hrs_rscs_relay as base and removed unwanted code from it. I changed the project so that it would support nrf52810 and the build is successful. But the applications stops responding when I try to connect to the peripheral part of the application.

Can you confirm if I can use this combination?

  • s132 6.1.0
  • SDK 15.2.0
  • nrf52810

I read on devzone that s132 5.1.0 is production tested with nrf52810. So if the above combination is not suitable then can I use the below combination?

  • s132 5.1.0
  • SDK 15.2.0
  • nrf52810

Note that I am using SES and when I change NRF52810_XXAA macro to nRF52832_xxAA in my project file, everything seams to work fine.

Parents
  • Hi

    As of now the combination of S132 v6.1.0 and SDK 15.2.0 is not tested on the nRF52810. The combination you can use for the nRF52810 is SDK 14.2.0 and SoftDevice S132 v5.1.0.

    What I recommend you do, is testing a project like this in that combination, to see if the nRF52810 is able to run the desired application. You should also get an actual nRF52810 chip to test this with, as I suspect using the nRF52832 for testing an nRF52810 application isn't the best way to go about this.

    Best regards,

    Simon

  • I manged to get this working with S132 v6.1.0 and sdk15.2.0! I had added UART code in my application and logging over UART was also enabled. I guess this was conflicting. I switched the logging to RTT and disabled the UART logging from sdk_config.h then it worked. 

Reply Children
Related