Servomotor controlled by Gyro (MPU6050) using Arduino & Transceiver - Wireless Connection

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • Servomotor + Gyro(MPU6050) + Arduino + Transceiver - Wireless Connection
    Code, Circuit diagram link is below:
    kingstudio1993...
    NO COPYRIGHT FREE BACKGROUND MUSIC:
    ------------------------------
    On the Way by Vlad Gluschenko / vgl9
    Creative Commons - Attribution 3.0
    Unported - CC BY 3.0 F
    ree Download / Stream: bit.ly/_OntheWay M
    usic promoted by Audio Library • On the Way - Vlad Glus...
    ------------------------------

ความคิดเห็น • 22

  • @mechanicalboy9590
    @mechanicalboy9590 4 ปีที่แล้ว

    Your video is one of the best tutorial available on entire youtube. First off all thank you for this tutorial.Please Can you make head gestures controlled drone pan tilt camera using same setup? I'll be thankful for this🙏🏻🙏🏻

    • @dboproductions2853
      @dboproductions2853 2 ปีที่แล้ว

      @Engineering HUB I'd like to see the mpu6050 control the pan/tilt servos with head movement from an Oculus Quest 2. Maybe connect ESP32s to the pan/tilt so you can see from the VR through URL accessed website

  • @fabiooliveira8698
    @fabiooliveira8698 4 ปีที่แล้ว

    Muito bom a tempos eu estava querendo fazer um controle com esp e mpu ...ficou show

    • @andrefilipe9946
      @andrefilipe9946 4 ปีที่แล้ว

      amigo vc conseguiu carregar o code sem dar erro o meu da erro pode dar uma força? obrigado

    • @fellipeborges4652
      @fellipeborges4652 4 ปีที่แล้ว

      No meu Também da erro

    • @andrefilipe9946
      @andrefilipe9946 4 ปีที่แล้ว

      @@fellipeborges4652 ola amigo resolveu? tens que apagar algumas linhas pra que funcione corretamente

    • @cazacu9937
      @cazacu9937 3 ปีที่แล้ว

      @@andrefilipe9946 a mim deu-me erro com a parte do
      done = radio.read(data, sizeof(data));
      ele diz que
      sketch_Servomotor_MPU6050__Arduino_2:26:37: error: void value not ignored as it ought to be
      vc sabe o q tem de fazer aqui?

  • @alexyh8448
    @alexyh8448 3 ปีที่แล้ว +1

    Nice video!!! I
    Can i use the arduino nano (CH340) to operate it ???tqtq

  • @samj1012
    @samj1012 4 ปีที่แล้ว +1

    Great video..Can you make 3 servo for xyz ?

  • @felipemunoz8752
    @felipemunoz8752 3 ปีที่แล้ว +3

    void loop()
    {
    if (radio.available())
    {
    bool done = false;
    while (!done){
    done = exit;
    radio.read(data, sizeof(data));
    Servo_motor_x.write (data[0]);
    Servo_motor_y.write (data[1]);
    Servo_motor_z.write (data[2]);

  • @vighneshdeorukhkar8247
    @vighneshdeorukhkar8247 ปีที่แล้ว

    I am getting problem in this project please help me. I am getting some error in code while compiling in receiver code
    done = radio.read(data,sizeof(data)); ^ exit status 1 void value not ignored as it ought to be

  • @jaydeeppanchal7520
    @jaydeeppanchal7520 3 ปีที่แล้ว

    void value not ignored as it ought to be
    I am having same issue on line 27

  • @slaytonblood4943
    @slaytonblood4943 4 ปีที่แล้ว

    What transceiver did you use?

  • @lordofdoom6636
    @lordofdoom6636 2 ปีที่แล้ว

    ?Can you do the same using bluetooth

  • @reiniersarmiento1649
    @reiniersarmiento1649 3 ปีที่แล้ว

    Where can I download the libraries?

  • @Diymakervn
    @Diymakervn ปีที่แล้ว

    Can I use Arduino nano ?

  • @ronee505
    @ronee505 4 ปีที่แล้ว +2

    C:\Users\demee\Documents\Arduino\sketch_Servomotor_MPU6050__Arduino_2\sketch_Servomotor_MPU6050__Arduino_2.ino: In function 'void loop()':
    sketch_Servomotor_MPU6050__Arduino_2:26:37: error: void value not ignored as it ought to be
    done = radio.read(data, sizeof(data));
    ^
    exit status 1
    void value not ignored as it ought to be

    • @resulunal4001
      @resulunal4001 3 ปีที่แล้ว +1

      have you fixed the problem

    • @resulunal4001
      @resulunal4001 3 ปีที่แล้ว

      have u fixed it bro pls help me

    • @ronee505
      @ronee505 3 ปีที่แล้ว

      @@resulunal4001 no