Problem with using Arduino servo library with nRF52832 Breakout Board

Hi all

I following warning with arduino studio when trying to use servo library.

WARNING: library Servo claims to run on (avr, megaAVR, sam, samd, nrf52, stm32f4) architecture(s) and may be incompatible with your current board which runs on (nRF5) architecture(s).

In file included from C:\Users\veeti\Documents\Arduino\codes\bletest\Moving_Light\Moving_Light.ino:1:0:

C:\Program Files (x86)\Arduino\libraries\Servo\src/Servo.h:75:2: error: #error “This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor.”

#error “This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor.”

^

exit status 1

Error compiling for board SparkFun nRF52832 Breakout.

Is there easy way to fix it, because its anyway supporting NRF52 ?

Hi veeti.

Unfortunately the code in the servo library is not compatible with the nRF5. You would need a compatible library if you can find one, or need to write code to generate an appropriate PWM signal for your servo.