Hello @Peter-Sain

most GPIOs on the ESP32 can be setup to do different things - so yes an no, GPIO32 and GPIO33 are not per se analog pins, but they can be if needed.

However the DS18B20 is a OneWire component which is a digital bus (and not analog).

I just ran a test (Arduino) with my M5StickPlus and either GPIO32 or GPIO33 can be used just fine to talk to a OnWire DS18B20 temperature sensor.

Did you connect a 4.7 k resistor between VCC and OneWire data line?

Could you share your code?

Thanks
Felix