Using CC2540 chip on my board witch delivers data by P1_4, P1_5 in CC2540(UART0).
I want to confirm delivered data in mobile or PC...
so, I have reviewed "TI CC2540 Software Developer's Guide v1.3.2" and example projects(SimpleBLECentral, SimpleBLEObserver, SimpleBLEPeripheral, HostTeset).
but, I don't understand which projects I should use.. and which sections(OSAL, HAL, GAP, GATT...) code I should modify..
Are there some simple examples for this work???
Later, I want to communicate two boards with CC2540....before this work, I want to monitor delivered data by CC2540 chip.
thank you.