Other Parts Discussed in Thread: CC1350
Hi,
This is the first time I am using a TI device and I have no experience with BLE. I am currently looking at the simple_peripheral example and I've noticed that the LCD is being used to display information
"dispHandle = Display_open(Display_Type_LCD, NULL);"
However, I do not have a LCD on the sensortag. What I currently have is a sensortag connected with a DEV-Pack I have programmed the device using the simple_peripheral_cc1350lp since there wasn't one for cc1350stk.
I could currently detect and connect to the device on my phone and retrieve the characteristics values that was send from the example through BLE. I would really like to be able to use UART for the display instead of LCD but I am unable to achieve this. I tried to use "dispHandle = Display_open(Display_Type_UART, NULL);" which I used when I was working on a previous example (wsnNode & concentrator) but I was not able to get anything at all to display on the serial port through putty. I would really appreciate if you could shine some light on to me as I think I am missing a lot of knowledge in this area.
Thank you
Tony