Skip to content
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

Support Orange Pi Zero boards #4

Open
mrjones-plip opened this issue Mar 3, 2020 · 0 comments
Open

Support Orange Pi Zero boards #4

mrjones-plip opened this issue Mar 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mrjones-plip
Copy link
Owner

currently kinda works if you change the line in config.py from raspberry to orange. However, still getting this error most of the time:

Mar  3 14:47:21 localhost python3[3299]: Trying to start cattrotar...
Mar  3 14:47:21 localhost python3[3299]: Loading base libraries...
Mar  3 14:47:21 localhost python3[3299]: Loading catt lib...
Mar  3 14:47:25 localhost python3[3299]: Trying to get handle to Chromecast Big Room...
Mar  3 14:47:34 localhost python3[3299]: Traceback (most recent call last):
Mar  3 14:47:34 localhost python3[3299]:   File "/home/mrjones/cattrotar/cattrotar.py", line 168, in <module>
Mar  3 14:47:34 localhost python3[3299]:     cr = cattrotar()
Mar  3 14:47:34 localhost python3[3299]:   File "/home/mrjones/cattrotar/cattrotar.py", line 62, in __init__
Mar  3 14:47:34 localhost python3[3299]:     GPIO.setup(config.sw, GPIO.IN, pull_up_down=GPIO.PUD_DOWN)
Mar  3 14:47:34 localhost python3[3299]: ValueError: This channel is already in use by system as SEE_MANUAL.

Have to run as root and have to manually install pip3 install OPi.GPIO. More work needed!

@mrjones-plip mrjones-plip added the enhancement New feature or request label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant