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

Master and Slave Implementation on nRF52810 ?

Hi,

In case of nRF52810, is it possible to implement both Master and Slave Mode ?

Also, this has do be done while the product being able to work with AT Commands.

Thanks.

Parents
  • Hi,

    By Master and Slave mode, are you referring to BLE? The nRF52810 is compatible with s132 softdevice v5.1. This softdevice supports both Peripheral and Central roles. Note that the Flash and RAM sizes of the nRF52810 will limit what functionality the application can utilize. Using the s132 softdevice will take up most of the available space, leaving little room for the application.

    We do not provide any AT Command features. I know some module partners implement this, but all chips from Nordic are delivered with blank flash that you need to program yourself.

    Alternatives to AT Commands are our serialization solution and the BLE Interactive CLI example.

    Best regards,
    Jørgen

  • I built the s132 UART-HCI connectivity FW for pca10040 board in SDK 14.2.0, the flash and RAM usage is like this:

    The BLE CLI example is not available in SDK 14.2.0, this was first introduced in SDK 15.0.0.

    I think that you would have problems with fitting concurrent central and peripheral features into a nRF52810 chip. If you require this, I would rather recommend you to go for the nRF52832.

    Since we do not have any AT command solutions, I cannot give any specifics on performance. I would not expect the serial protocol to affect the performance much if you run UART on 1 Megabaud or SPI on 8 MHz.

Reply
  • I built the s132 UART-HCI connectivity FW for pca10040 board in SDK 14.2.0, the flash and RAM usage is like this:

    The BLE CLI example is not available in SDK 14.2.0, this was first introduced in SDK 15.0.0.

    I think that you would have problems with fitting concurrent central and peripheral features into a nRF52810 chip. If you require this, I would rather recommend you to go for the nRF52832.

    Since we do not have any AT command solutions, I cannot give any specifics on performance. I would not expect the serial protocol to affect the performance much if you run UART on 1 Megabaud or SPI on 8 MHz.

Children
Related