I have a NodeMCU DevKit 0.9 and a BMP180 barometric pressure sensor and I am working in Arduino IDE (no lua)
I would like to connect them and send data to my local server.
The sensor works will on my Arduino UNO, there I can use the I2C scanner, all example sketches ... everything is fine.
But as soon as I connect it to the NodeMCU I do not get any reaction at all. The I2C scanner finds nothing, no measurement is done.
I am afraid that I am not using the right SDA and SCL ports on my NodeMCU.
On the internet I found:
- SDA/SCL are GPIO2/ GPIO0
This is Pin3 and Pin4 on my NodeMCU - does not work
Can somebody please tell me the right pins for this ?
BR
Gawan