Skip to content

kevinmcaleer/explora

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Explora - the 3D printed robot you can build yourself

This is the code repository for the Explora robot.

clone this to your Raspberry Pi using the command: git clone https://github.com/kevinmcaleer/explora

This will checkout the latest code for the Explora robot

Explora uses the Pimoroni Explorer pHAT to control the motors and provide the extra power required.

The Explorer pHat also comes with a Python Library that our code will use. To install this library type:

Enable i2:

`sudo raspi-config nonint do_i2c 0

Install the library:

python -m pip install --upgrade explorerhat


Files

A list of the files provided in this respository are provided below:

File Description
explora.py The Explora robot class
movement_demo.py The main demo code
lessons example code to demonstrate object oriented programming concepts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages