crwdns2933423:0crwdne2933423:0

Changement servomoteur robot piscine S300i Dolphin

crwdns2936315:0crwdne2936315:0
crwdns2936317:0crwdne2936317:0
crwdns2931653:02crwdne2931653:0
Dolphin i 300 Pool Roboter Servo Replacement, Bring the new servo in the middle position: crwdns2935265:00crwdnd2935265:01crwdnd2935265:01crwdne2935265:0
Bring the new servo in the middle position
  • By hand or with a arduino code. The servo and the mechanics has to be both in the middle position.

  • #include <Servo.h> Servo myservo; void setup() { myservo.attach(A2); } void loop() { myservo.write(50); // set servo to mid-point delay(2000); myservo.write(90); // set servo to mid-point delay(8000); myservo.write(1400); // set servo to mid-point delay(2000);

  • This needs to be done carefully.

À la main ou avec un code Arduino. Le servo et le mécanisme doivent être tous les deux en position centrale.

#include <Servo.h> Servo myservo; void setup() { myservo.attach(A2); } void loop() { myservo.write(50); // set servo to mid-point delay(2000); myservo.write(90); // set servo to mid-point delay(8000); myservo.write(1400); // set servo to mid-point delay(2000);

Cela doit être fait avec soin.

crwdns2944171:0crwdnd2944171:0crwdnd2944171:0crwdnd2944171:0crwdne2944171:0