-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I updated my octoprint on RPi0v2 with a better camera (waveshare imx219) and i have my LED Strip connected to GPIO-4 (Pin7). I have also a waveshare 3.5" Touchscreen attached for OctoDash - so many GPIO Pins are in use.
Before i've upgraded to a better camera, the OctoLight was working fine, but somehow it stopped working and the latest plugin update change PIN to GPIO and i got no switching lights anymore. So I've changed the LED Pin and still nothing.
When i manually trigger the pin high (raspi-gpio) the camera stops working, which triggered me to think "are camera csi and gpio sharing pins?" and i found a project, where there is in fact a sharing problem.
so i have GPIO occupied by the waveshare touchscreen and some by the camera - is it possible to detect free GPIO and show it in the plugin setup to say "hey, your lights/buttons needs to be connected to those free GPIO"?