DEV Community

Cover image for What do you think best way to learn ARDUINO programming.
Nasho Nightmare
Nasho Nightmare

Posted on

1

What do you think best way to learn ARDUINO programming.

Imo, the best way to learn anything is by practicle approach. Same goes for arduino.

Gather some arduino UNO, Nano boards.(You don't need to get original ones from their website. Just buy some clones[Remember: to read customer reviews.]). Learn the very basics on C language(Variables, Functions, Data types, Conditional handling, Loops are enough) .

Then choose a small project(Like blinking an LED) . Mark down a rough sketch(Inputs, Outputs, Values, Shortened notes about sensors). Afterall write the program using Arduino - Programming Reference. BOOYAAH! Test it. If problem occurs, Google it. Always think something new, Be creative, See other projects, Analyse the code. Happy building 😊.

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay