Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert LEDs to I2C #47

Open
dburnsii opened this issue Sep 25, 2022 · 0 comments
Open

Convert LEDs to I2C #47

dburnsii opened this issue Sep 25, 2022 · 0 comments

Comments

@dburnsii
Copy link
Owner

With looking at multiple boards, and considering some of the issues seen with custom protocols regarding timing, all devices that communicate with the main board should be communicating with I2C.

For the LEDs, this will likely mean creating a custom firmware on an MCU, likely an Arduino. This will differ from the old design in that it will use protocol closer to how the pixels actually work, and it will be over I2C instead of UART over USB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant