Search found 2 matches

by Martin_Mortensen
2025-01-15 1:37
Forum: Luckfox Pico-RV1103/RV1106
Topic: Basic GPIO example doesn't work on Pico Ultra W
Replies: 5
Views: 1489

Re: Basic GPIO example doesn't work on Pico Ultra W

how do you come up with iomux 1 22 from goio1_c7_d?
by Martin_Mortensen
2025-01-09 23:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: error using python periphery library
Replies: 4
Views: 991

error using python periphery library

I'm using the Luckfox pico ultra W Running Uuntu.
When I tried to run the gpio.py example I got:
ModuleNotFoundError: No module named "periphery"
I ran:
pip3 install python-periphery
Now I get this:
Screenshot From 2025-01-09 15-52-03.png
How should I resolve this?