ian hanslin
ian hanslin
  • 10
  • 126 827
RC Airplane Homemade Autopilot (Arduino - PID control)
RC Airplane Homemade Autopilot (Arduino - PID control)
มุมมอง: 23 100

วีดีโอ

1MN DRONE EDIT- PowerEgg Powervision
มุมมอง 1674 ปีที่แล้ว
1MN DRONE EDIT- PowerEgg Powervision
St James Infirmary piano cover
มุมมอง 6K10 ปีที่แล้ว
titre : st james infirmary compositeur : blues traditional partition noviscore piano solo niv.3
Una Mattina lucovico einaudi piano cover intouchable
มุมมอง 35010 ปีที่แล้ว
Titre : una mattina compositeur : ludovico Einaudi piano : Yamaha p-95
Set Three -piano cover
มุมมอง 1.3K10 ปีที่แล้ว
Titre : set three compositeur : blues factory piano : Yamaha p-95
Another shade of blue piano cover
มุมมอง 1.7K10 ปีที่แล้ว
Another shade of blue piano cover
La panthère rose (thème) piano
มุมมอง 73K10 ปีที่แล้ว
version noviscore piano solo niveau 3
People help the people Birdy piano
มุมมอง 24910 ปีที่แล้ว
version noviscore piano solo niveau 3
U-Turn Lili piano
มุมมอง 21K10 ปีที่แล้ว
version noviscore piano solo niveau 3
La Valse d'Amelie Piano
มุมมอง 24811 ปีที่แล้ว
La Valse d'Amelie Piano

