Xiao esp32C6 and the DS18B20

So, if I had waited to initialize the serial port until after the one wire bus, it might have worked? Or maybe put a small delay between the the two it might have worked. I can test those items pretty easily. However, there was nothing going on at the time those things were happening. The board init should have finished before setup() was called, and just setting the baud rate shouldn’t interfere.

I may go back now and test the other libraries I tried (if I can remember them) and see if they work as well.

1 Like