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.

LAUNCHXL-CC1350: Advice on adding custom API to Gateway Exampe

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

I have a working version of the 802.15.4 gateway example using the BBB + Launchpad CC1350 CoP and 3 CC1350s configured as sensors.  I wish to add custom APIs to transfer data specific to my application.  The sensor CC1350s will be connected to existing devices and the data is more complicated than obtaining current temperature and toggling an LED (like most projects, I'm sure).

Is there a guide or example on how to do this?  I'm sure I can figure it out eventually by digging through the example code and testing changes (including changes to the protocol buffer definitions), but it would likely save a good bit of time if there exists a tutorial on how to add additional APIs to handle application specific data.  

Thanks.

Doug

  • Hi Doug, At the moment we dont have a tutorial for this, you can look in the code and see how any of the messages for example temperature sensor report is handled. Let us know if you have questions/concerns in following the code
  • Thanks.  I have looked through the code, so I have some idea of how things work.  If I'm able to document the process, is there some place it can be posted that might be helpful to others (other than on my own blog, etc.)?

    I'll come back with any questions.

    Doug