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.

CC1310: Gateway Design, CC1310

Part Number: CC1310
Other Parts Discussed in Thread: TIDC-01002, TIDEP0084

Hello,

Guess it's application specific but asking several things for sure in advance.

I'd like to make system like this,

- Parking lot LED lights controller with CC1310. (approx 500~3,000 light controllers per parkingl lot)

- Gateway with Sitara™ AM335x + CC1310. (Linux, Ethernet connection to Control&Management PC Program)

- Control&Management PC program. (Using local connection, not going to using cloud solution or internet)

User can control and management light controllers using Control&Management PC program.

User can F/W upgrade(OTA) light controllers using Control&Management PC program.

1. How many light controllers gateway can handle?

2. CC1310 in gateway can act as both OTA server and data tranceiver for control&management with one firmware?

3. How can new firmware of ligrt controller deliver to light controller from Control&Management PC program?  

4. Using SimpleLink will help make things easy? where should I start?

5. It could be easy to get rid of connection to cloud(TIDEP0084, TIDC-01002) and change it to local MQTT server?

Regards,

Jay

  • 1. How many light controllers gateway can handle?
    If using a CC13x0 device:
    50 is the limit with secured devices
    65536(theoretically) with unsecured devices
    If using CC13x2 devices(More memory):
    150+ for secured devices
    65536(theoretically) with unsecured devices

    more info on increasing the number past this, is found here: e2e.ti.com/.../1948520

    2. CC1310 in gateway can act as both OTA server and data tranceiver for control&management with one firmware?
    yes

    3. How can new firmware of ligrt controller deliver to light controller from Control&Management PC program?
    using the OTA frames to send a new firmware.

    4. Using SimpleLink will help make things easy? where should I start?
    Simplelink is the only way to get the most up to date code and examples. I recommend starting by importing the project you plan on using from the latest simplelink sdk(v2.40)

    5. It could be easy to get rid of connection to cloud(TIDEP0084, TIDC-01002) and change it to local MQTT server?
    Definitely, the reference design are NOT tied to the cloud. they both work using MQTT communication, and if you want to use your own MQTT server you can change this in the "cloud adapter layer" of the application.

    Regards,
    AB