Part Number:SIMPLELINK-CC2640R2-SDK
Hi,
I am going to use Sensor Controller to read 2 Analog Sensors and 1 I2C Accelerometer Sensor every 1 minute. After reading the sensors, the application will send the sensor data to a bluetooth service. I have only the Device Information Service, and Custom Bluetooth Service for sending sending sensor data.
I am reading this "Integrating Sensor Controller Studio Examples to Project Zero" doc, as guide. The doc shows creating another task and using semaphores. Is it possible to integrate the Sensor Controller Code to Simple Peripheral without creating another task and using semaphores? Can I just use the Simple Peripheral task for this? How do I process the semScTaskAlert with using Event_post() or Queing Messages to wake up the main application.
-kel