Arduino 101: Getting Started with Microcontrollers for Beginners Part 1

Автокөліктер мен көлік құралдары

Get you Arduino Starter kit: US amzn.to/46FWErZ
AU amzn.to/45VPwXD
UK amzn.to/3QzINhf
In this episode of Lock your Hubs 4WDing we start a tutorial Series on the Arduino Micro controller for off-roaders!
Patreon:
/ lockyourhubs4wding
Facebook:
/ lock-your-hubs-4wding-...
Instagram:
/ lockyourhubs4wding
Twitter
/ l4wding
#LockYouHubs4WDing #Arduino #DIYElectronics
DISCLOSURE: We provide reviews and links to products and services that we regularly use and believe may be useful to you. Some of these links may be referral links, which means that if you make a purchase after clicking on one of these links, we may receive a small commission or other form of compensation. These referrals help support our work and allow us to continue providing valuable content to our audience.
Many of the products and gear that we recommend can be found on Amazon, which we are a big fan of. We are also a participant in the Amazon Services LLC Associates Program, an affiliate advertising program that allows us to earn fees by linking to Amazon.com and related sites.

Пікірлер: 26

  • @LockyourHubs4WDing
    @LockyourHubs4WDing9 ай бұрын

    Are you now thinking about starting your own journey using Arduino for your electronic projects?

  • @Awas79
    @Awas796 ай бұрын

    This channel really has everything, love it

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    6 ай бұрын

    Thanks!

  • @SirFuseable
    @SirFuseable9 ай бұрын

    The Arduino and Pie are similar but I don't think too many people see them as competitors. They have different use cases and are complementary. There are plenty of situations where the two are used together, taking advantage of the strengths of each.

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    I think to the uninitiated, the Pi and Arduino are seen both as electronic projects boards, and until you've actually used one or both, there probably isn't an appreciation of the massive differences between the two. I'm aiming this course at complete newbies, who possibly have limited digital electronics knowledge, so thought an explanation between the two was important.

  • @SirFuseable

    @SirFuseable

    9 ай бұрын

    I see your point but it really is a bit like comparing a Camry and a Cruiser.

  • @haydenwilliams1750

    @haydenwilliams1750

    9 ай бұрын

    As a total layman I appreciated the explanation.

  • @johnprice6307
    @johnprice63079 ай бұрын

    I am a complete newbie Simon and enjoyed this video greatly. Thanks

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    Great to hear, let's hope you join us on the journey!

  • @baxterraymond2332
    @baxterraymond23329 ай бұрын

    Great video, loved how you went into the origins of arduino. How does this code go? void setup() { pinMode(13,OUTPUT); } void loop() { digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(1000); digitalWrite(13,HIGH); delay(3000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(3000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(3000); digitalWrite(13,LOW); delay(1000); digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(500); digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(3000); } keen for more videos!!

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    Looks like we have a winner! Just shoot me an email via the contact on the main page and I'll send out the sticker.

  • @Falcon_Overland

    @Falcon_Overland

    9 ай бұрын

    Well done mate

  • @crom29a
    @crom29a8 ай бұрын

    Cool stuff. My problem is I can never think of a practical use to get me invested in the learning curve. Everytime I think of something, Amazon or eBay already have me covered with an inexpensive gadget to do the job. Also a small thing 03:50 - I think the Raspberry Pi has up to 8GB of RAM not 8MB. We've all made that little faux pas from time to time. Great video. 👍

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    8 ай бұрын

    I think you're right, Cheers! The great thing about an Arduino is the customisation aspect, you can do custom apps or touch screens that'll work perfectly for your solution.

  • @Falcon_Overland
    @Falcon_Overland9 ай бұрын

    Cheers simon love the video series great to have one dedicated towards 4wding looking forward to the series for more ideas :) Also such a good tip on tinker cad I have spent so many hours trying to work out why my code doesn’t work just to find out it was my circuit that didn’t work.

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    Tinker cad and Wokwi (for more complex programs with external librarys etc) are great!

  • @matthewlilley1341
    @matthewlilley13419 ай бұрын

    Nice work mate

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    Thanks 👍

  • @johnprice6307
    @johnprice63079 ай бұрын

    Possibly, I will see how the next couple of videos go, the starter kit is cheap so I may grab one.

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    It's easy enough to start with the simulator and see if Arduino is for you before committing to the purchase.

  • @ash300186
    @ash3001869 ай бұрын

    Arduino and RPI are totally different devices for totally different things. Not competitors at all.

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    If you know what they do, I agree. But if you don't.....

  • @richardb8492
    @richardb84929 ай бұрын

    What operating systems can you use to program with Arduino? Apart from a Windows based machine can you program with Apple or an Android device? Noob question and I don’t have a Windows device.

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    The standard IDE (integrated development environment) is for Windows, Mac or Linux. You can also get IDEs for Android and iOS as well.

  • @benroweben

    @benroweben

    9 ай бұрын

    Dose that mean you can program one off your phone

  • @LockyourHubs4WDing

    @LockyourHubs4WDing

    9 ай бұрын

    @@benroweben yes, both android and iOS.

Келесі