-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I bought a Flick Zero to play with, with the thought of integrating into a magic mirror type project.
Have setup a raspberry pi 2B as a fresh install, fitted a Flick Zero and installed the code and demos.
i2cdetect always shows it is connected.
But the demo's wouldn't work.
After a few attempts at running it (using Geany not Thonny) the snail demo started to work. Then so did the others.
Installed MagicMirror software and the MMM-flick-gestures module, and all worked as it should. This includes directly touching the flick board and being a few cm above it.
But then it stopped working again. I got a pyShell finished with err undefined message from the magic mirror, so assumed it was a problem with that module.
Went back to the flick demo's, the code runs without flagging any errors but aren't registering any gestures.
I've reboot and shutdown and restarted, to no change to the flick performance. interestingly I can run the magic mirror without seeing the pyShell error any more, but I get no response from the Flick Zero.
Everytime I run i2cdetect command it finds it (at least, I get the following):
i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- 42 -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Tried flick_img.py and it started working; but has since stopped. Still showing as connected.
At first I thought when I set it up that I'd missed something in the install which I then corrected but now I'm thinking it's a reliability issue somewhere else. I tried resetting the gpio: get the same response from i2cdetect as above but it doesn't make the gestures work. I can't seem to identify something software related, but the fact it's reporting it is connected is throwing me, otherwise I'd think it's hardware issue.
This is when directly over the flick board, or touching it, with nothing inbetween.
What would you suggest for next steps? or is this normal? Many thanks.