I successfully ran the Simple Central SDK on my development board.
It's working fine, but I need to change two buttons( take lots of memo ) in the menu to UART-based commands.
For example, I want to send commands like 'scan,' 'connect,' 'reset,' etc. Do you have any suggestions on how to do this
#define SC_ITEM_SCANPHY TBM_ITEM(0) // "Set Scanning PHY"
#define SC_ITEM_STARTDISC TBM_ITEM(1) // "Discover Devices"
#define SC_ITEM_STOPDISC TBM_ITEM(2) // "Stop Discovering"
#define SC_ITEM_CONNECT TBM_ITEM(3) // "Connect To"
#define SC_ITEM_CANCELCONN TBM_ITEM(4) // "Cancel Connecting"
#define SC_ITEM_SELECTCONN TBM_ITEM(5) // "Work With"
#define SC_ITEM_AUTOCONNECT TBM_ITEM(6) // "Auto Connect"
#define SC_ITEM_GATTREAD TBM_ITEM(0) // "GATT Read"
#define SC_ITEM_GATTWRITE TBM_ITEM(1) // "GATT Write"
#define SC_ITEM_STRTRSSI TBM_ITEM(2) // "Start RSSI Reading"
#define SC_ITEM_STOPRSSI TBM_ITEM(3) // "Stop RSSI Reading"
#define SC_ITEM_UPDATE TBM_ITEM(4) // "Connection Update"
#define SC_ITEM_CONNPHY TBM_ITEM(5) // "Set Connection PHY"
#define SC_ITEM_DISCONNECT TBM_ITEM(6) // "Disconnect"