Xinyuan-LilyGO / LilyGo-T-PCIE

89 stars 35 forks source link

pinout diagram question? #9

Closed donyoshi closed 3 years ago

donyoshi commented 3 years ago

On the pinout diagram, what does the information on the lower right mean? In particular in regards to the TX/RX pins?

Hce557a76167d4b498be7789ce54de2eew

randybb commented 3 years ago

If you want to interact with connected pcie modem, then you need to use mentioned GPIOs: for uart there are pins 26 and 27, then to power this device you need to pull high 25, irq is 36, power button is connected to 4 and status led (if you want to read its status) to 12. Just check example code like this https://github.com/Xinyuan-LilyGO/LilyGo-T-PCIE/blob/master/examples/SIM7600/SIM7600.ino and it should be clear for you.

donyoshi commented 3 years ago

Thanks