windows c# app with cy5670

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

cross mob
lock attach
Attachments are accessible only for community members.
MaLa_2536816
Level 3
Level 3
First like received

Hi,

I want to create a windows application using the cy dongle api. I'm able to detect the port, do a scan and connect to the BLE device.

But I try to do a write without response to the gatt alert me characteristic (0x2A06). But the BLE device does not reveice a alertme.

Best regards

Martin

0 Likes
7 Replies
Anonymous
Not applicable

General things to check:

Is the write allowed/enabled by the peripheral device?

Are you doing the correct write sequence on the Dongle-side?

A notification will have a similar effect if you want to test that it works.

0 Likes

Hi,

Yes the write is allowed and enabled by the peripheral device because it works with cysmart application.

Notification is not allowed on the immediate alert gatt it's a WriteWithoutResponse see picdevvice.PNG

0 Likes
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

The project file you attached seems to be broken or in damaged format. I'm not able to access it. Kindly attach your project again so that we can debug the issue.

Regards,

Dheeraj

0 Likes
lock attach
Attachments are accessible only for community members.

here's the project

best regards

0 Likes

Can you send it in a zip format? I'm getting the same error.

Regards,

Dheeraj

0 Likes
lock attach
Attachments are accessible only for community members.

Here's the project.zip

Best regards

Martin

0 Likes

Hello Martin,

Is it possible to share your PSoC Creator Project? It will help me test with your host application for working. Are you using the FindMe code example without any change?

Regards,

Dheeraj

0 Likes