Hi,
I want to interface FN-M16P with nRF52 through UART. To access this module I need to send commands to perform specific actions.Is there any specific example like this is done with nordic nRf52?
For example, To play an specific audio file I need to send (0x06,0x03,0x01).
Command will be sent through UART and it will be sent to module to perform specific operation.