RGB led控制DA14683 USB kit

Learn MoreFAQsTutorials

4 posts / 0 new
Last post
Vishalkumar
Offline
Last seen:1 month 2 days ago
Joined:2020-09-15 11:29
RGB led控制DA14683 USB kit

Hi,

I am using DA14683 usb kit.

I am able to control D9(White LED) and D10(Red LED) using hw_gpio_set_pin_function(). But RGB led pins donot having gpio port and pin configuration. How should i control RGB led.

Thanks and Regards,

Vishalkumar.

Device:
PM_Dialog
Offline
Last seen:8 hours 59 min ago
Staff
Joined:2018-02-08 11:03
Hi Vishalkumar,

Hi Vishalkumar,

According to user manual, the RGB LEDs are connecting each color to dedicated PWM pins (LED1, LED2, LED3). To do so, you should feed that LED with the proper PDM signal.

Thanks, PM_Dialog

Vishalkumar
Offline
Last seen:1 month 2 days ago
Joined:2020-09-15 11:29
Hi,

Hi,

Thanks for the reply, can you share the process or any document of feeding PDM signal to LED.

Thanks and Regards,

Vishalkumar.

PM_Dialog
Offline
Last seen:8 hours 59 min ago
Staff
Joined:2018-02-08 11:03
Hi Vishalkumar,

Hi Vishalkumar,

Sorry, it was a typo. I meant PWM. You could take a look at theSW Example: Generating PWM pulses via TIMER0.

Thanks, PM_Dialog