UART_to_BLE_peripheral Errors

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

cross mob
Anonymous
Not applicable

Using the project UART_to_BLE_peripheral, I am getting errors when compiling.

   

These are identifiers not declared for usage in app_ble library

   

CYBLE_SERVER_UART_SERVER_UART_TX_DATA_CLIENT_CHARACTERISTIC_CONFIGURATION_DESC_HANDLE

   

CYBLE_STATE_ADVERTISING

   

Any idea where and how should be declared?

0 Likes
3 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received
        Post your code so we can check it.   
0 Likes
Anonymous
Not applicable

It is the day020 project from the link below. The UART_to_BLE_central was programmed successfully in pioneer kit. The UART_to_BLE_peripheral cannot be programmed due to these undeclared identifiers. I am not sure if they come from the fact that the original symbols used another version of Bluetooth. I had to update the bluetooth component using my library.

   

https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days/Day020_BLE...

0 Likes
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

I tried this example about 8 months ago and had no issue with this example.  I just updated it into PSoC 4.0 and it compiled correctly.  How are you programming the dongle and the Pioneer ble kit? Are you using an -A revision hardware devices ?

0 Likes