cy5670 user api

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello.

   

I have cy5670 dongle and it works fine with Cysmart. Is it possible to use the same API as Cysmart and make C++ user application to control dongle without Cysmart GUI, in a programmatic way?

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

You can develop your custom applications with C++. However, the application may not directly work with the dongle, and the dongle firmware itself might need some changes. The current CySmart is intended to work with the firmware present in the dongle.

0 Likes
Anonymous
Not applicable

Thank you, BMAH.

   

I found a good example for controlling the dongle via uart:

   

https://codeload.github.com/cypresssemiconductorco/EZ-BLE_PRoC_Module/zip/master.

   

Cysmart API is a little bit complex. 

0 Likes