I have successfully executed Simple Peripheral Project and have below questions regarding the same
Query1: As per the Simple Peripheral Documentation...Characteristic1 demonstrates both read and write properties. The value for this characteristic is set to "01" by default. Can you please tell me in which file this value is defined so that it can be changed?
Query2: The Simple Peripheral Documentation says..This application uses the UART peripheral to provide an interface for the application. The UART is only used for display messages.
What needs to be done if I want to display messages From Characteristic 1 read and write values on Serial Console?