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.

Starterware/CC2650: Need help in imolementing all IoT protocols

Part Number: CC2650

Tool/software: Starterware

Hi..

I have a sensor tag cc2650 , one more cc2650 radio module that supports zigbee, 6lowpan, ble, etc..

and  a PHYGATE ,ARM335x gateway.

I want to implement a IoT system for reading the sensor data and sending it to the cloud with the following requirements:

Read  the Sensor Data using :

1. BLE

2. 6LOWPAN

3. Zigbee

4. Lora

Send the same info to the cloud using:

1. MQTT

2. LoRA

3. Zigbee

4. 6Lowpan

As per my understanding, I need to have three programs in hand :

1. Code for reading the data received by cc2650 (Some cases, another cc2650 module is connected to the gateway to receive the data from sensortag)

2. Programs for BLE, 6LOWPAN, Zigbee, Lora for sending the sensor data on the sensortag side

3.Program for initializing MQTT, LoRA, Zigbee, 6Lowpan protocols inorder to establish the connection with tag and reading the data and sending it to the command prompt//screen on the gateway side.

Can any one help me in implemmenting this with necessary docs and codes available?

  • Hi,

    Is your goal to have your device implement all these protocols at the same time, or support switching protocol stacks using a firmware upgrade? With our protocol stacks, it is not feasible to run more than 1 protocol at a given time on this device due to flash limitations.
  • No..Not to implement all these at the same time.
    We have so many labs and depending on the size of the room, we want to select an appropriate architecture.
    I would like to know how to choose the firmware for all these protocols from sensortag side and BBboard side (which client prog and server prog for reading the sensor data)


    Switching protocol stack would also be fine.
    I have few more quires.
    Do you fabricate customized boards (similar to Beagle bone) as per our requirements?
    If so, who should I contact in India?
  • No..Not to implement all these at the same time.
    We have so many labs and depending on the size of the room, we want to select an appropriate architecture.
    I would like to know how to choose the firmware for all these protocols from sensortag side and BBboard side (which client prog and server prog for reading the sensor data)