Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

How can I determine whether active cooling is necessary for my application?

0 votes
I would like to avoid active cooling for my application, but I'm not sure how to test this short of clipping the fan wires as described here: http://jevois.org/doc/Fanless.html  From what I understand, there's no alternative way to disable the fan, is this correct?

My application involves pose estimation using ArUco markers at around 320x240 resolution, aiming for 30 FPS or better with the global shutter camera and potentially up to 20 markers visible at a time.  Is it possible to make an educated guess based on this use case?

Alternatively, is it possible to make an educated guess based on the CPU usage?
asked Sep 7, 2020 in Hardware Questions by gsq (120 points)
reshown Sep 14, 2020 by jvroot

1 Answer

0 votes
Yes, the fan is just connected to 5V and always on at full speed. We had some PWM speed modulation hardware logic on a previous version of the board, but that one had other issues, so finally we decided to roll back the design for mass production.

Making a guess based on CPU usage is the best. Anything below 300% should be no problem using a large heatsink like we used in that doc page you mention. We had a deep net running at 375% CPU (i.e., almost loading all 4 cores to the max) and that was stable with the heatsink.

I see DemoArUco around 220% CPU in the screenshots here: http://jevois.org/moddoc/DemoArUco/modinfo.html

So it should be no problem. Make sure you have a good thermal contact with the heatsink. You may want to spread the glue on the chip with a screwdriver or such so that it fully covers the whole chip before applying the heatsink.
answered Sep 14, 2020 by JeVois (46,580 points)
...