Trying to do "ch04a_ex01_ble" exercise in "WBT101-04A-BLE-Basic.pdf"

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

cross mob
Dobre
Level 2
Level 2
25 sign-ins 10 sign-ins 5 replies posted

Good day!

 

I have CYBT-353027-EVAL and work in ModusToolbox. I read CypressAcademy docs. I try to do ch04a_ex01_ble exersice in WBT101-04A-BLE-Basic.pdf. There are NO app_gatt_get_value and app_gatt_set_value function implementations. The functions with such names are not even used in HelloSensor example => so I can't understand how to use lines of code available in pdf to make all things work right.

Could someone share these functions? Are there any working zips with ch04a_ex01_ble and other exercises from CypressAcademy docs available as a reference? Thanks!

Best regards,

Dobre

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @Dobre ,

key_ch04a_ex01_ble is already a completed working project. Are you getting any build errors when you compile this example? You should find the definitions of  app_gatt_get_value and app_gatt_set_value in the below file 

https://github.com/Infineon/CypressAcademy_BT101_Files/blob/master/Projects/ch04a/key_ch04a_ex01_ble...

Regards,
Bragadeesh

View solution in original post

0 Likes
1 Reply
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @Dobre ,

key_ch04a_ex01_ble is already a completed working project. Are you getting any build errors when you compile this example? You should find the definitions of  app_gatt_get_value and app_gatt_set_value in the below file 

https://github.com/Infineon/CypressAcademy_BT101_Files/blob/master/Projects/ch04a/key_ch04a_ex01_ble...

Regards,
Bragadeesh
0 Likes