Skip to content

RoboticExplorationLab/sprite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hardware: KiCad PCB files and bill of materials. Assembling a sprite? Check out https://roboticexplorationlab.github.io/sprite/ for an interactive BOM!

firmware: pre-built circuitpython bootloader.bin and firmware.uf2 (and the files to build it yourself)

software: circuitpython scripts and libraries working on the sprite





💡 Lots of applicable information also located on the PyCubed.org quickstart page.

Demos

Put all the files located in /software/ on to the sprite and start the serial console (as described above). After pressing Ctrl+C to halt the sprite, press any key to enter the REPL, then type

import NAMEOFFILE

and press enter to execute the example. For example, it we wanted to run blink.py, it would be...

import blink
  1. blink.py - will blink the green LED.
  2. i2c_IMU.py - samples all available sensors on the IMU and prints the results
  3. cursor.py - uses the X,Y data from the IMU accelerometer and moves the computer cursor accordingly
  4. cpc_test.py - example transmit message for the CC1101 radio

About

KickSat Sprite (2019) running Circuitpython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published