{"id":766,"date":"2025-06-04T23:36:48","date_gmt":"2025-06-04T21:36:48","guid":{"rendered":"https:\/\/renor.it\/the-projects-we-like\/"},"modified":"2025-12-20T23:49:46","modified_gmt":"2025-12-20T22:49:46","slug":"the-projects-we-like","status":"publish","type":"post","link":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/","title":{"rendered":"The projects we like"},"content":{"rendered":"\n<p>For one of our clients, we are developing a device to be installed inside cold rooms and refrigerated trucks, with the task of constantly monitoring temperature and humidity to ensure that the cold chain is maintained.  <\/p>\n\n<p>A project that, on paper, might seem quite simple: a microcontroller, a sensor to detect temperature and humidity, is a Python script that sends data to the cloud at regular intervals.<br\/>Perfect no? Not really! If we implemented it that way, it would be very short-lived. As they say. It would last <em>\u201cfrom Christmas to Boxing Day.\u201d<\/em>    <\/p>\n\n<p>Why? The reason is quickly stated: electronics and humidity have never gotten along well, and in industrial cold rooms temperatures can easily drop below -20\u00b0C. Quite a chill in short&#8230;  <\/p>\n\n<h2 class=\"wp-block-heading\">First-impact solutions?<\/h2>\n\n<p>The first concrete action was to search the market for hardware components designed specifically for hostile environments, capable of operating over a particularly wide thermal range.  <\/p>\n\n<p>One of the most interesting options is the Compute Module 4 Extended Temperature version, recently introduced by the Raspberry Foundation. This module is certified to operate in a range from -40\u00b0C up to +85\u00b0C.<br\/>When the upper threshold is exceeded, an automatic clock reduction mechanism kicks in, which is useful for containing the thermal rise and keeping the system stable, but sacrificing processing speed.   <\/p>\n\n<h2 class=\"wp-block-heading\">Problem already solved then?<\/h2>\n\n<p>In part, yes, we have addressed and solved the issue of temperature, but that of humidity still remains open. To protect electronics effectively from condensation, seepage, and external agents, one more measure is needed. <\/p>\n\n<p>The solution adopted is to immerse the entire circuitry in an electrical insulating gel, more specifically a low-viscosity two-component polyurethane gel designed to seal and protect junction boxes, connectors and PCBs from water, moisture, dust and other critical environmental factors.  <\/p>\n\n<p>At first glance, it seems like an ultimate solution: just buy the right two-component, apply it, and the moisture problem would seem to be solved.<br\/>But even here, the reality is quite different&#8230;<\/p>\n\n<h2 class=\"wp-block-heading\">Solved one problem, another problem arises again<\/h2>\n\n<p>The moment we solved the problem of humidity, the problem of thermal management came up again in a new guise.  <\/p>\n\n<p>That&#8217;s right, because the insulating gel, in addition to shielding from moisture, is also an excellent thermal insulator. This means that once the electronics are immersed in the gel, heat exchange with the outside becomes extremely inefficient.   <\/p>\n\n<p>Even if the device is in a -20\u00b0C environment, the CPU temperature still tends to rise rapidly because the heat generated cannot dissipate effectively.  <\/p>\n\n<p>To prevent the system from overheating and thermal throttling, an additional engineering element must be introduced.  <\/p>\n\n<h2 class=\"wp-block-heading\">The passive heat sink<\/h2>\n\n<p>To effectively solve the problem of thermal dissipation within the insulating gel, it is necessary to integrate a specially designed passive heat sink.  <\/p>\n\n<p>This heatsink should be mounted directly in contact with the SoC, coupled by thermal conductive paste to ensure optimal heat transfer; partially immersed in the gel, but with a surface in direct contact with the external environment, so as to promote heat transfer to the cold air of the cold room.  <\/p>\n\n<p>This solution allows us to transfer the heat generated by the SoC outward, bypassing the insulating effect of the gel. But before proceeding, it is essential to ask ourselves some key engineering questions, which are essential to properly size the system:   <\/p>\n\n<ul class=\"wp-block-list\">\n<li>At what temperature do we wish to maintain the SoC during operation? The goal is to avoid both condensation (which occurs at too low a temperature) and exceeding the critical threshold of 85\u00b0C, which would activate thermal throttling.   <\/li>\n\n\n\n<li>What should be the contact surface area between heatsink and CPU to ensure effective heat transfer without dropping too much in temperature? This value depends on the thermal power generated, the material used for the heatsink, and the temperature difference between the SoC and the external environment.   <\/li>\n\n\n\n<li>How much power does the SoC of a Compute Module 4 actually dissipate under full load? Based on our tests, the thermal dissipation at full load is about 6 watts. This figure is critical for correctly calculating the heatsink area needed to keep the system within the desired thermal limits.    <\/li>\n<\/ul>\n\n<p>Only after accurately answering these questions can we move on to the next step: the actual thermal calculation, which will allow us to correctly size the dissipating interface and ensure the stability of the device even under extreme environmental conditions.  <\/p>\n\n<h2 class=\"wp-block-heading\">Sizing of the surface in contact with the SoC<\/h2>\n\n<p>Although the <strong>Compute Module 4 Extended Temperature (CM4ET)<\/strong> is certified to operate in a range as low as <strong>-40 \u00b0C (-40 \u00b0F<\/strong>), it is advisable to prevent the <strong>die<\/strong> from operating at excessively low temperatures during full load to avert the risk of <strong>condensation forming<\/strong> in the immediate vicinity of the electronics.<\/p>\n\n<p>When the CM4ET is under full load, it dissipates approximately <strong>6 watts<\/strong> of thermal power. This heat must be transferred from the SoC die to the external environment, namely the cold air in the cold room. <\/p>\n\n<p>But beware: balance is also needed here.<\/p>\n\n<ul class=\"wp-block-list\">\n<li>If the <strong>heat sink<\/strong> is <strong>too efficient<\/strong>, there is a risk of the die dropping below <strong>-20 \u00b0C<\/strong>, which should be avoided to prevent localized condensation phenomena.<\/li>\n\n\n\n<li>On the other hand, if the <strong>heatsink is insufficient<\/strong>, that is, the heat produced by the CPU is more than the heatsink can dissipate, the temperature will rise gradually until it reaches <strong>85 \u00b0C<\/strong>, the threshold above which <strong>thermal throttling<\/strong> comes into play.<\/li>\n<\/ul>\n\n<p>Therefore, the goal is to keep the SoC in a safe and stable thermal range. A <strong>target temperature of about -5 \u00b0C<\/strong> is reasonable, considering that the outdoor environment can be as low as <strong>-22 \u00b0C.<\/strong> <\/p>\n\n<p>To achieve this balance, we must correctly size the <strong>contact surface of the heat sink<\/strong>. The analysis is based on stationary heat conduction, modeled by the following equation: <\/p>\n\n<p><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-1f2248a50cb345dc4cb9b11b95cbf3cc_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#81;&#32;&#61;&#32;&#102;&#114;&#97;&#99;&#123;&#107;&#32;&#99;&#100;&#111;&#116;&#32;&#65;&#32;&#99;&#100;&#111;&#116;&#32;&#68;&#101;&#108;&#116;&#97;&#32;&#84;&#125;&#123;&#76;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"230\" style=\"vertical-align: -4px;\"\/><\/p>\n\n<p>Where:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-2c758bec4c272382411b95fc0e7ee250_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#81;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"14\" style=\"vertical-align: -4px;\"\/> is the heat output transferred (in watts),<\/li>\n\n\n\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-3422b6bb5c160593658b7c39425d9880_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#107;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"9\" style=\"vertical-align: 0px;\"\/> is the thermal conductivity of the material (in W\/m-K),<\/li>\n\n\n\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-25b206f25506e6d6f46be832f7119ffa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"13\" style=\"vertical-align: 0px;\"\/> is the cross-sectional area (in m\u00b2),<\/li>\n\n\n\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-66a9f474fc3c52efdfb0ba6a70199ee8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#76;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"12\" style=\"vertical-align: 0px;\"\/> is the thickness of the material (in m),<\/li>\n\n\n\n<li>Delta <img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-fc46abf24efaab3b9fcd32b7224bd392_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#32;&#84;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"13\" style=\"vertical-align: 0px;\"\/> is the temperature difference between the two sides (in K).<\/li>\n<\/ul>\n\n<p>Solving the equation for area A:<\/p>\n\n<p><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-75f67fc1cdefe9bc536b8d5e5810a479_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#32;&#61;&#32;&#102;&#114;&#97;&#99;&#123;&#80;&#32;&#99;&#100;&#111;&#116;&#32;&#76;&#125;&#123;&#107;&#32;&#99;&#100;&#111;&#116;&#32;&#68;&#101;&#108;&#116;&#97;&#32;&#84;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"230\" style=\"vertical-align: -4px;\"\/><\/p>\n\n<p>This formula allows us to calculate the<strong>minimum area required<\/strong> so that, when dissipating power <img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-650eb7688af6737ac325425b5c9a5982_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#80;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"14\" style=\"vertical-align: 0px;\"\/>, the temperature difference between the die and the environment is equal to Delta <img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-af4c2983bdcb73f4dad29945e64b32cd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#32;&#84;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"16\" style=\"vertical-align: 0px;\"\/><\/p>\n\n<p>Entering known values:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-8f9d0df112260e98ffa0fdfb87dfe3a2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#80;&#32;&#61;&#32;&#54;&#44;&#87;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"73\" style=\"vertical-align: -4px;\"\/><\/li>\n\n\n\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-3f2d8ddf38e2b39170edb810a14890d5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#76;&#32;&#61;&#32;&#48;&#123;&#44;&#125;&#48;&#48;&#54;&#55;&#53;&#44;&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"117\" style=\"vertical-align: -4px;\"\/><\/li>\n\n\n\n<li><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-8541038fa8fd44f183ece115e6b03e7e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#107;&#32;&#61;&#32;&#50;&#48;&#53;&#44;&#87;&#47;&#109;&#45;&#75;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"147\" style=\"vertical-align: -5px;\"\/> (conductivity of pure aluminum)<\/li>\n\n\n\n<li>Delta <img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-387821227ba45277df41bd1e1aab195b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#32;&#84;&#32;&#61;&#32;&#49;&#55;&#44;&#75;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"78\" style=\"vertical-align: -4px;\"\/> (i.e., -5 \u00b0C to -22 \u00b0C)<\/li>\n<\/ul>\n\n<p>we get:<\/p>\n\n<p><img wpfc-lazyload-disable=\"true\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/renor.it\/wp-content\/ql-cache\/quicklatex.com-e8dfed052321f15a59ad850620d1355d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#32;&#61;&#32;&#102;&#114;&#97;&#99;&#123;&#54;&#32;&#99;&#100;&#111;&#116;&#32;&#48;&#123;&#44;&#125;&#48;&#48;&#54;&#55;&#53;&#125;&#123;&#50;&#48;&#53;&#32;&#99;&#100;&#111;&#116;&#32;&#49;&#55;&#125;&#32;&#61;&#32;&#49;&#123;&#44;&#125;&#49;&#54;&#50;&#32;&#99;&#100;&#111;&#116;&#32;&#49;&#48;&#94;&#123;&#45;&#53;&#125;&#99;&#100;&#111;&#116;&#123;&#109;&#125;&#94;&#50;&#32;&#61;&#32;&#109;&#97;&#116;&#104;&#98;&#102;&#123;&#49;&#49;&#123;&#44;&#125;&#54;&#50;&#44;&#109;&#109;&#94;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"41\" width=\"582\" style=\"vertical-align: -4px;\"\/><\/p>\n\n<p>This is the <strong>theoretical minimum surface area<\/strong> of the heatsink in direct contact with the SoC required to keep the temperature within the desired limits.<\/p>\n\n<p>Of course, this value is ideal and calculated under perfectly static conditions; in practice, <strong>it is advisable to consider a margin of safety<\/strong>, both due to mechanical tolerances and the effect of intermediate layers (such as insulating gel or plastic interfaces).<\/p>\n\n<h2 class=\"wp-block-heading\">Realization of the 3D model of the heatsink<\/h2>\n\n<p>Due to contractual constraints with the client, it is not possible to show pictures or diagrams of the project. However, I can provide some useful information on the final sizing.   <\/p>\n\n<p>At the end of the modeling and manufacturing process, the useful contact area of the heatsink was about 13 mm\u00b2. A value slightly higher than the calculated theoretical minimum, docuted to mechanical limitations related to CNC fabrication.   <\/p>\n\n<p>However, this area is within an acceptable margin, sufficient to prevent the temperature of the SoC from falling too far below the desired values, thus preventing condensation.  <\/p>\n\n<p>To further optimize heat transfer, the heatsink was placed at the bottom of the enclosure, with most of its surface area below the plastic of the enclosure. In practice, only a small part is in direct contact with the cold air of the cold room being separated from it by a 2-mm layer of plastic.   <\/p>\n\n<p>It should always be remembered then that there is a substantial difference between theoretical calculations and actual behavior in operation: the former serve to give a solid design basis, but it is only with direct experimentation that the actual reliability of the solution is verified. In our case, within the expected margins, the design proved effective.   <\/p>\n\n<h2 class=\"wp-block-heading\">Test<\/h2>\n\n<p>To validate the design, I performed a home experimental test, placing the entire device inside the home freezer, set to the lowest available temperature. Unfortunately, it was not possible to reach the -22\u00b0C of the industrial cells but only -17\u00b0C, but the test still provided very useful data to evaluate the thermal behavior under real conditions.   <\/p>\n\n<p>The text was structured over a duration of 60 minutes, with sampling every second and after idle stabilization.  <br\/>During the test we monitored:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>The temperature of the SoC<\/li>\n\n\n\n<li>The temperature inside the enclosure via an I2C sensor.<\/li>\n\n\n\n<li>The temperature on the external surface of the heatsink, measured by a thermocouple placed between the heatsink and the enclosure plastic.  <\/li>\n<\/ul>\n\n<p>After about 30 minutes, all temperatures had already stabilized.  <\/p>\n\n<p>During idle, the maximum CPU temperature reached 12.5\u00b0C. At this point, once stabilization was noted, I started the stress test and ran the stopwatch for the next 60 minutes.   <\/p>\n\n<p>At the end of the test under load, the measured values were as follows:  <\/p>\n\n<ul class=\"wp-block-list\">\n<li>Maximum CPU temperature: 38.7\u00b0C<\/li>\n\n\n\n<li>Temperature inside the enclosure: -1.3\u00b0C<\/li>\n\n\n\n<li>Temperature on the external surface of the exchanger: -11.4\u00b0C<\/li>\n<\/ul>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXe46OuitIfCuSBnthk_5aCCCSvHsf6rDIB3HpNv4cWcYKOhkyWRb-Qp6NqvYV_p_yV6zLkfxHUp2IRrjB-_RTZFUaKFXpBxoJWgqAL5VAbSgOUXTf_W1XSjkGGl1zCy3EtRJd-LIQ?key=kyUELbgsfh6G37D0pACCEA\" alt=\"\"\/><\/figure>\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n<p>The data obtained confirm that the CPU operates within a safe thermal range, the operating temperature does not fall below critical levels for condensation, the electronics are protected even under extreme environmental conditions, and the system proves stable and balanced with effective passive thermal dissipation management. Thus, the chosen configuration is suitable for continuous operation, even in harsh refrigerated environments, without risk of failure, condensation, or thermal throttling.   <\/p>\n\n<p>These are the projects that we are really passionate about. The ones that force you to think, to challenge yourself, to look for solutions outside the box. Projects that can&#8217;t be solved with an imported library or a standard sensor, but require ingenuity, experimentation, and multidisciplinarity spanning electronics, physics, thermodynamics, and mechanical design.    <\/p>\n\n<p>It is precisely these challenges that leave you, each time, with a richer technical and cultural background that ends up coming in handy in the most unexpected contexts.  <br\/>And in the end, when everything works as it should, the satisfaction is double!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For one of our clients, we are developing a device to be installed inside cold rooms and refrigerated trucks, with the task of constantly monitoring temperature and humidity to ensure that the cold chain is maintained. A project that, on paper, might seem quite simple: a microcontroller, a sensor to detect temperature and humidity, is [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":719,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_writerflow_disable_suggestions":false,"footnotes":""},"categories":[1986],"tags":[1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730],"class_list":["post-766","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-marketing-business-digital","tag-cold-chain","tag-cold-rooms","tag-compute-module-4-en","tag-cpu-temperature","tag-dissipation-calculation","tag-electronic-condensate","tag-electronic-laboratory","tag-electronic-stress-test","tag-electronics-and-cold","tag-embedded-device-development","tag-engineering-projects","tag-extreme-environments","tag-hardware-design","tag-heat-dissipation","tag-humidity-sensor","tag-industrial-electronics","tag-insulating-gel","tag-microcontroller","tag-moisture-protection","tag-passive-heat-sink","tag-raspberry-pi-en","tag-refrigerated-trucks","tag-robust-design","tag-temperature-monitoring","tag-thermal-insulation","tag-thermal-tests"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The projects we like | RENOR &amp; Partners S.r.l.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The projects we like\" \/>\n<meta property=\"og:description\" content=\"For one of our clients, we are developing a device to be installed inside cold rooms and refrigerated trucks, with the task of constantly monitoring temperature and humidity to ensure that the cold chain is maintained. A project that, on paper, might seem quite simple: a microcontroller, a sensor to detect temperature and humidity, is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/\" \/>\n<meta property=\"og:site_name\" content=\"RENOR &amp; Partners S.r.l.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/renorsrl\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/simone.renzi.3954\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-04T21:36:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-20T22:49:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1282\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Simone Renzi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simone Renzi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/\"},\"author\":{\"name\":\"Simone Renzi\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#\\\/schema\\\/person\\\/21343be04e5983a87f3a9a6182cf8795\"},\"headline\":\"The projects we like\",\"datePublished\":\"2025-06-04T21:36:48+00:00\",\"dateModified\":\"2025-12-20T22:49:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/\"},\"wordCount\":1761,\"publisher\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp\",\"keywords\":[\"cold chain\",\"cold rooms\",\"compute module 4\",\"CPU temperature\",\"dissipation calculation\",\"electronic condensate\",\"electronic laboratory\",\"electronic stress test\",\"electronics and cold\",\"embedded device development\",\"engineering projects\",\"extreme environments\",\"hardware design\",\"heat dissipation\",\"humidity sensor\",\"industrial electronics\",\"insulating gel\",\"microcontroller\",\"moisture protection\",\"passive heat sink\",\"raspberry pi\",\"refrigerated trucks\",\"robust design\",\"temperature monitoring\",\"thermal insulation\",\"thermal tests\"],\"articleSection\":[\"Marketing, Business &amp; Digital\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/\",\"url\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/\",\"name\":\"The projects we like | RENOR &amp; Partners S.r.l.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp\",\"datePublished\":\"2025-06-04T21:36:48+00:00\",\"dateModified\":\"2025-12-20T22:49:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#primaryimage\",\"url\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp\",\"contentUrl\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp\",\"width\":1920,\"height\":1282,\"caption\":\"A volte, anche i migliori progetti rischiano di mandarti fuori di testa\u2026 soprattutto quando umidit\u00e0, -20\u00b0C e gel poliuretanico si alleano contro di te.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/the-projects-we-like\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/renor.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Marketing, Business &amp; Digital\",\"item\":\"https:\\\/\\\/renor.it\\\/en\\\/blog\\\/marketing-business-digital\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"The projects we like\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/renor.it\\\/en\\\/\",\"name\":\"RENOR & Partners S.r.l.\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#organization\"},\"alternateName\":\"RENOR & Partners S.r.l.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/renor.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#organization\",\"name\":\"RENOR & Partners S.r.l.\",\"url\":\"https:\\\/\\\/renor.it\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-new-1.webp\",\"contentUrl\":\"https:\\\/\\\/renor.it\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-new-1.webp\",\"width\":432,\"height\":146,\"caption\":\"RENOR & Partners S.r.l.\"},\"image\":{\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/renorsrl\",\"https:\\\/\\\/www.instagram.com\\\/renorpartners\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/renor-partners\\\/posts\\\/?feedView=all\"],\"description\":\"RENOR & Partners Srl \u00e8 una societ\u00e0 di consulenza tecnologica e ingegneristica specializzata in sviluppo software, cloud computing, integrazione di sistemi, intelligenza artificiale applicata e progettazione elettronica. L\u2019azienda supporta imprese e pubbliche amministrazioni nella realizzazione di soluzioni digitali affidabili, scalabili e orientate all\u2019efficienza, con un approccio pragmatico basato su competenze tecniche, progettazione su misura e innovazione concreta.\",\"email\":\"info@renor.it\",\"telephone\":\"3791489430\",\"legalName\":\"RENOR AND PARTNERS S.r.l.\",\"foundingDate\":\"2022-06-21\",\"vatID\":\"16768411007\",\"taxID\":\"16768411007\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/renor.it\\\/en\\\/#\\\/schema\\\/person\\\/21343be04e5983a87f3a9a6182cf8795\",\"name\":\"Simone Renzi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g\",\"caption\":\"Simone Renzi\"},\"description\":\"Senior full-stack web engineer with over 20 years of experience in cloud architectures, AI, and SaaS solutions; member of Mensa Italia. Creator of platforms such as HR24.ai and Paghe.ai, he oversaw the web development of FNS, a neural network simulator cited in Scientific Reports (Nature Portfolio), and has collaborated on research projects with INFN \u2013 Laboratori Nazionali di Frascati, Universit\u00e0 di Roma \u201cTor Vergata\u201d, Universidad Complutense, Universidad Polit\u00e9cnica and Centro de Tecnolog\u00eda Biom\u00e9dica in Madrid. A classical pianist, he combines musical creativity and technological rigor in every project.\",\"sameAs\":[\"https:\\\/\\\/renor.it\",\"https:\\\/\\\/www.facebook.com\\\/simone.renzi.3954\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/simone-renzi\"],\"url\":\"https:\\\/\\\/renor.it\\\/en\\\/author\\\/thesimon\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The projects we like | RENOR &amp; Partners S.r.l.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/","og_locale":"en_US","og_type":"article","og_title":"The projects we like","og_description":"For one of our clients, we are developing a device to be installed inside cold rooms and refrigerated trucks, with the task of constantly monitoring temperature and humidity to ensure that the cold chain is maintained. A project that, on paper, might seem quite simple: a microcontroller, a sensor to detect temperature and humidity, is [&hellip;]","og_url":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/","og_site_name":"RENOR &amp; Partners S.r.l.","article_publisher":"https:\/\/www.facebook.com\/renorsrl","article_author":"https:\/\/www.facebook.com\/simone.renzi.3954\/","article_published_time":"2025-06-04T21:36:48+00:00","article_modified_time":"2025-12-20T22:49:46+00:00","og_image":[{"width":1920,"height":1282,"url":"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp","type":"image\/webp"}],"author":"Simone Renzi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Simone Renzi","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#article","isPartOf":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/"},"author":{"name":"Simone Renzi","@id":"https:\/\/renor.it\/en\/#\/schema\/person\/21343be04e5983a87f3a9a6182cf8795"},"headline":"The projects we like","datePublished":"2025-06-04T21:36:48+00:00","dateModified":"2025-12-20T22:49:46+00:00","mainEntityOfPage":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/"},"wordCount":1761,"publisher":{"@id":"https:\/\/renor.it\/en\/#organization"},"image":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#primaryimage"},"thumbnailUrl":"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp","keywords":["cold chain","cold rooms","compute module 4","CPU temperature","dissipation calculation","electronic condensate","electronic laboratory","electronic stress test","electronics and cold","embedded device development","engineering projects","extreme environments","hardware design","heat dissipation","humidity sensor","industrial electronics","insulating gel","microcontroller","moisture protection","passive heat sink","raspberry pi","refrigerated trucks","robust design","temperature monitoring","thermal insulation","thermal tests"],"articleSection":["Marketing, Business &amp; Digital"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/","url":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/","name":"The projects we like | RENOR &amp; Partners S.r.l.","isPartOf":{"@id":"https:\/\/renor.it\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#primaryimage"},"image":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#primaryimage"},"thumbnailUrl":"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp","datePublished":"2025-06-04T21:36:48+00:00","dateModified":"2025-12-20T22:49:46+00:00","breadcrumb":{"@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#primaryimage","url":"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp","contentUrl":"https:\/\/renor.it\/wp-content\/uploads\/2025\/06\/strange-scientist-has-gone-mad-in-his-laboratory-2024-11-27-20-19-05-utc-1.webp","width":1920,"height":1282,"caption":"A volte, anche i migliori progetti rischiano di mandarti fuori di testa\u2026 soprattutto quando umidit\u00e0, -20\u00b0C e gel poliuretanico si alleano contro di te."},{"@type":"BreadcrumbList","@id":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/the-projects-we-like\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/renor.it\/en\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/renor.it\/en\/blog\/"},{"@type":"ListItem","position":3,"name":"Marketing, Business &amp; Digital","item":"https:\/\/renor.it\/en\/blog\/marketing-business-digital\/"},{"@type":"ListItem","position":4,"name":"The projects we like"}]},{"@type":"WebSite","@id":"https:\/\/renor.it\/en\/#website","url":"https:\/\/renor.it\/en\/","name":"RENOR & Partners S.r.l.","description":"","publisher":{"@id":"https:\/\/renor.it\/en\/#organization"},"alternateName":"RENOR & Partners S.r.l.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/renor.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/renor.it\/en\/#organization","name":"RENOR & Partners S.r.l.","url":"https:\/\/renor.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/renor.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/renor.it\/wp-content\/uploads\/2025\/12\/logo-new-1.webp","contentUrl":"https:\/\/renor.it\/wp-content\/uploads\/2025\/12\/logo-new-1.webp","width":432,"height":146,"caption":"RENOR & Partners S.r.l."},"image":{"@id":"https:\/\/renor.it\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/renorsrl","https:\/\/www.instagram.com\/renorpartners\/","https:\/\/www.linkedin.com\/company\/renor-partners\/posts\/?feedView=all"],"description":"RENOR & Partners Srl \u00e8 una societ\u00e0 di consulenza tecnologica e ingegneristica specializzata in sviluppo software, cloud computing, integrazione di sistemi, intelligenza artificiale applicata e progettazione elettronica. L\u2019azienda supporta imprese e pubbliche amministrazioni nella realizzazione di soluzioni digitali affidabili, scalabili e orientate all\u2019efficienza, con un approccio pragmatico basato su competenze tecniche, progettazione su misura e innovazione concreta.","email":"info@renor.it","telephone":"3791489430","legalName":"RENOR AND PARTNERS S.r.l.","foundingDate":"2022-06-21","vatID":"16768411007","taxID":"16768411007","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}},{"@type":"Person","@id":"https:\/\/renor.it\/en\/#\/schema\/person\/21343be04e5983a87f3a9a6182cf8795","name":"Simone Renzi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/54f81b51be6bda6d63a06a1cd6563d9b0d5778d7af4f0bda4e246fc3e5737e2e?s=96&d=mm&r=g","caption":"Simone Renzi"},"description":"Senior full-stack web engineer with over 20 years of experience in cloud architectures, AI, and SaaS solutions; member of Mensa Italia. Creator of platforms such as HR24.ai and Paghe.ai, he oversaw the web development of FNS, a neural network simulator cited in Scientific Reports (Nature Portfolio), and has collaborated on research projects with INFN \u2013 Laboratori Nazionali di Frascati, Universit\u00e0 di Roma \u201cTor Vergata\u201d, Universidad Complutense, Universidad Polit\u00e9cnica and Centro de Tecnolog\u00eda Biom\u00e9dica in Madrid. A classical pianist, he combines musical creativity and technological rigor in every project.","sameAs":["https:\/\/renor.it","https:\/\/www.facebook.com\/simone.renzi.3954\/","https:\/\/www.linkedin.com\/in\/simone-renzi"],"url":"https:\/\/renor.it\/en\/author\/thesimon\/"}]}},"_links":{"self":[{"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/posts\/766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/comments?post=766"}],"version-history":[{"count":0,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/posts\/766\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/media\/719"}],"wp:attachment":[{"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/media?parent=766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/categories?post=766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/renor.it\/en\/wp-json\/wp\/v2\/tags?post=766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}