sushil 0 Posted October 4, 2022 my Tinkerboard OS on Tinkerboard R2.0 when I try to do gpio readall only error throw out. thanks in advance Share this post Link to post Share on other sites
tooz 52 Posted October 5, 2022 hello @sushil, On 10/4/2022 at 1:21 PM, sushil said: when I try to do gpio readall only error throw out. the command should be sudo gpio readall Share this post Link to post Share on other sites
sushil 0 Posted October 10, 2022 ok i got that but why tinkerboard doesnot support neopixel or ws281 lib . i need to control single LED RGB through tinkerboard it always throw import board File "/usr/local/lib/python3.7/dist-packages/board.py", line 300, in <module> raise NotImplementedError("Board not supported {}".format(board_id)) NotImplementedError: Board not supported ('ASUS_TINKER_BOARD',) this type of error. if you guys have any idea for rgb light help me through this. Share this post Link to post Share on other sites