Page 1 of 1

Lolin32 lite and I2C

Posted: Fri Jul 13, 2018 7:17 am
by froussel
Hello,
I have a lolin32 lite and there is no pin 21
in arduino IDE theoretically we can put the pin that we want with I2C
I am trying to connect a mpu 9250 and I can not find any tutor who uses this method
Can you help me, please ?

Re: Lolin32 lite and I2C

Posted: Mon Dec 10, 2018 8:15 am
by adesandr
Lolin32 I2C :
Pin 15 for SDA
Pin 2 for SCK

Built-in led -> pin 22

Regards.

Re: Lolin32 lite and I2C

Posted: Sun Dec 16, 2018 12:37 pm
by adesandr
SDA pin 23 and SCL pin 19 work fine also using lolin 32 lite.
Better than SDA 15 and SCL 2, because pin 2 is used during the bootlooader process and you need to disconnect it to flash your board.

Re: Lolin32 lite and I2C

Posted: Tue Dec 18, 2018 6:24 am
by ArtemN
ESP32 can use any pin for SDA SCL, as you want (if another function dont use this pin also).

Re: Lolin32 lite and I2C

Posted: Tue Jun 14, 2022 11:22 am
by CBssTs
Hi,
there is a sketch to help using the lolin32 lite with IC2 interface ? Thanks.

Re: Lolin32 lite and I2C

Posted: Tue Jun 14, 2022 2:47 pm
by ESP_Minatel
Try this one: WireScan