工具/软件:
您好:
我想通过外部 MCU 板通过 SPI 将数据传输到蓝牙缓冲区、然后需要通过蓝牙将相同接收到的数据传输到其他设备。 我是否应该为此应用程序使用 NPI 网络?
谢谢你。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
您好:
我想通过外部 MCU 板通过 SPI 将数据传输到蓝牙缓冲区、然后需要通过蓝牙将相同接收到的数据传输到其他设备。 我是否应该为此应用程序使用 NPI 网络?
谢谢你。
您好、
NPI 可以作为您要描述的架构的一个选项、但通常在您希望外部 MCU 控制 BLE 设备时使用。 另一种选择是使用 UART over BLE 示例、例如下面列出的串行套接字示例:
此致、
1月
您好、
没问题! 迁移指南可在以下位置找到: https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/docs/ble5stack/ble_user_guide/html/ble-stack-5.x-guide/migration-cc13xx_cc26xx.html
此致、
1月
您好、
我正在使用 Set_Parameter ()函数将值从外围设备传输到中央设备。 我甚至将 character1值的数据类型更改为16位、但我无法读取 中央器件中的16位数据(只能读取8位数据)。
如何发送和读取16位数据?
注意:我正在将数据从 UART rxBuffer (rxBuffer 可使用观察窗口进行确认的16位)传输到 Set_Parameter。
此致。