#6721
Christian
Participant

Hi Maksim

Yes the hk15338 are reverse polarity compared to the hs-805.

You can modify the hardware to reverse the wire on the motor, or you can use a software solution by using servo.setInverted(True) or with servo.map(0,180,180,0). Both the software solution will make your servo go in reverse.

Hope it help