-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pictures of the HW mods #1
Comments
@raduprv there are some nice pictures here https://github.com/espressif/esp32-camera/issues/247#issuecomment-1996880238. On that page there is also a link to a very nice PCB layout of the ESP32-CAM module, so you should be able to find the tracks and components. Enjoy! |
Thank you very much. I've actually seen that thread, but was afraid to try it out because some guy there said it didn't work for his board. Also, I don't have a MCP1702-33, and looking at the specs it provides only 250 mA, which might not be enough for camera and WiFi at the same time, especially if I want to add anything else, like a LORA module or something. I have a DC DC board, I guess I can replace the LDO with that, and then not burn the extra voltage. https://vi.aliexpress.com/item/32799328725.html?spm=a2g0o.order_list.order_list_main.83.28981802JA5w54&gatewayAdapt=glo2vnm Do you see any problem with this? |
The goal for me was to keep the camera running for as long as possible on battery power, as the camera was making a timelapse video of a construction site which I didn't have access to for month. I don't use wifi and I didn't have access to mains, so a battery was the only option. If you need more power than 250mA then yes you should choose another LDO. The updated schematic in the repo should show my mods as well as my suggested mods (doted lines), if even less power consumption is needed. Other than that, have fun - go for it! :o) |
Yes, I know that at night it can be very noisy. This is because the AE algorithm won't prioritize long exposure, so it will instead just up the gain, which is noisy. There are some registry tricks you can use to mitigate that issue, by basically doing a manual exposure. However, you need a real light sensor, because getting the light from the registry is not good enough. |
Hello, nice project!
Would you please be so kind to post pictures of the actual board and how to do the modifications? The schematics are nice, but pictures would be better.
Thanks!
The text was updated successfully, but these errors were encountered: