Skip to content

iu2frl/Lightsaber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IU2FRL Lightsaber

This repo contains the python code of my lightsaber

Original project

Original project comes from the Lightsaber Prop-Maker RP2040 by Ruiz brothers

Changes

The original project was too weak and had some design flaws, I decided to improve it and create my remix

Hardware

  1. Adafruit RP2040 Prop-Maker Feather
  2. Push button
  3. Led strip
  4. Mini speaker
  5. Lithium battery
  6. Mini switch
  7. 3D printed parts
  8. Some wires

Auto deploy

Configuration

  1. Create virtualenv in root of project: python -m venv venv
  2. Activate virtualenv: source venv/bin/activate
  3. Install requirements: pip install -r requirements.txt

Deploy

After the environment has been set you can deploy to the board using the RUN and debug button

  • Full deploy: will copy all files and libraries (slow)
  • Python only: will copy only *.py files (faster)

Note

Tested on:

PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

About

Python code of my Lightsaber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages