Skip to content

kevinmcaleer/Pico-Tico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico-Tico

Kevin McAleer, September 2021, based on Arduino code by Alex Flom

Thingiverse STLs:

https://www.thingiverse.com/thing:4946788

Alex Flom's Documentation

Alex provides detailed instructions and information to build your own Tico Robot here: https://playrobotics.com/blog/tico-tic-tac-toe-arduino-robot-documentation/

Tico Arduino code:

This is the Original Arduino version of the code https://github.com/PlayRoboticsGit/tico

Pico-Tico MicroPython code fo the Raspberry Pi Pico

https://github.com/kevinmcaleer/Pico-Tico

See the accompanying video: YouTube Video


Files

  • configure.py - this file helps you set the servos to the correct position before attaching the servo horns
  • sysfont.py - you need this file to enable the tft_st7735 library to draw text
  • tft_st7735.py - this is the ST7735 SPI driver library for the Tico-Pico screen
  • ticopico.py - this is the main program for playing tic-tac-toe. Rename this to main.py and upload the Pico if you want this to always start
  • README.md - this is this file you are reading now
  • .gitignore - this file contains lists of files to exclude from the source code control software, GIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published