Other Parts Discussed in Thread: CC2650
Hello TI Community,
Currently I am developing firmware with detail information as below
1. MCU: TI CC2640
2. Debugger tool: SmartRF06 Evaluation Board Kit
3. IDE:
Code Composer Studio
Version: 8.0.0.00016
OS: Windows 10, v.10.0, x86 / win32
4. BLE Stack: ble_cc26xx_2_01_00_44423
I would like to reduce the LED light intensity.I already did self researched and is being aware that I have to use task/timer/pwm and task_sleep in order to control the output of LEDs.
Another solution is duty cycle, for example, within 1 seconds, I will set LEDs is ON for 600ms and is OFF for 400ms (duty cycle is 60%) so that I can also reduce the LEDs light intensity.
However, I still don't know exactly the way I have to start. Could you please do a little favour and share me how to start from the scratches ?
Best Regards,
Richard.