I want to setup GPIO pin high when a particular function from the flashed app is running in mangOH yellow and make it low when that function is completed,
how to do it?
Also can we use only 1 GPIO pin under export?
root@swi-mdm9x28-wp:~# ls /sys/class/gpio/
export gpiochip0 gpiochip1012 gpiochip200 gpiochip809 gpiochip852 gpiochip916 gpiochip980 v2
gpio23 gpiochip1 gpiochip1018 gpiochip793 gpiochip820 gpiochip884 gpiochip948 unexport
root@swi-mdm9x28-wp:~#
jyijyi
March 12, 2026, 7:48am
2
here shows how to set GPIO output pin in linux:
You also need to set AT+WIOCFG first:
Hi, I tried to use the GPIOs on the AR7554 (AR7 EvalBoard) as described in the document: Accessing GPIO from Linux / AirPrime AR755x,AR865x,WP710x. First I assigned / allocated the GPIOs on the Modem (AT Interface). As you see the pins 6, 7 and...
I want to setup pin number 27 of IOT connector as an output
The pin 27 is connected to CF3 with GPIO8 module (see below figure)
I tried to setup like below but getting an error why
AT+WIOCFG=8,1
ERROR
jyijyi
March 12, 2026, 1:00pm
4
How about the following?
At!entercnd=”A710”
At+wiocfg=8,16
At!reset