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

Nano-Pb

Hi,

 I am trying to implement protobuf for my application. I have seen that nano-pb library is there in SDK file. I want to use it in BLE-UART communication. How to do with that and is there any example related on it 

I am using nrf52832 SDK17.0.2 SES

Parents
  • It looks like the protobuf is used by the bootloader (SDK17.0.2\examples\dfu\secure_bootloader\) but not anything other than that, it looks like. It is used to organize the bootloader settings and so on. I see from your case history that you have touched into DFU before, so perhaps you can dig into the bootloader example to figure out how it is used. 

    BR,

    Edvin

Reply
  • It looks like the protobuf is used by the bootloader (SDK17.0.2\examples\dfu\secure_bootloader\) but not anything other than that, it looks like. It is used to organize the bootloader settings and so on. I see from your case history that you have touched into DFU before, so perhaps you can dig into the bootloader example to figure out how it is used. 

    BR,

    Edvin

Children
Related