View Categories

Programming Tutorials

2 Docs

Uploading Code with Arduino IDE

Last Updated: May 7, 2026

Install Arduino IDE on your computer, select the correct board type from the Tools menu, and upload a simple motor test sketch. Code snippets and wiring diagrams are included.

Block-Based Coding: Your First Program

Last Updated: May 7, 2026

Using the Blockly app, drag and drop commands to make your robot move forward, turn, and react to sensor input. Example: “When ultrasonic sensor detects object < 10cm, stop and turn right."