Problems with serwo on esp32

problem with serwo on esp32 :
WARNING: library Servo claims to run on avr, megaavr, sam, samd, nrf52, stm32f4, mbed, mbed_nano, mbed_portenta, mbed_rp2040, renesas, renesas_portenta, renesas_uno architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from C:\Users\Lenovo\Desktop\Arduino_Rasberry\projekt_szczypawka_1\projekt_szczypawka_1.ino:5:
C:\Users\Lenovo\AppData\Local\Arduino15\libraries\Servo\src/Servo.h:79: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

Compilation error: exit status 1

what is with this ?

Exactly what is says :wink:

I have no experience with ESP32 based boards but you can try this library instead: ESP32Servo - Arduino Reference


This is not an emergency and hence your topic has been moved to a more suitable location on the forum.

Do you see the ESP32 in the list of supported processors ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.