Hi,
I plan to you an ESP32-S3 with a barcode reader and interface them with TTL. From what I've read, ESP32-S3 ideal power supply voltage is 3.3V. But most of barcode readers need 5V input.
So I thought about the following:
Use a standard Power to USB (5V)
Put a Y usb cord to split current (parallel -> both 5V)
Put the ESP32-S3 at one end and it will compensate with its voltage regulator to get 3.3V input
Put the barcode reader on the other end
Connect the barcode reader and the ESP32 (TTL)
Would it work ? or does the TTL interface also need voltage regulation between them?
Do you think their is a better/simpler way to do it?