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

Is proxy server supported on nrf52810?

I am currently using mesh sdk 2.0.1 and I plan to migrate to 2.1.1. I saw this while comparing the light_switch example of the two sdks.

proxy server is not supported on nrf52810? why is that so? I did not find conclusive info about this on devzone or infocenter.

Parents
  • Hi,

    The nRF52810 is not supported. That is because both Flash and RAM is very limited on the nRF52810. You can try to make room for the application but it will take a lot of work. If you want to try, we recommend you to develop on nRF52832 then see if it is possible to squeeze the application into nRF52810 later. Also, it is not possible to make room for the bootloader/DFU on the nRF52810 at all.

Reply
  • Hi,

    The nRF52810 is not supported. That is because both Flash and RAM is very limited on the nRF52810. You can try to make room for the application but it will take a lot of work. If you want to try, we recommend you to develop on nRF52832 then see if it is possible to squeeze the application into nRF52810 later. Also, it is not possible to make room for the bootloader/DFU on the nRF52810 at all.

Children
No Data
Related