Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
Hello,
I have here 2 devices with the CC2650. The sensortag and the launchpad. The sensortag runs on its standard software, and the launchpad runs at project0(the project where you can control the leds and read out the buttons)
For the raspberry pi I made a program in python which connects both devices at the same time and flashes the leds of the launchpad, reads the buttons of the launchpad and reads the temperature of the sensortag.
This all works fast, fine and at serious distances up to 65 metres.
But now I want to design my own product which measures a temperature and sends it to the raspberry. I want to use the launchpad to connect my own sensor and sends the data to the raspberry once the button is pressed.
I thought it would be good to start this with project0 because it has only a few features and must be easy to understand. But this code is built up out of many files and lots and lots of code.
Can someone explain me how to start writing code for this device? Maybe pointing out the most important things in the code where I can write my code for my own sensors.
Or maybe a different example code which is a bit easier to understand.
Kind regards,
Thijs Ruiter