Auto power on the HAT GSM for Raspberry Pi

Hi, i just buy a HAT GSM/GPRS/GNSS/Bluetooth for Raspberry Pi and i would like to know how i can auto power on this on?
i find information from https://www.waveshare.com/wiki/GSM/GPRS/GNSS_HAT , but as a noobs user, i can’t auto power on the module with a python script.

I don’t know if i have an oldest or a newest version of the module

can someone help me?

Hey @Mooz

As per the user guide found on Waveshare;

-Software power on SIM module: Writing script to pull-down P4 (BCM2835 number) for about 3s. (You can use this code as reference)

1 Like

Best solution found so far