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.

使用Sensor Controller Studio开发传感器控制器程序

Other Parts Discussed in Thread: CC2650

CC2650使用HA1.2协议栈时如何加入Sensor Controller Studio开发的传感器控制器程序?

  • 先follow下面的例子全都做一遍,还不行再来问。例子2讲述了怎么把 SCS产生的代码加入到其他工程的方法。

    http://software-dl.ti.com/lprf/simplelink_academy/overview.html

    Sensor Controller Studio

    LabContent
    I2C Light Sensor Bring-up and walkthrough of how to use Sensor Controller Studio and the Sensor Controller peripheral to read serial data from an I2C light sensor.
    Create Project from Scratch Create a Sensor Controller Studio project from scratch that uses the ADC interface, and integrate with a blank TI-RTOS project based on the 'Empty' example.
    Task Creation and Control

    Create a Sensor Controller Studio project with two tasks, using Time-to-Digital Converter (TDC) and ADC inputs, and learn to control and communicate with these tasks from a TI-RTOS project. Bonus tasks: Integrate project with Bluetooth LE and Proprietary RF RF protocols.

    Introduction

    This training will show you how to create and integrate a basic Sensor Controller ADC driver with a blank TI-RTOS project. The training is expected to take about 2h to complete, and requires little knowledge about the subject, except some familiarity with embedded programming.

    The ADC driver will measure an input voltage on one of the pins. To vary the input voltage applied to the pin, an external voltage source can be connected to the analog input pin. As an alternative, a jumper or wire from the LaunchPad can be used. For this training, a jumper from the LaunchPad is used to short the analog input pin with an adjacent pin.

    Prerequisites

    Completed material

    • TI-RTOS Basics Lab 1
    • SC Studio Basics
    • For bonus task:
      • BLE Basics
      • Prop RF Basic RX and TX

    Software for desktop development

    Hardware

  • 例子做完了,但还不知道如何将Sensor Controller Studio生成的驱动程序如何加入到协议栈里?有没有例子,或如何加入?