ความคิดเห็น

  • @DefaultMando
    @DefaultMando 7 หลายเดือนก่อน

    Where's the update?

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

    this is really cool man but can you share the code with us plz?

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

    autopilot software nam

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

    Provide the code plzz

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

    where is the code?

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

    Bien joué!

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

    Cool video! I plan to try a similar project. Can you share the code to help me kickstart ideas on how t set up the gps in Arduino?

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

      you can use neo 6M GPS module which is compatable with arduino uno and this is the code to get lat and long: #include <TinyGPS++.h> //#include <TinyGPSPlus.h> #include "SoftwareSerial.h" TinyGPSPlus gps; SoftwareSerial ss(6, 7);// TX, RX void setup() { Serial.begin(9600); ss.begin(9600); } void loop() { // put your main code here, to run repeatedly: while (ss.available() > 0) { if (gps.encode(ss.read())) { if (gps.location.isUpdated()) { Serial.println(String(gps.location.lat(), 7) + "," + String(gps.location.lng(), 7)); } delay(1000); } } }

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

    Should add max roll angle limit or in some cases, it will lose lift.

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

    Could you plz provide code

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

    ı want to build a programmable flıght controller (like pixhawk) using raspberry pi pico or esp32 and nrfl01 module as telemtry

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

      I do too! Have you succeeded? If so, can you send me the code? Thanks in advance

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

      @@charlienicholsonr how its going ?

    • @Omkar_Srivastava
      @Omkar_Srivastava 9 หลายเดือนก่อน

      Bro guide me too if you got that

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

    hey what happened to your goals

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

    Great!!! But do yo mind to share the code??? I am doing something like that and need some guidance... Thanks in advance.

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

    Greats! We need a sequel 🤝

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

    hi i am doing a project like this culd you plis show me the whole code

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

    Hy , that was really good job ., Do you mind to share the code or schematic of this project ?

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

    very nice video! it would help people if you share arduino code and electronic schematic.

  • @eduardoa.meneghinifigueire326
    @eduardoa.meneghinifigueire326 3 ปีที่แล้ว

    Incrível!

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

    Ou pouvons nous trouver cette partition ?

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

    tres bien , j ai acheter cette partition j espere la jouer aussi bien que toi merci

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

    je viens d'acheter la partition , j'espere la jouer aussi bien que toi bravo et merci

  • @sad-dragz5785
    @sad-dragz5785 4 ปีที่แล้ว

    Ce touché de piano

  • @marietrouillet8805
    @marietrouillet8805 5 ปีที่แล้ว

    Wahoo ! Magnifique ! Bravo 👏🏼

  • @erfanmoallem3113
    @erfanmoallem3113 6 ปีที่แล้ว

    Can you give me the link of sheet?

  • @celinemelone9875
    @celinemelone9875 6 ปีที่แล้ว

    Idem si vous avez cette partition je la veux bien j'adore cette version celine_m@live.be grand merci

  • @jean-marc1909
    @jean-marc1909 6 ปีที่แล้ว

    bonjour , serit il possible d avoir la partition merci a vous =)

  • @chabrubs
    @chabrubs 6 ปีที่แล้ว

    Magnifique !!

  • @ilaydaygt6675
    @ilaydaygt6675 6 ปีที่แล้ว

    Le début est un peu faux mais sinon bien PS je fais du piano depuis 5 ans et du violon 3 ans:)

  • @sebastienlefevre276
    @sebastienlefevre276 6 ปีที่แล้ว

    Super ! La partition ?

  • @romain6433
    @romain6433 6 ปีที่แล้ว

    bonsoir

  • @TaserFace300
    @TaserFace300 7 ปีที่แล้ว

    Peux tu faire un tutorial pas pour l'intro mais le rest.stp

  • @francoispedinielli7293
    @francoispedinielli7293 7 ปีที่แล้ว

    Trés belle interpreation

  • @Dealerdenesquikk
    @Dealerdenesquikk 7 ปีที่แล้ว

    Il manque un couplet non ? "Lili, easy as a kiss we'll find an answer Put all your fears back in the shade Don't become a ghost without no colour 'Cause you're the best paint life ever made" Même chose que pour les autres couplets vous pensez ?

  • @ectyvolt3103
    @ectyvolt3103 7 ปีที่แล้ว

    Tu avais quel âge quand tu as joué le morceau ?

  • @AliLahbabi59
    @AliLahbabi59 7 ปีที่แล้ว

    Bravo 🎊

  • @ninonhamard361
    @ninonhamard361 7 ปีที่แล้ว

    😇😇😇😇😇😇😇😇

  • @AS-gu3hb
    @AS-gu3hb 7 ปีที่แล้ว

    Mais nous on veut apprendre

  • @samachab4444
    @samachab4444 7 ปีที่แล้ว

    tu joue trop bien du piano tu as un don bravo 😊😊😊👏👏👏👍👍👍

  • @christinecarvalho9317
    @christinecarvalho9317 7 ปีที่แล้ว

    Bonsoir qui a la partition de piano de lili j aimerais l apprendre

  • @georgesosmont6864
    @georgesosmont6864 7 ปีที่แล้ว

    Mes félicitations.

  • @nathalieleclair9933
    @nathalieleclair9933 7 ปีที่แล้ว

    bravo!!!!!

  • @priscadjegou686
    @priscadjegou686 8 ปีที่แล้ว

    très bien

  • @merzoukrayan6425
    @merzoukrayan6425 8 ปีที่แล้ว

    bravau

  • @yjersjet
    @yjersjet 8 ปีที่แล้ว

    Bonjour, Bravo, c'est est fantastique ! Comme j'adore cette musique je voulais savoir si elle était dur à jouer et si vous pouviez me donner la partition s'il vous plaît. Nous Pourrions faire un échange si cela vous intéressés ! Merci Musicalement Martin

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

      Bonjour Avez-vous pu avoir la partition ? Merci !

  • @Lili-ym1iq
    @Lili-ym1iq 9 ปีที่แล้ว

    j'aime pas trop mais bon tu joue très bien

  • @isabellenoteris2700
    @isabellenoteris2700 9 ปีที่แล้ว

    c'est tres bien mais le debut est faux car je l'aprend aussi

    • @pixels5902
      @pixels5902 6 ปีที่แล้ว

      Isabelle Noteris si sa se trouve ces toi qu'a faux

    • @maelleablancourt5905
      @maelleablancourt5905 6 ปีที่แล้ว

      Isabelle Noteris d'où tu dit que le début est faux et on a pas besoin de savoir que toi aussi tu l'appren les gens il on pas besoin de savoir c'est pas pour te blesser in mais on a pas besoin de savoir que toi aussi tu l'appren

    • @simoncaselli1921
      @simoncaselli1921 6 ปีที่แล้ว

      le debut est juste

  • @evamathilde5423
    @evamathilde5423 9 ปีที่แล้ว

    C'est super. Félicitation !!!

  • @LELIZEEN
    @LELIZEEN 9 ปีที่แล้ว

    Excellent!

  • @isabellebeau8851
    @isabellebeau8851 10 ปีที่แล้ว

    Super morceau et très bien joué bravo 👏 ça serai possible de m envoyer cette partition je peux vous proposer en échange d autre partition de noviscore ?