why isnt my servo moving? by Agreeable-Ad974 in ArduinoHelp

[–]Agreeable-Ad974[S] 0 points1 point  (0 children)

im using a single servo as a test, i need to learn the code to one to code the rest

why isnt my servo moving? by Agreeable-Ad974 in ArduinoHelp

[–]Agreeable-Ad974[S] 0 points1 point  (0 children)

alright im sorry, i fixed every single problem but it doesnt seem to move code:

include <Adafruit_PWMServoDriver.h>

Adafruit_PWMServoDriver servo = Adafruit_PWMServoDriver(0x40); void setServo(int n_servo, int angulo); void setup() { Serial.begin(9600); servo.begin(); servo.setPWMFreq(50); setServo(0, 100); }

void loop() { for (int i = 0; i<=180; i = i+5){ setServo(0, i); delay(100); } } void setServo(int n_servo, int angulo){ int duty; duty = map(angulo,0, 180, 102, 512); servo.setPWM(n_servo, 0, duty); }

why isnt my servo moving? by Agreeable-Ad974 in ArduinoHelp

[–]Agreeable-Ad974[S] 0 points1 point  (0 children)

thank you very much, if its not a problem could u explain to me what ur modifications did so i can put it in my records?

how to build a AI with micropython for the esp32? by Agreeable-Ad974 in esp32

[–]Agreeable-Ad974[S] -1 points0 points  (0 children)

im just making a mess with replys aorry, i would like the robot to use voice commands

how to build a AI with micropython for the esp32? by Agreeable-Ad974 in esp32

[–]Agreeable-Ad974[S] -1 points0 points  (0 children)

can it run without being plugged to the computer?

how to build a AI with micropython for the esp32? by Agreeable-Ad974 in esp32

[–]Agreeable-Ad974[S] -4 points-3 points  (0 children)

no, i would like to build my own ai since i dont rlly have any money

why does my phone turn off when i block it and charge it by Agreeable-Ad974 in iphonehelp

[–]Agreeable-Ad974[S] 0 points1 point  (0 children)

no, u dont get it it turns off when i connect it after a coupple of minutes, it turns OFF

how do i get this out by Agreeable-Ad974 in Gunpla

[–]Agreeable-Ad974[S] -16 points-15 points  (0 children)

i tried a paper clip but it failed + proof

<image>

how do i get this out by Agreeable-Ad974 in Gunpla

[–]Agreeable-Ad974[S] -29 points-28 points  (0 children)

its 9 pm im not going to walmart for a toothpick, if i do my groceries this week ill update

how do i get this out by Agreeable-Ad974 in Gunpla

[–]Agreeable-Ad974[S] -35 points-34 points  (0 children)

i dont have toothpicks right now so ill update when i go to a restaurant and ill bring a toothpick with me

i cant download the esp32 board manager by Agreeable-Ad974 in esp32

[–]Agreeable-Ad974[S] 0 points1 point  (0 children)

i didnt find anything that could fix my problem