Psoc 4 ble communicate with windows

259 Views Asked by At

I want to make an application to get my notifications from an iphone through psoc 4 ble. I'm subscribing to ANCS service, i get the notifications, and after i want that data to send to windows to a java or c# application. What I don't know how to do or if it's possible: how do I make the connection between psoc and windows to send the data.

2

There are 2 best solutions below

0
TheEngineer On

It calls Serial Communication (UART). You will have two pins Tx and Rx and using them you can easily communicate with windows using terminal applications such as PUTTY

1
Kyle54 On

Does your computer have bluetooth on it directly? If so you can use the microsoft API to call it here: https://msdn.microsoft.com/en-us/library/aa916530.aspx

else if your computer does not have bleutooth, you have to use the CySmart dongle and use the C# API cypress provides here: CySmart