DIY Arduino based RC Transmitter

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2024
  • $2 for 10 PCBs & $6 for stencil: jlcpcb.com
    Arduino code, circuit, parts list and more details ►howtomechatronics.com/project...
    If you enjoy and find the content that I make useful, please consider supporting me on Patreon: / howtomechatronics
    Receiver tutorial: howtomechatronics.com/project...
    Parts list (check website article for full list, affiliate links):
    Amazon.com:
    NRF24L01 module: amzn.to/2Oc84eJ
    Arduino Pro Mini: amzn.to/2D7GFry
    Potentiometer: amzn.to/2QWLGth
    Banggood.com:
    NRF24L01 module: bit.ly/2xzJ3qG
    Arduino Pro Mini: bit.ly/39wiksg
    Potentiometer: bit.ly/342oRdc
    In tutorial we will learn how to build a DIY Arduino RC transmitter. Very often I need wireless control for the projects that I make, so therefore I built this multifunctional radio controller which can be used for pretty much everything.
    Visit HowToMechatronics.com for more Tutorials, Tips, Projects and How It Works videos:
    ► howtomechatronics.com/
    Like my page on Facebook:
    ► / howtomechatronics
    Music:
    MÆSON - The Catch ( / tracks )
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1.1K

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

    I hope you enjoyed this video and learned something new! If you'd like to support me making more content like this, please consider supporting me on Patreon: www.patreon.com/howtomechatronics

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

      I did this project myself but it is not working. Code same

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

      Help me plz bro

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

      can you consider making a tutorial on you made this pcb for this rc please

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

      just signed up for patreon much support brother

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

      is it possible to somehow make the controller have more functions, e.g. more potentiometers and switches?

  • @vizmohanan
    @vizmohanan 5 ปีที่แล้ว +5

    Excellent build as always! Really loved how you handmade the acrylic enclosure. That'll give extra confidence to all makers who watches your video but don't have expensive CNC machines.

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

    This is one of the best DIY videos for rc transmitter and receiver i have ever seen. I have already made this project and it works flawlessly. I am commenting now but i watched this video in August 2020 and made the project at that time only. But i watched this video even now and it’s still relevant to the time and you won’t find an easy tutorial than this. Cheers to this channel 🥂. Keep the good work up.

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

    I stopped to look at this video seeing how cool the setup looked. The whole setup video was fantastic. I'll definitely try to make this. Keep making such fun projects.

  • @siribiriz
    @siribiriz 5 ปีที่แล้ว +12

    What a great job, the finished product is simply amazing.

  • @aarondcmedia9585
    @aarondcmedia9585 5 ปีที่แล้ว +132

    The PCB looks so good. Great project, well executed. Thanks for sharing.

  • @jean-marcservat6291
    @jean-marcservat6291 4 ปีที่แล้ว +1

    Superb! Congratulations for a well structured tutorial and great manufacturing!

  • @eng.mosabkhlefat3278
    @eng.mosabkhlefat3278 4 ปีที่แล้ว +1

    One of the most useful channels in the TH-cam.
    I learned a lot from it

  • @MadMarcWinnipeg
    @MadMarcWinnipeg 5 ปีที่แล้ว +18

    I had no idea that there was such a user friendly service that offers this opportunity.
    I just subbed.
    Thanx
    Marc :)

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

    OMG you cut acrylic by hand! I thought it was Laser cut. Fantastic job!

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

    Thank you for the inspiration. This is SOOO similar to a stalled project of mine. I can't wait to resume work on my RC tank!

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

    Very nice...on the top under the ground (big pin) on the voltage regulator...I recommend putting a large poly pour under it to act as a heatsink (you could even put it under that circle that has nothing in it)
    Incredibly nice build!!!! Great Job!!!!

  • @StephenHoldaway
    @StephenHoldaway 5 ปีที่แล้ว +17

    Nice build! If you wanted to add more controls, you can save 7 bytes in your data package struct just by defining the buttons as a bit field - all you need to do is to specify the number of bits with this syntax:
    struct Data_Package {
    byte j1Button : 1,
    byte j2Button : 1,
    byte button1 : 1,
    byte button2 : 1,
    ...
    }

  • @sNoBeAsTo1
    @sNoBeAsTo1 5 ปีที่แล้ว +29

    This is amazingly structured. Extremely easy to follow. Thank you

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

    This is an amazing project, definitely need to patreon you guys. I would love to see a version of this remote with a web interface, this will allow a user to control a platform anywhere the wi-fi network can extend such as a hospital building.

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

    Something like this would take my RC construction equipment to the next level.

  • @paulb8264
    @paulb8264 5 ปีที่แล้ว +24

    WHAAA!?!?! Where was this at the beginning of December when I started sourcing and designing my own transmitter over my holiday break? I have basically ended up with the exact same hardware minus the MCU.
    I will be taking a bunch of inspiration from this one. Thank you very much

    • @M.4y
      @M.4y 4 ปีที่แล้ว

      @@prozacgod did you do it?

  • @GNARGNARHEAD
    @GNARGNARHEAD 5 ปีที่แล้ว +13

    that is the clearest explanation of the NRF code I've heard yet, cheers

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

    Great one, I think your projects are better than many commercial products. Keep sharing these things with us.

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

    Great!! Thanks for uploading this clip. You have all the abilities to work as an instuctor. Please continue ...

  • @stephanedenis5394
    @stephanedenis5394 5 ปีที่แล้ว +4

    A great video, very detailed. One of my top Arduino channel on TH-cam!

  • @khaledbaraja8450
    @khaledbaraja8450 5 ปีที่แล้ว +4

    Excellent as always. Very good explaintation. Easy to understand.

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

    Waiting for the next video on controlling brushless motors and really this channel is amazing.

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

    Well done. Wonderful project. Very professional. Comprehensively and clearer explained. Thank-you a pleasure to watch :)

  • @shubhamragit3851
    @shubhamragit3851 5 ปีที่แล้ว +10

    Thanks for sharing such great ideas thank you so much sir 😘

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

    I need this circuit , can you give me arquive gerber ?

    • @Handpicked.Humor.
      @Handpicked.Humor. 3 ปีที่แล้ว

      He has uploaded on his site link in description

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

    It’s a joy to listen to you making everything seem so easy. Thanks ! Keep going !

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

    Very amazing project, I like the ability that you can control almost everything(toy) you want with the controller!!!

  • @tscherbakow80
    @tscherbakow80 5 ปีที่แล้ว +6

    Excellent as always! Please make Arduino based wireless follow focus system!!!

  • @aryandhall4436
    @aryandhall4436 4 ปีที่แล้ว +6

    what type of capacitors did you use in the transmitter(ratings)..…?
    and thankyou i found the project pretty interesting..!

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

    Great video. Thank you so much for providing the code, you just saved me a week of attempting to kludge something together. Just getting into Arduino this year, and the whole ecosystem is just making this so much fun. Currently working on a remote control nerf gun on treads with my 9 year old. Great video!

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

      Can you help me in programming please

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

    Very clean, beautiful and amazing tutorial. Thanks for this

  • @pramodlakayil
    @pramodlakayil 5 ปีที่แล้ว +7

    Thank you for great effort to fulfill my dream! 😉😀💖

  • @lluvik2450
    @lluvik2450 4 ปีที่แล้ว +137

    this makes me wish i could smash all of this knowledge into my own head in a single instant and also do all of these awesome projects

    • @Patek007
      @Patek007 4 ปีที่แล้ว +10

      Lluvik With enough commitment you can do anything

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

      Lluvik where's the fun in that? Learning is much more fun than knowing

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

      Try smashing one thing at a time into your head. Works for me.

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

      Bro it's not only need knowledge it also needs money if you have money you can do anything

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

      You could literally do anything if you stopped wishing and started doing

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

    Amazing videos! Thank you man! Continuing doing so

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

    This was the first of your videos I just watched. It did not take me long to hit the Subscribe button. Thank you for some great information.

  • @_DoItYourself
    @_DoItYourself 5 ปีที่แล้ว +62

    Я шокирован Вашими классными проектами ! Всё на очень высоком уровне ! Подписался ! + Лайк !
    I am shocked by your cool projects! Everything is at a very high level! Signed up! + Like!

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

      Hey bro it can be use for quadcopter drone

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

      @@DEEPraveenKumar Yes . you need to program the pro mini again for quadcopter

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

      I will buy this product

  • @isbestlizard
    @isbestlizard 4 ปีที่แล้ว +5

    the ant is VERY CUTE

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

    I love the quality of your projects. They inspire me to keep going

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

    Keep it up, loving the clear look

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

    Great tutorial! And channel! I have a question: what soldering iron are you using?

  • @jon_raymond
    @jon_raymond 5 ปีที่แล้ว +31

    Your projects are always fantastic. I really enjoy them and always learn something new when you explain your code. Thank you for sharing your knowledge. Any thoughts on adding an small I2c OLED display to the controller in a future version?

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

      Thank you! Well to be honest no, I don't think I will do that. What I thought was connecting a LED for indicating the battery level or/and the connection status.

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

      Please tell me about the coding i don't understand how can i program the transmitter i mean i don't understand the coding

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

    A very well designed project! I plan to build some of these from your files. Thank you very much for sharing!

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

      Thanks! Just make sure you have the right Arduino Pro Mini or modify the PCB according to your Arduino Pro Mini. I already mention this in the video that there are different Pro Mini versions with different pin layouts. You can find a link to the Pro Mini I used on the website article.

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

    Very detailed explanation. Absolutely nothing to complain about. I don't think this could have been done better.

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

    what kind of buttons and capacitors shall we use?
    6x6 x15 H for buttons and 10mF for capacitors?

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

    Very nicely done. You've saved me a lot of work with this design. I will certainly be ordering some PCB's from JLCPCB for this.

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

      can you tell me how will i find gerber file to download.

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

    This tutorial video is invaluable 🌺 big greeting to you from Iraq

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

    Great video, very detailed oriented. May i know what kind capacitor you use in the video?

  • @user-mj3qg6cc2z
    @user-mj3qg6cc2z 3 ปีที่แล้ว +8

    First : thank you.
    Second: please can you tell me what is the capacitors value ?

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

    Total masterpiece! I just mesmerised while you build it :D

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

    This is awesome, great job! Thank you, I have learned a lot from your videos.

  • @muratcinar_21
    @muratcinar_21 5 ปีที่แล้ว +4

    Hello congratulations on a very successful study. can I find out the value of the capacitors you use, please? thanks

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

    hi, i order your pcb design from jlcpcb, and when i recieve the pcb, im so happy beacause the quality and design is good. and i like your all projects :) and maybe my next project is your diy camera slider :) thank you very much for sharing this awsome project. greeting from philippines. :)

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

      Can you teach me how to order that and how much it cost? Im filipino too

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

      @@johnrobertsabido4426 download mo yung gerber file nya tapos punta ka jlcpcb website, tapos mag register kalang, pagnaka register kana, click mo yung quote now may makikita kadon na ADD YOUR GERBER FILE, upload molang gerber nya, yun nayun. tapos save to cart mona. tapos lagay mona mga info na kailangan tulad ng adress mo etc.

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

      hi tanong lang ,ilang days bago nadelliver yung pcb?

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

      @@paoloytchannel matatagalan po yon or Baka hindi na sila tumanggap ng mag oorder dahil po sa corona virus

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

    Wow! So glad I stumbled onto your channel. You're doing great work and explaining it really well!

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

    Brilliant project, really well documented. Thanks for sharing! Subbed.

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

    Well done! :D

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

    This is so awesome!
    Thank you for the great tutorial!
    What size capacitor did you use before the voltage regulator?

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

      10uF, 16V

    • @LegendGuy
      @LegendGuy 5 หลายเดือนก่อน

      @@VanDerLaarsi also cant find capacitor ru sure its 10uf 16v?

    • @VanDerLaars
      @VanDerLaars 5 หลายเดือนก่อน

      @@LegendGuy I believe I found the unfo in the written article.

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

    One of the best 'How To' videos on Arduino projects. Subscribed to learn more. Thank you for your content.

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

      Thank you, I'm glad you found my content useful!

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

    Parabéns pelo feito, já tive a ideia de fazer um desses porém só pelo trabalho que ia enfrentar eu acabei desistindo.

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

    Wow!
    Excelent!

  • @MoralRichMedia
    @MoralRichMedia 5 ปีที่แล้ว +18

    that board does look nice... can't believe that you cut that by hand though...lol

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

    Awesome work!
    I'd have added double sided foam on the back of the MPU6050 for a bit of stability, but it's an awesome project :D

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

    It looks really badass, I love that you can see components working with their tiny LEDs. :)

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

    Hi, my question is what are the capacitor readings you used in this project

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

    Hi how to mechatronics
    Will you please make a video of
    Making a drone with your Arduino transmitter and receiver (with WiFi camera based on Arduino)

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

      WiFi is not very good for RC, and arduino will not do WiFi
      Look at the esp8266 for such projects

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

    really great, I love all your projects

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

    Makes it look SO EASY ! Right, COOL NONE THE LESS , OUTSTANDING!

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

    oh my god... that was so professional... i loved it............
    If u share all hardware and pcb files i will definitely buy/make.

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

      I think he made a guide on their website with everything listed.

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

      Thanks! Yes, check the website article for parts list and PCB files.

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

    Hello,
    Links of Amazon/Bagdood and other files are not opening in the project details. Please update.

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

    Thanks for making this video. Very well explained. I will have a look at your tutorials.

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

    I just stumbled across your videos, and I'm really impressed! This is the first time in a long time that I am pleased with the TH-cam suggestion algorithm :-p I watched the BLDC vid first, then this one.
    Your videos are excellent. Well filmed and edited, comprehensive, appropriate length, good pacing. I Subscribed right away, will watch more of your videos in the future, and will check out your website as well.
    When I buy the components for this project, I'll gladly use your Affiliate links to support you!

  • @amanulla5789
    @amanulla5789 5 ปีที่แล้ว +8

    Admire your channel :)
    1st view and 1st like :)

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

    How bind this transmiter with reciver?

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

    Great video. Properly explained and webiste is well documented. This is a GREAT help! Thank you for sharing this.

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

    A great video🙏🙏 such a genuine explanation........ literally praiseworthy.....you should make video more frequently if possible

  • @Jhonnybaba_yt
    @Jhonnybaba_yt 5 ปีที่แล้ว +81

    Can you make a video on making its receiver .please do it.😟😟😟😟😟😟😟😟😟😟😟😖😖😖😔😔😔😔

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

      Are you not able to read description?

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

      @@GunSmoker there is nothing abt RF receiver in description...

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

      @@e1Pr0f3ss0r It has link to article, which has receiver's schematics and code.

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

      @@GunSmoker we are talking about Receiver schematics and Gerber files too .. bro..
      If u HV those details plz share here..will appreciate You if u do the same ..

    • @GunSmoker
      @GunSmoker 4 ปีที่แล้ว +8

      @@e1Pr0f3ss0r Scroll down the article to: "Now let’s take a look at how we can receive this data".

  • @harlyncamacho5679
    @harlyncamacho5679 5 ปีที่แล้ว +4

    Please make video tutorial about making receiver for that transmitter....

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

    Very cool project, came out looking very nice and professional looking.

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

    Excellent use of the structure. A++ programming nice layout. I enjoyed this so much. Thank You.

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

      Sir please tell can I use ardino nano v3 board

  • @boedickson5549
    @boedickson5549 5 ปีที่แล้ว +4

    So sleek

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

      Thanks!

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

      @@HowToMechatronics can you give the rough number of test boards that you required for testing , because many issues like power , EMI , short circuits exist in PCBs fabrication

  • @samopal11
    @samopal11 5 ปีที่แล้ว +5

    RECEIVERS PLEASE

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

    The best channel on TH-cam, Congratulations for 200K.

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

    Congrats! Great tutorial and even better usage of arduinos!

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

    Its super nice and well made.Nice video man keep going

  • @jojo-fp1zv
    @jojo-fp1zv 5 ปีที่แล้ว +1

    Sick work!

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

    Amazing tutorial on DIY RC. Thanks

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

    Thank you for sharing your skills ! :D

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

    Excellent work!

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

    That one is way nicer than the one I hacked together, looks great.

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

    you are amazing, thank you for efforts

  • @GabrielSousa-hw4mg
    @GabrielSousa-hw4mg 5 ปีที่แล้ว

    Thank you so much, this is AWESOME

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

    Awesome project bro
    Waiting for your next project

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

    what a beautiful controller!

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

    Awesome job!

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

    Great Video keep it up thankyou for doing what you do

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

    Waw this is really a perfect Diy joystick controller , electronics and design are perfect
    Nice work Mr Dejan (y)

  • @Alex-cl4zz
    @Alex-cl4zz 4 ปีที่แล้ว

    Salut, voiam sa iti zic ca esti tare si din cauza proiectelor tale m-am apucat si eu de Arduino.
    Iti multumesc;

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

    The transparent design is very nice, pcb’s look very cool, not hiding them is a good idea

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

    Awesome!!! Ty, will try to reproduce soon.

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

    I enjoyed this tutorial and learned something new.