Close

MicroPython

A project log for 3D Printed Halo Energy Sword

A 3D Modeled version of the Energy Sword From Halo with neopixel lights and audio.

mr-midmr mid 03/27/2024 at 16:200 Comments

Use Wokwi to simulate your code before transferring it to Thonny. It's also very important to troubleshoot as you go as well, test the code for each individual component before putting them all together, and use the print() to make sure the program actually outputs something.

The MicroPython libraries neopixel.py,  ws2812.py, and ssd1306.py need to be installed in order to make your program functional. When saving your code to your chip make sure to name it main.py, this will make it run automatically when connected to an external power source instead of the computer.

Discussions