Hello together!
I bought an Ulanzi TC001 and flashed with ESPHOME. Everything works wonderfully.
Now I have looked into the housing. A regular ESP32 is installed. If you look at the PIN assignment in the ESPHOME-yaml, only the PINs GPIO 14, 15, 21, 22, 26, 27, 32, 34, 35 are used.
Now I would like to add a BME680 to the board. Can I solder them directly to the contacts of the black ESP board?
So could I just grab VCC / GND at the top left two pins of the board and connect SDA/SDL to GPIO36/39 and get the BME680 sensor connected that way?
So far I have only ever worked with dev boards, so I have not connected my sensors directly to the ESP but to the board’s PINs. Therefore, I can not judge whether there is something else to consider here.
Thanks for your help!