I have some hall effect potentiometers to replace normal mechanical pots in a few projects that keep wearing out.
https://www.mouser.co.uk/ProductDetail/858-6127V1A360L.5FS
They need 4.5 - 5.5 volts to work (they do not do anything when given 3.3v) and output a varying voltage from 0.25 to 4.75v depending on the shafts position.
i'm playing with 3.3 volt boards a lot more lately (ESP32s3, STM32f blue pill etc) so i need a way to change the voltage output from the hall effect pots when they are given the 5 volts needed for them to work.
would a simple voltage divider using a pair of resistors be enough, or should i be looking at level shifters / converters, i've seen that most level shifters are intended for i2c things which i imagine are digital voltages, i.e. on and off pulses rather than a varying voltage.
The potentiometers are in controllers connected to the computer for a driving simulator, so some move pretty slowly and only get moved occasionally, others move all the time rapidly.
i want to get as much resolution from the potentiometers as i can, they already have a slightly limited output compared to a mechanical pot, i.e they never got to zero or full voltage at the ends of their travel (well these ones have no end stops, they can safely rotate constantly, they just flip from outputting 4.75v to 0.25v when you pass 360 degrees)
I mostly want to be sure i can never send more than 3.3 volts out to the boards that can not handle 5 volt inputs on their analog pins.