Using ESP32 to read data from Grove GSR sensor

Hello! I’m working on a project using Grove GSR sensor interfaced to ESP32. Initially, I interfaced and tested the sensor using Arduino Uno and it worked fine. However, when I interfaced the sensor to ESP32, the readings were not similar to those of the Arduino Uno and while adjusting the potentiometer, there were no displayed changes in the serial monitor. I’ve been working on it for days now but I have no progress at all. I would greatly appreciate any help from anyone who have worked on a similar project before.

Which XIAO? ESP32C3 or S3?

You are not going to get the same readings because Arduino is 5V logic and ESP32 is 3.3V logic