Overheating Issue? OV5640 Temperature Test with ESP32CAM board

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 42

  • @davidclementson6149
    @davidclementson6149 8 місяців тому +3

    Update: It seems that the camera flex module connectivity is documented in the OmniVision OV2640 Camera Module Hardware Application Note which is available online. I missed it at first because the AI Thinker PCB schematic uses a 24-pin FPC connector symbol whose numbering is reversed compared to the OmniVision App Note. If you reverse the pin numbering for pins 1 to 24, , the connectivity make sense. Now I just need to find a similar App note for the OV5640 module.

  • @davidclementson6149
    @davidclementson6149 8 місяців тому +1

    Another thing to consider is that the OV5640 only allows a maximum of 3.0 volts on its digital I/O V(DD-IO) rail whereas the OV2640 allows 3.3 volts. So is possible that the OV5640 module is using the ESP32-CAM's +3.3V rail (flex connector pin #14) for V(DD-IO) and thereby overdriving the sensor chip. If on the other hand it used the +2.8V rail (flex connector pin #21) for the sensor's V(DD-IO), the sensor's logic HIGH output might be too low for the ESP32 to reliably recognize. We would need to examine the OV5640 module's flex schematic to know for sure. I have searched but have been unable to find one online. Do you ever seen one? I may have to unsolder the sensor from the flex to figure out its connections. Once I know how the module is actually wired, a proper fix might not be all that difficult.
    This is really an unfortunate situation because running the sensor hot will degrade its noise performance and give a bad picture, especially in low light.

    • @ThatProject
      @ThatProject  8 місяців тому

      files.waveshare.com/upload/b/bb/OV5640-A.pdf This is all I have.
      As far as I know, both OV5640 and OV2640 have the same flex connector. Isn't the root cause of the heat generation due to the use of the OV5640's internal regulator? So if we input a correct voltage from an external circuit to V(DD-IO) the OV5640's internal regulator is not used. This is how I'm understanding. Do you think it would be possible to modify the pin to use 2.8V?

  • @davidclementson6149
    @davidclementson6149 8 місяців тому +2

    Yes, the solution would be to replace the 1.2V regulator on the AI-Thinker board with a 1.5V regulator, Torex XC6206P152MR. That is the SOT-23 package which I think is correct. That should disable the OC5640's internal regulator.

    • @ThatProject
      @ThatProject  8 місяців тому

      That's super interesting. Any plan to replace it?

    • @davidclementson6149
      @davidclementson6149 8 місяців тому

      If I get some time I will try to drive DVDD from a bench supply to see if the camera module dissipation is reduced. You could do the same if you have a small soldering iron and some fine wire. Just tack a wire onto the 1.2V bypass cap. You could also use an external linear regulator module like an LM317. It is not a permanent solution but it 0:02 would work well enough to measure the temperature rise.

    • @ThatProject
      @ThatProject  8 місяців тому

      @@davidclementson6149 I think this is a very interesting challenge. I will try it too when I get the chance. Thank you for sharing.

    • @davidclementson6149
      @davidclementson6149 8 місяців тому +1

      @@ThatProject I tried using an external LM317 to feed 1.5V to DVDD and it made only a small improvement to the temperature rise, maybe 5 degrees after 3 minutes. The external regulator should reduce the chip dissipation from 0.55W to 0.32W which is a substantial difference. However I was measuring the temperature of the back of the sensor with a platinum RTD and no heatsink, so it is possible that with no heatsink there is so much thermal resistance to ambient that even the 0.32W is enough to drive the temperature that high, albeit more slowly than with 0.55W. I would need to monitor the current of the DOVDD rail to make sure the internal regulator is indeed not supplying current to the core, but that is not so easy to do. Either way, it looks like the OV640 cameras need a substantial heatsink regardless of their powering scheme.

    • @davidclementson6149
      @davidclementson6149 8 місяців тому

      One other thing. I noticed a strange dot/dash pattern appear in part of the image as the OV5640 got hot. When I sprayed freeze spray on it, the problem went away immediately. So the problem is likely due to internal timing errors in the on-chip image processor when it is run beyond its maximum temperature rating. So for good picture quality, the heat dissipation of this camera sensor has to be managed carefully. I think this would be the case even if the chip was run at lower DOVDD voltage.

  • @JeremySeitz
    @JeremySeitz 9 місяців тому +1

    Could there be another manufacturer making the OV5640/ESP32 with a better design (different regulator, heat sink, etc)?

    • @ThatProject
      @ThatProject  9 місяців тому +1

      Right. It may be slightly different depending on the manufacturer, so we may need to check the schematic.

  • @armanfarzin6989
    @armanfarzin6989 9 місяців тому +1

    I think you fell in love with lady ESP32😁

  • @esqueda.business
    @esqueda.business 17 днів тому

    Do you have the same problem when using the OV5640 in the Seeeduino XIAO ESP32S3 Sense Board?

    • @ThatProject
      @ThatProject  17 днів тому +1

      @@esqueda.business I don't know exactly yet because I haven't tried it yet. I'll take a look when I get a chance.

  • @zaharkravtsov5243
    @zaharkravtsov5243 9 місяців тому

    thanks for the information👍

  • @Zero0Guy
    @Zero0Guy 9 місяців тому

    Very informative!

  • @ionymous6733
    @ionymous6733 9 місяців тому

    do you know if the XIAO ESP32S3 Sense can use the OV5640? And if so, is there an overheating issue?

    • @ThatProject
      @ThatProject  9 місяців тому

      Good point. I think I need to check its schematic first. However, it is possible that it still has the issues I mentioned.

  • @Michael-lo3ht
    @Michael-lo3ht 3 місяці тому

    So, what is a good alternative to either of these camera modules? At least for continuous capture.

    • @ThatProject
      @ThatProject  3 місяці тому +1

      I'm still looking for a good camera module to use in an MCU environment, but unfortunately there aren't many options. Have you checked out the AMB82-Mini board? It has great performance, especially when it comes to capturing images continuously. ua-cam.com/video/TGqOUVhQQY8/v-deo.htmlsi=UlxwIbJVnBFB-Op9

    • @Michael-lo3ht
      @Michael-lo3ht 3 місяці тому

      @@ThatProject Actually just ordered one. I will let you know how it goes. The reviews are great.

    • @ThatProject
      @ThatProject  3 місяці тому +1

      @@Michael-lo3ht Ok. Please let me know the test result.

    • @Michael-lo3ht
      @Michael-lo3ht 2 місяці тому

      @@ThatProject I love the AMB82 Mini. Far worth the little extra on price. Outperforms any other those others and better at recognition. Also easy to setup. No monkeying and moving files around like some others. Very professional all the way around to me.

    • @Michael-lo3ht
      @Michael-lo3ht 2 місяці тому

      I'm amazed more and more with the AMB82Mini. The compile time of all their examples is a lot faster even. That makes me think the software is written better.

  • @Itaintme31178
    @Itaintme31178 9 місяців тому

    Hi! Did you see this issue with the Auto-Focus version of the camera?

    • @ThatProject
      @ThatProject  9 місяців тому +2

      Good point. I'll have to check on that again.

    • @Itaintme31178
      @Itaintme31178 9 місяців тому

      Thank you please let me know!@@ThatProject

    • @VitaZVitkova
      @VitaZVitkova 8 місяців тому

      Hi, i tried ESP32 cam with OV5640 autofocus version and it has same overheating problem. Is there any solution? Something similar to ESP32cam etc.? Thank you for your work!

    • @ThatProject
      @ThatProject  8 місяців тому +1

      @@VitaZVitkova There is no good solution for this yet on the ESP32CAM AI-Thinker board. Additional circuit configuration appears to be necessary to accurately input the core voltage.

    • @Itaintme31178
      @Itaintme31178 8 місяців тому

      I see, where could I find the right core voltage info to design my own support circuit?@@ThatProject

  • @AmanSinghal-ny3ik
    @AmanSinghal-ny3ik 3 місяці тому

    In your view does there exists as esp32 cam which can be used for streaming , which is dead stable and does not overheat !

    • @ThatProject
      @ThatProject  3 місяці тому

      @@AmanSinghal-ny3ik This overheating issue occurs when using OV5640 on ESP32CAM board. Normally, this type of heat does not occur when using OV2640.

  • @arash5094
    @arash5094 9 місяців тому