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.

Cant able to fine the temperature sensor of Smart RF05 EB

Other Parts Discussed in Thread: CC2540, BLE-STACK

Please help me to find the temperature sensor on Smart RF05 EB

  • Can you please provide more information?
    What software are you running on the SmartRF05? Have you made any modifications? What you are using to connect to it? Can you see the device advertising?
  • I am using CC2540 Development kit that includes

    2 x SmartRF05EB (the two large boards)

    2 x CC2540 Evaluation Modules

    2 x Pulse Antennas

    1 x CC2540 USB Dongle

    Cables.

    I have connected CC2540EM with RF05EB.

    Then bluetooth connection is made between two modules. I have installed Bluetooth protocol stack for CC2540 and used RF flash programmer to load the .hex file for the central and peripheral devices.

    Then I performed the Bluetooth functions like advertising and connecting between the modules using joystick on RF05 EB.

    But I want add sensors to the peripheral device and transmit temperature value over Bluetooth and display it on the central device.

    I also have IAR Embedded workbench for 8051 along with these modules.

     1. I dont how to interface temperature sensor with RF05 EB

    2. I dont know how to program for the senors interface and displaying the value

    I have no idea please help me

  • Hello,

    Please go through the SW Dev Guide which is included in the BLE-Stack 1.4.1 SDK. This will give you an intro to BLE & the TI BLE Stack.
    For interfacing to the SmartRF05EB board, please see the SmartRF05EB User's Guide.

    You can also reference other sample applications, such as Keyfob & SensorTag that demonstrate BLE connectivity. You can find an overview of the kits on the BLE Wiki.

    Best wishes
  • Thanks for your relply

    I can find BLE stack for applications like Heart rate, sensor tags, Central, peripheral etc,. Is it possible to developed such application on my own using IAR embedded workbench 8051.