Cant add servo motor

Raspberry pi 4 model B 2gb

Web

i cant add a servo motor to my pi, my raspberry pi doesnt show up in the models selection but it works for normal motor, cant click the tutorial button below either.

The servo motor cannot be directly added to the raspberry as it needs a PWM extender. You can either use an PCA9685 plugin for cayenne GitHub - myDevicesIoT/cayenne-plugin-pca9685: A PCA9685 plugin for Cayenne though you will need to modify the plugin code which is a bit tough.
Next option is to use GitHub - myDevicesIoT/Cayenne-MQTT-Python: Python Library for Cayenne MQTT API and manually add the code to control the servo and PCA9865.