-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usable IO pins in T-SIMCAM #33
Comments
This board has no extra GPIO, GPIO31 is wrong, wrong silk screen and wrong picture. GPIO31 is the connection pin of ESP32 Flash and is unavailable. |
FWIW I think you can't. 45 and 46 are used for TX and RX, 21 is used for the LED and the modem turns this on and off, so you can use 21 to tell if the modem has turned it on but you can't turn it on yourself, I think. 31 (silk screen) isn't GPIO31 it is SPICLK_N and is connected to PCIE_RST which is connected to the modem's SPICLK_N. It means all of those pins are used by the modem for something so you can't use them for something else without the modem messing it up. Of course if you aren't using a modem you can do what you want... except use a modem. |
According to the below image from LILYGO website for T-SIMCAM, there are 4 IO pins broken out i.e. IO21, IO45, IO46, IO31. Out of which, the IO45 & IO46 are used for mPCIe_TX & mPCIe_RX respectively. IO21 is used for mPCIe_LED.
![image](https://private-user-images.githubusercontent.com/88834048/309674440-de8a3b23-86fb-4fcf-bea2-a638be500012.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NzQ4MTksIm5iZiI6MTczODg3NDUxOSwicGF0aCI6Ii84ODgzNDA0OC8zMDk2NzQ0NDAtZGU4YTNiMjMtODZmYi00ZmNmLWJlYTItYTYzOGJlNTAwMDEyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIwNDE1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJjN2IzMDIyMDc5MzgzZmM2Y2Q4Mjg2NThiNmVmMGM1ZmU4NWQxZmM2OGIyODRhMzE2MGEyZDkyY2FjYzAzYTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9kMPRRoSHaG6zK8CS4knebzZ-xcI3pctDUkuxV407qU)
I need 2 IO pins free to attach an I2c based sensor. In that case, is it possible to use the IO31 and IO21 pins for SDA & SCL?
Thanks in advance!
The text was updated successfully, but these errors were encountered: