PixelCard is a business card generator with lots of blinky lights.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
By building this project, you can create your own personalized electronic business card. You will be able to:
Follow the official KiCad installation guide for your operating system.
Ensure you have Python installed.
Install poetry (a tool for dependency management and packaging in Python)
Clone the GitHub PixelCard repository or download the zip (and unzip it)
git clone https://github.com/ruben-iteng/PixelCard.git
and open the project folder
cd PixelCard
Run the following commands in the repository folder to setup a local environment and install the dependencies in there:
poetry shell
poetry instal
Test if it works
python ./src/pixelcard/main.py --help
You are now ready to change and build your customized version of the PixelCard!
To change the text on the card and generate the necessary manufacturing files, use the following command:
python ./src/pixelcard/main.py 'Hack' 'Name: ABC\nTel:1234'
You will be able to find all the files you need to order your card in the /build folder.
Of course you can change "Hello World" to any text you like, but pay attention that you have very limited space on a credit card sized PCB!
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates