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.

RTOS/LAUNCHXL-CC1310: CC1310

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

Tool/software: TI-RTOS

we are using TICC1310 CCS 9.0 ,simplelink_cc13x0_sdk_3_10_00_11 and sensor_cc1310_launchxl_tirtos_ccs 
develop our device.


Only,I would like to use the sensor_cc1310_launchxl_tirtos_ccs project,

and , Sensor Device sends immediately sensor data after power up.

Is there an easy way except the jdllc_process function about sensor_cc1310_launchxl_tirtos_ccs 

  • Hello Sunny,

    I am not sure what you are asking for in your post.
    Can you please explain in more detail your problem and what you want to achieve.

    The default/out of box 15.4 Sensor example works by booting and scanning a series of channels(Ch0 - Ch3) in Non beacon mode and sending request to join a network on each of them. If there is a collector with an active Open network available it will respond and let the sensor join the network. At this point the sensor will start sending sensor data to the collector.

    Regards,
    AB
  • The commercial network is already configured (802.15.4g stack) and operating .  

    The currently configured network is sending sensor information to a specific short address without a join process and associate procedure,

    I would like to add just the sensor device in network.

    of course, the sensor device knows the short address about destination node.

  • Sunny Kim,

    sensors cannot communicate with sensors directly on a star network. you can how ever send the msg to the collector and the collector can foward this msg to the destination sensor.

    Regards,
    AB