Arduino Programming Basics

Arduino Programming Basics was the first lab completed by the team. The lab introduced basic Arduino programming syntax and how the vehicle’s motors behavior after executing the code

Takeaways

General – It’s important to check if all the connections (ports/usb) from the Computer and the Arduino Nano are working.

Code – It’s important to analyze the code several times after executing the compiled code in the Arduino nano.

Code – The Arduino programming syntax is really similar to C++ therefore is possible to use similar techniques from any C programing language.

Lab Report 1 Team Q