Phil-duino

A collection of Arduino tutorials put together to help a colleague dive into embedded systems!

View the Project on GitHub ChrisAlphabet/Phil-duino

Hello Phil!

Welcome to your very own personalized tutorial series on embedded systems! We will be starting our journey by exploring the Arduino ecosystem, culminating in the classic project of building a line following robot. Aww, shit yeah!

Now, you are probably thinking to yourself, “Chris, it is Saturday night and you are 26 years old. Why aren’t you out doing something more irresponsible?” Well, the answer to that is simple.

I love this shit.

As a great man once said,

“Everybody wants to be a bodybuilder, but don’t nobody want to lift no heavy ass weights.”

So Phil, lets lift some heavy ass weights.

Warning! This series is deliberately full of foul language, poor attempts at humor and condescension. Enter at your own risk.

Tutorials

  1. Tutorial 1 - Hello World!
  2. Tutorial 2 - Serial Monitor
  3. Tutorial 3 - Digital IO
  4. Tutorial 4 - Analog IO
  5. Tutorial 5 - Control Structures
  6. Tutorial 6 - Line Following Robot
  1. Popular Demand 1 - Functions
  2. Popular Demand 2 - Git
  3. Popular Demand 3 - Debounce
  4. Popular Demand 4 - Classes