登录 注册
当前位置:主页 > 资源下载 > 4 > BLE_Brigde下载

BLE_Brigde下载

  • 更新:2024-05-20 13:16:08
  • 大小:38KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C - 后端
  • 格式:ZIP

资源介绍

This page details a Serial-to-BLE bridge sample application which can be used as a basis for adding serial communication to an existing project, creating a simple serial packet parser, and achieving maximum over-the-air throughput. The BLEbridge is a modified version of the simpleBLEperipheral project and has both a UART and SPI configuration. It will act as a BLE slave during a connection and a UART / SPI slave for serial communication. Note that version 1.4.0 or later of the BLE stack is needed in order to take advantage of the more robust serial drivers. Also note that there is no UART / SPI master sample code provided: it is up to the user to create code for their own MCU. This guide assumes you have some familiarity with the UART / SPI drivers and does not cover the specific mechanics of each. Here is a general overview of the system