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...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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 Pi Build Hat'']]
 
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 Pi Build Hat'']]
 
  
 
== About the project ==
 
== 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.
 
In this tutorial project, students will learn how to use the BuildHAT library, use Pygame to create interactive applications and display camera feed.
 +
 +
[[Image:BuildHat_tutorial_fotka.jpg|600px]]
  
 
== Build a robot ==
 
== Build a robot ==
Line 12: Line 13:
 
*[[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 ==

Latest revision as of 12:12, 9 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.

BuildHat tutorial fotka.jpg

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