I am quite new to this stuff, so might ask really stupid questions.
I have a setup that I just can not get to work.
ESP-01
TMP275
Both running 3.3v from same source.
I have connected the SDA to GPIO0 and SCL to GPIO2 and get no data out.
I have tested the same code with Uno to A4 & A5 pins and its working fine, so sensor is working.
(0x48 address).
What on earth I need to do to fire this baby up?
I have tried also using 330Ohm resistors inline with the SDA/SCL + added 3k3-10k pullup resistors to VCC.
Could it be that I have fried the GPIO pins at some point that they do not work anymore as they should?
I tested the GPIO2 pin with DHT11 and its working with it as its PWM?
In code I used the wire.begin(0, 2) so as by documentation it should work..
When I try to boot the ESP, if either of the SDA/SCL is connected the ESP crashes.
Can someone elaborate how to to do this?
Thank you!