KW45: Peripheral Uart Over BLE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KW45: Peripheral Uart Over BLE

跳至解决方案
1,635 次查看
Rathore-pioneer
Contributor III

I am using an NXP kw45 EVK board. trying to configure BLE as a peripheral role where I can see received data over UART/SPI interface.

Using an example from SDK 24.12.00 wireless_uart_freertos

This is working fine with IOT-toolbox mobile app.
I am trying to make this sample app compatible with NRF connect mobile app.
but when I made some modification to replicate same as Nordic UART service (NUS) it is not connecting with NRF connect app.

for modification I just changed the service and char UUID's as given below.

UUID128(uuid_service_wireless_uart, 0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0xA3, 0xB5, 0x01, 0x00, 0x40, 0x6E)

UUID128(uuid_uart_stream, 0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0xA3, 0xB5, 0x02, 0x00, 0x40, 0x6E)

UUID128(uuid_uart_stream_tx, 0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0xA3, 0xB5, 0x03, 0x00, 0x40, 0x6E)

here is an expmale of NUS which I am trying to replicate with kw45.
#sdk-nrf/samples/bluetooth/peripheral_uart at v2.9.1 · nrfconnect/sdk-nrf · GitHub

Please suggest if I am missing anything to replicate the peripheral_uart example.
Am I using correct example from the SDK or should I use anything else.

标记 (1)
0 项奖励
回复
1 解答
1,587 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Hope you are doing well. We don’t support third parties' applications.

 

As you might know, Wireless UART is a custom profile. If you want to create your own profile, I recommend checking this community post: KW38 Custom Profile - NXP Community

 

Best Regards,

Ricardo

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,588 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Hope you are doing well. We don’t support third parties' applications.

 

As you might know, Wireless UART is a custom profile. If you want to create your own profile, I recommend checking this community post: KW38 Custom Profile - NXP Community

 

Best Regards,

Ricardo

0 项奖励
回复
1,499 次查看
Rathore-pioneer
Contributor III
Thanks @Ricardo_Zamora for your valuable feedback
0 项奖励
回复