<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Blog - All Comments</title><link>/challenges-projects/project14/iot-in-the-cloud/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: The Windchillator - Reducing the sleep current of the Arduino MKR WIFI 1010 to 800 uA</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/the-windchillator---reducing-the-sleep-current-of-the-arduino-mkr-wifi-1010-to-800-ua</link><pubDate>Sat, 19 Aug 2023 16:17:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb724b26-0707-4b85-8c20-4e1dd31b1f09</guid><dc:creator>L0cutus</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;if you disable the&amp;nbsp;ECC508 chip you disable the I2C interface, at least i have discovered on my skin this thing, lost lot of hour to found the problem :)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7157&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Irrigation Sprinkler Controller - GUI Design</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/irrigation-sprinkler-controller---gui-design</link><pubDate>Sun, 23 Jul 2023 10:23:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fed2e803-c103-4dde-a19b-9d297ea4d371</guid><dc:creator>Luberth</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Visual scheduler, graphical scheduler, irrigation scheduler, light scheduler, wifi scheduler, sprinkler scheduler&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a id="" href="https://ldijkman.github.io/randomnerd_esp32_wifi_manager/mrs/"&gt;https://ldijkman.github.io/randomnerd_esp32_wifi_manager/mrs/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-fed2e803-c103-4dde-a19b-9d297ea4d371/Screenshot_5F00_20230723_2D00_121830_5F00_Chrome.jpg" alt=" " /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6765&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: The Windchillator - Reducing the sleep current of the Arduino MKR WIFI 1010 to 800 uA</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/the-windchillator---reducing-the-sleep-current-of-the-arduino-mkr-wifi-1010-to-800-ua</link><pubDate>Sun, 09 May 2021 23:41:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb724b26-0707-4b85-8c20-4e1dd31b1f09</guid><dc:creator>scottd.nerd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for this. By the way, your labels for R7 and R27 are swapped according to the board layout here -&amp;gt; &lt;a class="jive-link-external-small" href="https://store.arduino.cc/usa/mkr-wifi-1010" rel="nofollow ugc noopener" target="_blank" title="https://store.arduino.cc/usa/mkr-wifi-1010"&gt;https://store.arduino.cc/usa/mkr-wifi-1010&lt;/a&gt; &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7157&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Arduino MKR 10xx, ETH Shield and Amazon Web Services: Safe MQTT with SSL and Certificate</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/arduino-mkr-10xx-eth-shield-and-amazon-web-services-safe-mqtt-with-ssl-and-certificate</link><pubDate>Tue, 07 Apr 2020 10:51:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:68a0a864-40c6-4307-a7ac-d04a73fd3399</guid><dc:creator>tdp1985</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Dear Jan,&lt;/p&gt;&lt;p&gt;Thank you very much for this article.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use the same hardware as you : Arduino Mkr Zero + Mkr Eth shield.&lt;/p&gt;&lt;p&gt;I would like to connect to a MQTT server that support TLS or SSL, no certificate needed but just Login / Password.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I stuck on this part of your code :&amp;nbsp;&amp;nbsp; sslClient.setEccSlot(0, certificate);&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With a MQTT client on computer I use theses setting :&lt;/p&gt;&lt;p&gt;Connectivity : Websockets&lt;/p&gt;&lt;p&gt;Enable user authentification: User / password&lt;/p&gt;&lt;p&gt;TLS/SSL Mode : Certificates and keys provided externally&lt;/p&gt;&lt;p&gt;Protocol : TLSv1.2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you know how is it possible to modify your code to connect to these kind of MQTT with TLS server ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7743&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Irrigation Sprinkler Control - Cayenne Dashboard and MQTT messaging</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/irrigation-sprinkler-control---cayenne-dashboard-and-mqtt-messaging</link><pubDate>Wed, 26 Feb 2020 21:30:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a5f86e4e-dc3f-4f4e-9d46-ea2440215903</guid><dc:creator>rallah</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Ralph , this is pretty cool indeed , im looking to make a similar project. you mind if I ask a few thing or if you could share your code ?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6957&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature measurement with Arduino MKR WIFI 1010 and Cloud</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/temperature-measurement-with-arduino-mkr-wifi-1010-and-cloud</link><pubDate>Sat, 24 Aug 2019 10:40:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23068cdf-d1e6-489e-a16f-60aa9647b93a</guid><dc:creator>clem57</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for explaining your project. Good job.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6714&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature measurement with Arduino MKR WIFI 1010 and Cloud</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/temperature-measurement-with-arduino-mkr-wifi-1010-and-cloud</link><pubDate>Fri, 23 Aug 2019 16:43:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23068cdf-d1e6-489e-a16f-60aa9647b93a</guid><dc:creator>ravibilla</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Excellent write up. Is there a way I can get access to the AVT-1705 kit in the USA that you know of?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6714&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Home Automation Using Raspberry Pi Matrix Voice and Snips</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/home-automation-using-raspberry-pi-matrix-voice-and-snips</link><pubDate>Fri, 28 Jun 2019 13:59:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9c4a56ea-dc34-4b22-9010-264861414391</guid><dc:creator>ruchir1674</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hey &lt;span&gt;[mention:b60dcf9c31a8492ea6badbcc611934d0:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope you are doing great. As you are getting problem with ALSA. Matrix updated the MATRIX kernel modules to be compatible with the latest Raspbian kernels so please try that may be you are getting error because of this.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://community.matrix.one/t/kernel-modules-updated-microphone-functionality-restored/2459" rel="nofollow ugc noopener" target="_blank" title="https://community.matrix.one/t/kernel-modules-updated-microphone-functionality-restored/2459"&gt;https://community.matrix.one/t/kernel-modules-updated-microphone-functionality-restored/2459&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://matrix-io.github.io/matrix-documentation/matrix-voice/resources/microphone/" rel="nofollow ugc noopener" target="_blank" title="https://matrix-io.github.io/matrix-documentation/matrix-voice/resources/microphone/"&gt;https://matrix-io.github.io/matrix-documentation/matrix-voice/resources/microphone/&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please let me know whether this fix your problem or not.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note:- Don&amp;#39;t use Debian Buster latest RPi image&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Ruchir&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6743&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Irrigation Sprinkler Control - Testing the Relay Interface</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/irrigation-sprinkler-control---testing-the-relay-interface</link><pubDate>Fri, 14 Jun 2019 17:35:23 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c1fe56e4-abb6-4ff2-bae2-512ab4906c31</guid><dc:creator>ntewinkel</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Ralph,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m using an older RPi 1B to run my sprinkler system with &lt;a class="jive-link-external-small" href="https://opensprinkler.com/" rel="nofollow ugc noopener" target="_blank"&gt;OpenSprinkler&lt;/a&gt; and my home-built control board to switch the zones, but the &amp;quot;enclosure&amp;quot; I have is just a little plastic ziplock-type container &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c1fe56e4-abb6-4ff2-bae2-512ab4906c31/contentimage_5F00_2516.png:16:16]&lt;/span&gt; &lt;/p&gt;&lt;p&gt;I like the look of the enclosure you have, but am curious how this is working out for you (I&amp;#39;m hoping you&amp;#39;ve been using it for a month now?) - did you need to add any ventilation to the box? or do you just leave the front open or the lid off?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;-Nico&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit: here&amp;#39;s what mine looks like... needs work &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c1fe56e4-abb6-4ff2-bae2-512ab4906c31/contentimage_5F00_2516.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/254x451/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c1fe56e4-abb6-4ff2-bae2-512ab4906c31/contentimage_5F00_190730.jpg:254:451]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6881&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Manage Arduino MKR WIFI 1010 Battery Life in the Cloud - How Long until the Next Recharge?</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/manage-arduino-mkr-wifi-1010-battery-life-in-the-cloud---how-long-until-the-next-recharge</link><pubDate>Tue, 04 Jun 2019 18:31:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:986162b6-8063-41df-90f3-639589ecbf20</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;So I won a price with this design &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-986162b6-8063-41df-90f3-639589ecbf20/7120.contentimage_5F00_1.png:16:16]&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An Arduino MKR GSM 1400, MKR CAN Shield, MKR-RS485 Shield, MKR Eth Shield, and a $100 Shopping Cart.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s how I plan to spend the cart:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;1&lt;a class="jive-link-external-small" href="https://uk.farnell.com/infineon/irf3205zstrlpbf/mosfet-n-ch-55v-75a-to-263ab/dp/2725884?ICID=TREML010-008" target="_blank"&gt;2725884&lt;/a&gt;&lt;p&gt;5&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/infineon/irf3205zstrlpbf/mosfet-n-ch-55v-75a-to-263ab/dp/2725884?ICID=TREML010-009" target="_blank"&gt;IRF3205ZSTRLPBF&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/infineon/irf3205zstrlpbf/mosfet-n-ch-55v-75a-to-263ab/dp/2725884?ICID=TREML010-010" target="_blank"&gt;INFINEON&amp;nbsp;&amp;nbsp; MOSFET Transistor, N Channel, 75 A, 55 V, 0.0049 ohm, 10 V, 4 V&lt;/a&gt;2&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-30-24/power-supply-ac-dc-24v-1-5a/dp/2815638?ICID=TREML010-008" target="_blank"&gt;2815638&lt;/a&gt;&lt;p&gt;1&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-30-24/power-supply-ac-dc-24v-1-5a/dp/2815638?ICID=TREML010-009" target="_blank"&gt;HDR-30-24&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-30-24/power-supply-ac-dc-24v-1-5a/dp/2815638?ICID=TREML010-010" target="_blank"&gt;MEAN WELL&amp;nbsp;&amp;nbsp; AC/DC DIN Rail Power Supply (PSU), ITE, 1 Output, 36 W, 24 V, 1.5 A&lt;/a&gt;3&lt;a class="jive-link-external-small" href="https://uk.farnell.com/camdenboss/cnmb-12v-kit/enclosure-din-rail-vented-m12/dp/1774479?ICID=TREML010-008" target="_blank"&gt;1774479&lt;/a&gt;&lt;p&gt;1&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/camdenboss/cnmb-12v-kit/enclosure-din-rail-vented-m12/dp/1774479?ICID=TREML010-009" target="_blank"&gt;CNMB/12V/KIT&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/camdenboss/cnmb-12v-kit/enclosure-din-rail-vented-m12/dp/1774479?ICID=TREML010-010" target="_blank"&gt;CAMDENBOSS&amp;nbsp;&amp;nbsp; Plastic Enclosure, DIN Rail, Polycarbonate, 58 mm, 210 mm, 90 mm, IP20&lt;/a&gt;4&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-15-5/power-supply-ac-dc-5v-2-4a/dp/2815635?ICID=TREML010-008" target="_blank"&gt;2815635&lt;/a&gt;&lt;p&gt;1&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-15-5/power-supply-ac-dc-5v-2-4a/dp/2815635?ICID=TREML010-009" target="_blank"&gt;HDR-15-5&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/mean-well/hdr-15-5/power-supply-ac-dc-5v-2-4a/dp/2815635?ICID=TREML010-010" target="_blank"&gt;MEAN WELL&amp;nbsp;&amp;nbsp; AC/DC DIN Rail Power Supply (PSU), ITE, 1 Output, 12 W, 5 V, 2.4 A&lt;/a&gt;5&lt;a class="jive-link-external-small" href="https://uk.farnell.com/wago/2001-1201/terminal-block-din-rail-2pos-16awg/dp/1869269?ICID=TREML010-008" target="_blank"&gt;1869269&lt;/a&gt;&lt;p&gt;10&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/wago/2001-1201/terminal-block-din-rail-2pos-16awg/dp/1869269?ICID=TREML010-009" target="_blank"&gt;2001-1201&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/wago/2001-1201/terminal-block-din-rail-2pos-16awg/dp/1869269?ICID=TREML010-010" target="_blank"&gt;WAGO&amp;nbsp;&amp;nbsp; DIN Rail Mount Terminal Block, 2 Ways, 22 AWG, 14 AWG, 1.5 mm², Clamp, 18 A&lt;/a&gt;6&lt;a class="jive-link-external-small" href="https://uk.farnell.com/electrolube/smf12p/flux-pen-12ml/dp/891186?ICID=TREML010-008" target="_blank"&gt;891186&lt;/a&gt;&lt;p&gt;1&lt;/p&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/electrolube/smf12p/flux-pen-12ml/dp/891186?ICID=TREML010-009" target="_blank"&gt;SMF12P&lt;/a&gt;&lt;a class="jive-link-external-small" href="https://uk.farnell.com/electrolube/smf12p/flux-pen-12ml/dp/891186?ICID=TREML010-010" target="_blank"&gt;ELECTROLUBE&amp;nbsp;&amp;nbsp; Solder Flux, No Clean, Soldering, Pen Applicator, 12 ml&lt;/a&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Power FETS to (again &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-986162b6-8063-41df-90f3-639589ecbf20/contentimage_5F00_734.png:16:16]&lt;/span&gt;) repair my eLoad and have some spares, 2 DIN rail PSUs (24 V, 5 V) and wiring points. A DIN rail empty housing and a solder flux pen.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6667&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: The Windchillator - Reducing the sleep current of the Arduino MKR WIFI 1010 to 800 uA</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/the-windchillator---reducing-the-sleep-current-of-the-arduino-mkr-wifi-1010-to-800-ua</link><pubDate>Tue, 04 Jun 2019 01:29:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb724b26-0707-4b85-8c20-4e1dd31b1f09</guid><dc:creator>ralphjy</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very useful data.&amp;nbsp; I guess that&amp;#39;s why it makes sense to aggregate sensors using lower power mesh communication like and then having a single WiFi gateway.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7157&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: THING FINDER</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/thing-finder</link><pubDate>Thu, 30 May 2019 15:26:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:beb55992-c3b3-406b-9be1-a855f695d773</guid><dc:creator>vimarsh_</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A great project.&lt;/p&gt;&lt;p&gt;Its a very useful thing for anyone who forgets where the things actually are.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7063&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Flex Suppressor Sheets Can Solve Your Noise Problems!</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/flex-suppressor-sheets-can-solve-your-noise-problems</link><pubDate>Tue, 28 May 2019 19:41:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9aa0ac4c-95b4-49ce-a36d-1aaa4e2a488f</guid><dc:creator>three-phase</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Interesting product, does it need to be connected to 0V or earth to suppress the emf, or does it remain floating?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7169&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: The Windchillator - Reducing the sleep current of the Arduino MKR WIFI 1010 to 800 uA</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/the-windchillator---reducing-the-sleep-current-of-the-arduino-mkr-wifi-1010-to-800-ua</link><pubDate>Mon, 27 May 2019 09:46:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb724b26-0707-4b85-8c20-4e1dd31b1f09</guid><dc:creator>mayermakes</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Very helpful findings! I will keep that in mind for future projects!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7157&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Smart Switch Using Arduino and Alexa</title><link>https://community.element14.com/challenges-projects/project14/iot-in-the-cloud/b/blog/posts/smart-switch-using-arduino-and-alexa</link><pubDate>Sat, 25 May 2019 06:41:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8c8026d2-5f09-48c9-ab63-f2d9a5c6184c</guid><dc:creator>rosey12</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I am also facing this type of error on my device. It is showing &lt;a class="jive-link-external-small" href="https://errorcode0x.com/fixed-asus-error-code-55/" rel="nofollow ugc noopener" target="_blank"&gt;Asus error code 55&lt;/a&gt;. Do you have any idea how to fix this?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6693&amp;AppID=227&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>