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.
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.
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
Hi Jorgen,
Thanks for your feedback.
Considering we move ahead with nRF52810.
s132 requires 136KB Flash.
Can you help me with the memory requirements of Serialization solution and CLI and which one do you recommend ?
Also, does the above method gives better performance than AT Commands ?
Also, can you please guide me to a document where in i can find comparative analysis of using AT command vs. Serialization.
Thanks in advance.
Hi Jorgen,
Thanks for your feedback.
Considering we move ahead with nRF52810.
s132 requires 136KB Flash.
Can you help me with the memory requirements of Serialization solution and CLI and which one do you recommend ?
Also, does the above method gives better performance than AT Commands ?
Also, can you please guide me to a document where in i can find comparative analysis of using AT command vs. Serialization.
Thanks in advance.