Hi,
For the project i need 8 PWM signal, 2 * RGBW.
I actually use the timer2,i use the example demo_timer2, it is working fine for RGB. I have also implement this with homekit.
But after my analyse i no see how i can generate other PWM signal, just for your information i use addon homekit, it is possible?
Thank you in advance!
Keywords:
Device:
Hi timactive,
I will assume that the device that you are using is a 68x (you mention that you are using the 6.0.2 SDK which corresponds to the 585 SoC). Regarding the PWM, in total you can generate:
Please check the datasheet for more informations regarding the timer block.
Thanks MT_dialog
Thank you very well for your quickless response.
I'm really happy that DA14681 can already generate so much signal.
I will try to implement depending your answer.
Just for my curiosity if I need to generate other signal on other output, what would be the most interesting timer timer0, timer1, ... to use for make soft PWM?
Sorry if I have newbie questions, but I'm learning(hard working) while waiting for a more experienced person who should come into my company.
.
Hi timeactive,
I am not able to understand the question, can you please re-phrase, what do you mean "other signal on other output" and "soft PWM" ? Since the timers are capable in generating PWM i dont see a reason for using timer interrupts in order to generate a PWM.
Thanks MT_dialog