daer sir, i m working on nrf52840 ble. i want to pwm control by using app ble help me in code. And where i will change in change according me.
daer sir, i m working on nrf52840 ble. i want to pwm control by using app ble help me in code. And where i will change in change according me.
Hi,
You likely need to merge the following two projects:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_blinky.html?cp=4_0_0_4_1_2_3
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_blinky
However, instead of BLE control a blinky LED, BLE should control a PWM output.
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/pwm_example.html?cp=4_0_0_4_5_23
\nRF5_SDK_15.0.0_a53641a\examples\peripheral\pwm_library
Best regards,
Kenneth
Hi,
You likely need to merge the following two projects:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_blinky.html?cp=4_0_0_4_1_2_3
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_blinky
However, instead of BLE control a blinky LED, BLE should control a PWM output.
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/pwm_example.html?cp=4_0_0_4_5_23
\nRF5_SDK_15.0.0_a53641a\examples\peripheral\pwm_library
Best regards,
Kenneth