Difference between revisions of "Spike Prime - Tutorial - Jakub Vojtek"

From RoboWiki
Jump to: navigation, search
(Created page with "Back to: Spike up Prime Interest in Science and Technology with Raspberry Pi Build Hat|List of projects of ''Spike up Prime Interest in Science and Technology with Raspberry...")
 
Line 12: Line 12:
 
*[[Tutorial - Code|Tutorial - Code]]
 
*[[Tutorial - Code|Tutorial - Code]]
  
 +
== Ideas for improvement  ==
 +
* Try adjusting the code to use multiple cameras.
 +
* Try adding functionality to pygame.
 +
* Combine the buildhat functionality (for example build a car that will move forward until it detects something in front of it)
  
 
== Teacher Resources ==
 
== Teacher Resources ==

Revision as of 12:02, 6 June 2024

Back to: List of projects of Spike up Prime Interest in Science and Technology with Raspberry Pi Build Hat


About the project

In this tutorial project, students will learn how to use the BuildHAT library, use Pygame to create interactive applications and display camera feed.

Build a robot

Build the robot to your own needs and have fun with it ;)

Raspberry Python Code:

Ideas for improvement

  • Try adjusting the code to use multiple cameras.
  • Try adding functionality to pygame.
  • Combine the buildhat functionality (for example build a car that will move forward until it detects something in front of it)

Teacher Resources