Creating Your First Drawing

Guide to making the wall drawing robot create its first drawing.

By Kevin McAleer,    1 Minute

Page last updated August 02, 2024


Creating Your First Drawing

  1. Prepare Your Drawing Surface:
    • Ensure your drawing surface (wall or board) is clean and the robot is securely mounted.
  2. Run the Script:
    • Execute the Python script:

      python3 control.py
      
  3. Observe the Drawing Process:
    • Watch as the robot moves the pen to create a basic pattern. Adjust the code for different movements and designs.

Congratulations! You’ve created your first drawing with the wall drawing robot. Next, we’ll explore how to vectorize images for more complex drawings.


< Previous Next >