Getting 5v from the XL
I've been setting up an ESP32-Cam and it's working well. However I would love to power the camera board from the XL itself. I know the XL has a 5v rail but does anyone know of a good place to tap into it? I could run the 24v directly from the power supply through a regulator but the printer is already doing that conversion so I was thinking there's probably a better way.
RE: Getting 5v from the XL
Can you contact Prusa about this and keep us updated? I too was planning to use the esp32 cam.
RE: Getting 5v from the XL
Can you simply plug into the usb connector on the back? (Using a USBC pigtail adapter if needed)? Or do you need more current than that?
RE: Getting 5v from the XL
ESP-32 cam needs 2A
RE: Getting 5v from the XL
Yeah, if you're pulling 10 watts I don't think I would add that much to the existing regulator. The XL schematics aren't available yet, but on the Mk4 2A @ 5V is the onboard regulator's entire rating.The XL will almost certainly be more but not that much more.
A separate regulator on the 24v is the way to go IMHO.
RE: Getting 5v from the XL
I have a M5 camera from stack. It only uses 200mA. It uses a ESP32-S3-WROOM-1U-N16R8 and a OV2640 camera.
In the source on github they say the eps32 cam uses 2A, I find that hard to believe. Maybe it is the maximum the module can use if you use some insane peripheral on the io pins. I have the esp21 cam module too but dis not came to use it yet for I do not know how to compile the source. Is there a place where I can download them precompiled? Then I can make actual power measurements of the esp32 cam.