Thanks for replying!
I am using fwrite, nothing fancy.
I can't use 4bit mode, the board has an SD slot that is hardwired to 1bit mode. it's a camera board, so not a lot of GPIOs to spare :)
static void capture_and_save_photo(void) {
int64_t t_start = esp_timer_get_time();
camera_fb_t *fb = esp ...
Search found 31 matches
- Mon May 12, 2025 9:13 am
- Forum: ESP-IDF
- Topic: Very slow write speed in SDMMC 1 bit mode on ESP32 s3
- Replies: 2
- Views: 498
- Sat May 10, 2025 1:25 am
- Forum: ESP-IDF
- Topic: Very slow write speed in SDMMC 1 bit mode on ESP32 s3
- Replies: 2
- Views: 498
Very slow write speed in SDMMC 1 bit mode on ESP32 s3
I have an esp32-s3 wroom camera board. I have an Arduino program that takes a picture and save sit on the SD card. Nothing really fancy. It works well, it saves the picture in 1-2 seconds. I didn't time the write speed, but I would estimate 500KBps or higher. I ported it to esp-idf and I am having ...
- Sat Feb 06, 2021 4:17 pm
- Forum: ESP32 Arduino
- Topic: PSRAM error in ESP32-CAM
- Replies: 1
- Views: 8352
Re: PSRAM error in ESP32-CAM
Esp32 cam comes with 4mb of ram.
Did you try the web streaming example? If you can change the image size to 2MP then you have the ram.
This line tells you if you have psram: if(psramFound())
Btw, I've noticed, if you leave GPIO 0 connected to ground after you restart the program it says it has 0 ...
Did you try the web streaming example? If you can change the image size to 2MP then you have the ram.
This line tells you if you have psram: if(psramFound())
Btw, I've noticed, if you leave GPIO 0 connected to ground after you restart the program it says it has 0 ...
- Fri Feb 05, 2021 1:15 pm
- Forum: ESP32 Arduino
- Topic: Ending an i2c connection (something like Wire.end() )
- Replies: 1
- Views: 3029
Re: Ending an i2c connection (something like Wire.end() )
Moving SDA on pin 14 fixed the issue.
- Thu Feb 04, 2021 11:48 pm
- Forum: ESP32 Arduino
- Topic: Ending an i2c connection (something like Wire.end() )
- Replies: 1
- Views: 3029
Ending an i2c connection (something like Wire.end() )
I have to connect an i2c light sensor to my ESp32 cam, to read the light level in order to set the proper exposure for an ov5640 sensor (the sensor has its own registries that are supposed to work, but they are unreliable).
I only need to read the light once, before the camera is initialized. My ...
I only need to read the light once, before the camera is initialized. My ...
- Wed Jan 13, 2021 9:51 am
- Forum: ESP32 Arduino
- Topic: Establish WiFi connection to AP with strongest radio signal
- Replies: 12
- Views: 28160
Re: Establish WiFi connection to AP with strongest radio signal
I have the same module, and like others I am experiencing wifi issues even with the board a few feet from the router (the only router).
I think it is a hardware issue, because other boards, like the m5stack camera board works fine.
I think it is a hardware issue, because other boards, like the m5stack camera board works fine.
- Sat Dec 26, 2020 4:10 pm
- Forum: ESP32 Arduino
- Topic: Timelapse with ESP32 cam (I just released my code on github)
- Replies: 0
- Views: 3506
Timelapse with ESP32 cam (I just released my code on github)
I've been working for over two months at this program, so I hope it is helpful for others.
https://github.com/raduprv/esp32-cam_ov2640-timelapse
Looking forward for any feedback.
https://github.com/raduprv/esp32-cam_ov2640-timelapse
Looking forward for any feedback.
- Tue Dec 08, 2020 4:31 pm
- Forum: ESP32 Arduino
- Topic: ESp32 cam ov2640 manual exposure problems
- Replies: 0
- Views: 2861
ESp32 cam ov2640 manual exposure problems
I've been playing with this sensor for over a month, and found out many of its 'secrets' (undocumented things), but for the life of me I can't see how to do manual exposure.
I can get really long exposures by playing with the clock dividers, adding pixels to lines and lines to the frame, but I can't ...
I can get really long exposures by playing with the clock dividers, adding pixels to lines and lines to the frame, but I can't ...
- Sat Dec 05, 2020 6:20 pm
- Forum: ESP32 Arduino
- Topic: Any RTC chip known to work with ESP32 cam ?
- Replies: 13
- Views: 21125
Re: Any RTC chip known to work with ESP32 cam ?
Yeah, I have some other plans with this board (a hidden time lapse camera that I put in public places to create timelapse videos of life in general). I didn't get to the hardware part yet, I am still working at the software (ov2640 is not very well documented, so I had to do a lot of work to ...
- Sat Dec 05, 2020 2:07 pm
- Forum: ESP32 Arduino
- Topic: Any RTC chip known to work with ESP32 cam ?
- Replies: 13
- Views: 21125
Re: Any RTC chip known to work with ESP32 cam ?
One other thing, why don't you just use a lifepo4 battery, with a small solar panel?