Set GPIO with at command on bg95

Hi
Can someone tell me with an example how to set a gpio on a bg95 module?
I have read the at manual but i cant get it to work.

To configure GPIO you will want to use the command AT+QCFG=“gpio”.

Typically configuring a GPIO pin will have two steps:

1. Initialization of GPIO
Use AT+QCFG=“gpio”,1,<pin>,<pull>,<drv>,<save>

2. Configuring of GPIO
Use AT+QCFG=“gpio”,3,<pin>,<val>,<save>

Note that <pin> should be the same in both step 1 and step 2.

Hopefully this helps!

Hi,
do you configure the GPIO of BG95? I don’t understand how I can set the GPIO pin.
I need to set 0 or 1 for GPIO25, do you have an example?
thank you

Emanuele