8 | Control a brushless motor with a Teensy

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ส.ค. 2022
  • This video explains how you can program your Teensy 4.0 microcontroller to control a brushless motor. The FS-IA6B receiver is used to give instructions to the Teensy, which will be in turn transformed to a PWM signal that is fed to the Electronic Speed Controller (ESC).
    The purpose of this video series is to learn the basics behind a quadcopter drone and enable you to build one yourself, by dividing this challenging project in several easy-to-understand parts. You use the capable Teensy 4.0 microcontroller together with the easy-to-use Arduino language.
    Full code available on GitHub: github.com/CarbonAeronautics
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Great series and very well explained. Thanks for taking the time to produce these video,

  • @girayyillikci3188
    @girayyillikci3188 10 หลายเดือนก่อน

    so clean so neat

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

    Magnifico trabajo. Gracciasss

  • @Tom-wd2ee
    @Tom-wd2ee 9 หลายเดือนก่อน +1

    Hi, first thanks for this awesome project.
    Now a questiion. If the standard PWM signal of ESCs is 1-2ms, shouldn't the period be 2ms = 500Hz? I don't get why you are chosing 250Hz. Thanks in advance.

  • @serviceelectricitebatiment9708
    @serviceelectricitebatiment9708 17 วันที่ผ่านมา

    The engine does not start, what is the reason?

  • @AlSTORIES777
    @AlSTORIES777 4 หลายเดือนก่อน

    What esc are you used sir?

  • @nawakman
    @nawakman 3 หลายเดือนก่อน

    I fried my teensy doing the same wiring, do you know why it could have happened? Is It ok to plug the Rx signal(5v) directly into the teensy 3.3v pins ?

    • @natewinslow557
      @natewinslow557 24 วันที่ผ่านมา +1

      No. The teensy pins are not 5v tolerant.

  • @Agrivate
    @Agrivate 6 หลายเดือนก่อน

    Hi um i have a request the code that i çopied from your link on github 19th line analogWriteFrequency dont work on mine it says analogWriteFrequency was not declared in this scope how do i fix that im new to this so i dont know what to do ive been searching for possible problems on why it dosent work but i couldn't find anything

    • @hung4505
      @hung4505 6 หลายเดือนก่อน

      i am also getting the same error

    • @Agrivate
      @Agrivate 6 หลายเดือนก่อน

      @@hung4505 right? Like how do i fix it

  • @caunt.official
    @caunt.official 3 หลายเดือนก่อน

    Thats ESC are so expensive for such simple tasks. I use simple MOSFET transistor and DAC to regulate speeds

    • @AleifrLeifrson
      @AleifrLeifrson 24 วันที่ผ่านมา

      For those who are building a drone for educational purposes, experience with ESCs is very useful.