-
Notifications
You must be signed in to change notification settings - Fork 26
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
changing pins on flick #61
Comments
@milajo2 which Flick board are you using? |
|
Also is their possibility of how could use the flick large on Arduino I have an arduino mega 2560 |
Flick large needs I2C (SCL and SDA), 2 GPIOs for Transfer and Reset, VCC, Ground and optionally 2 GPIOs for the Red/Green LED. The Flick uses the same chip as the Pimoroni Skywriter. In their github you will find code for Arduino using the Wire library for I2C. Should work on the Mega2560 which even has 2 I2C buses. |
I have to design a project using an rgb LED matrix and this flick board, is there a possibility that I could get this working with the RPI and get my rgb LED matrix working with arduino and combine the two together to get them operating together? As at the moment my LED's aren't working with my RPI and I fully haven't figured out how to get the flick working with the arduino. |
On your screenshot the serial monitor is on 9600 baud. In your code above you initialise it to 115200 baud. |
@milajo2 are you sure it was connected to correctly? It could also be an issue with the firmware |
Hi,
I was wondering if I can re-assign the pin values to assign elsewhere on the raspberry pi if so what configuration document would I have to change?
The text was updated successfully, but these errors were encountered: