Hello,
I have Cellular IoT HAT and want to use active CiroComm 580 antenna. (Is it suitable for the HAT?) FAQ for Cellular IoT HAT says - jumper must be soldered to use active antenna,See picture
However picture in FAQ does not correspond to a situation that I have, perhaps Old picture.
Please see my situation with jumpers on my HAT. Please confirm which exact jumpers I need to solder
also I did not get GPS signal until I execute:
Power on the GPS antenna:
AT+QCFG=“gpio”,1,64,1,0,0,1 // Enables GPIO 64 as an output OK
AT+QCFG=“gpio”,3,64,1,1 // Sets GPIO 64 to logic level HIGH OK
AT+QCFG=“gpio”,2,64 // Returns the current state of GPIO 64 +GPIO: 1
OK