Skip to content

Oakwright/m4cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://io.adafruit.com/AbbyO/dashboards/m4cube

Poetry

poetry add circup
poetry add circuitpython-stubs
ls /dev/ttyACM*
screen /dev/ttyACM0 115200

if it doesn't work, may need to sudo

to exit screen: ctrl+a+d

On Linux

sudo apt-get install libusb-1.0 libudev-dev

Use a text editor to create and edit the file /etc/udev/rules.d/99-mcp2221.rules and add the following contents.

SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTR{idProduct}=="00dd", MODE="0666"
sudo rmmod hid_mcp2221
sudo update-initramfs -u
export BLINKA_MCP2221=1

The newpixels use this library: https://github.com/todbot/circuitpython_led_effects/blob/main/fire1/fire_leds.py

The audiofile it plays this from adafruit: https://cdn-learn.adafruit.com/assets/assets/000/069/608/original/StreetChicken.wav?1547834233 from this tutorial https://learn.adafruit.com/adafruit-prop-maker-featherwing?view=all

Also requires a secrets.py file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages