Other Parts Discussed in Thread: Z-STACK
Hello everyone,
in our project we would like to control the LED brightness depending on the value of an analogue sensor. If sensor value exceeds a threshold, then the values should be sent from ED to coordinator. For this we use example project ZED_SW as a dimmer and ZC_LIGHT to control the LED brightness. Reading of the ADC and sending the sensor values from the end device to the coordinator works perfectly. However, the values are only transmitted one time every 10 seconds. This is too slowly for our purposes. My question is: how to make the data sending more frequently?
In our project we use:
- LP-CC2652RB
- CCS 10.4.0
- Simplelink SDK 5.30
Thanks!