Xinyuan-LilyGO / LilyGO-T-A76XX

LilyGo A7670 A7608 SIM7672 series
MIT License
96 stars 42 forks source link

Pins avaible #62

Closed metarsul closed 9 months ago

metarsul commented 9 months ago

Hello I am new to this world of esp32. I developed a program using a simple development board where I configured Serial1 to connect to an RS485 module using pins 16 and 17 I saw that many pins on this module are reserved and in many examples they use serial1 for AT commands. What pins can I use and can I declare serial1 in the code to use them?

HDC67 commented 9 months ago

pinout

And check the schematic to see which pins have net labels that are used. Some of them like IO12 are used to enable power to the modem as well as being available on the module headers

metarsul commented 9 months ago

i was able to use pins 32 and 34