-
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
Flick Large + UNO comms #51
Comments
Hi, has anyone had the chance to look at this yet? |
@narner I believe the problem is there are no pull-up resistors on the SDA and SCL lines on a UNO. |
@tvoverbeek sounds good --- just super odd since at one point I did have it working with an Uno... |
Tried with 4k7 pull-ups. No dice. |
Have been reading and thinking a bit more. |
Hi, I am also using this flick large but with the arduino mega 2560, I just need the sensor working for the initial stages of my project. However, when I implemented your code using the skywriter library I don't get any output in the serial monitor do I just need to put a 4.7Kohm resistor at the 3.3v? Is it possible you could update me on whether you got the flick working or not? |
I2C bus needs pull-up resistors on the SDA and SCL lines. The RPi has built-in pull-up resistors for I2C bus 1. |
Hi, |
Hi all,
I'm currently having an issue with the Flick Large + Arduino UNO. I'm using the Skywriter UNO library for interfacing between the two.
I'm able to get results using the Skywriter board, but not the Flick board... the Arduino sketch I'm trying to use is below, and photos what my wiring setup looks like is attached. Any help would be super appreciated. I had earlier gotten the same board to work with a Teensy, so I surely should be able to get it working with an Uno...it seems like the callbacks aren't being registered for some reason.
The text was updated successfully, but these errors were encountered: