Arduino 101: Getting Started with Microcontrollers for Beginners Part 1

preview_player
Показать описание


In this episode of Lock your Hubs 4WDing we start a tutorial Series on the Arduino Micro controller for off-roaders!

Patreon:

Facebook:

Instagram:

Twitter

#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.

Рекомендации по теме
Комментарии
Автор

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

LockyourHubsWDing
Автор

This channel really has everything, love it

Awas
Автор

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.

SirFuseable
Автор

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

johnprice
Автор

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. 👍

croma
Автор

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.

Falcon_Overland
Автор

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

johnprice
Автор

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.

richardb
Автор

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!!

baxterraymond
Автор

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

ash