Hi there… i’ve got a keybow mini (3 keys) and works great but… at some random times… HANGS… STOPS…
At the beginning it wasnt even lit (i only used led colors on click), so, sometimes, not working… i changed to the animated LED rotation…
So now i know when the keybow hanged out… the animation just stops (same color, no movement), clicks dont work, nothing…
i used the latest https://github.com/pimoroni/keybow-firmware/releases/tag/v0.0.4 as required for keybow mini…
i already tried:
using other usb port
Using other usb cable
Using other SD (but this should not be a problem as the firmware loads into ram and it doesnt read anything again?)
changed a Pi Zero W to another Pi Zero (both works fine non stop on raspbian for other tasks)
i have a keybow (the 12 keys size) and i’ve NEVER seen it hang or stop working
but the mini hangs at least once a day… (when i see that the animation stopped, but for sure…EVERY day)
Never hangs while using, simply stops at some random point of the day…
kept keys_lua as simple as possible
require “keybow”
require “snippets/win_snippets”
require “layouts/mini-xtr”
Content for mini xtr
require “keybow”
– Keybow MINI –
function setup()
keybow.use_mini()
keybow.clear_lights()
keybow.auto_lights(true)
end
and then reused 3 keys from my other full size KEYBOW nothing fancy…
so… anyone using keybow mini sees this behaviour? or is there any way to debug this hangs? (i don’t see any log file on the SD card)