{"id":9213,"date":"2019-10-27T23:29:32","date_gmt":"2019-10-28T06:29:32","guid":{"rendered":"https:\/\/www.apolonio.com\/blog\/?p=9213"},"modified":"2019-10-27T23:47:31","modified_gmt":"2019-10-28T06:47:31","slug":"devil-you-know","status":"publish","type":"post","link":"https:\/\/www.apolonio.com\/blog\/?p=9213","title":{"rendered":"Devil You Know"},"content":{"rendered":"\n<p>There are better NodeMCU v3 out there, but I been playing with this one and it seems to work.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/www.apolonio.com\/blog\/wp-content\/uploads\/2019\/10\/LED-Locations-1024x768.jpg\" alt=\"\" class=\"wp-image-9214\" srcset=\"https:\/\/www.apolonio.com\/blog\/wp-content\/uploads\/2019\/10\/LED-Locations.jpg 1024w, https:\/\/www.apolonio.com\/blog\/wp-content\/uploads\/2019\/10\/LED-Locations-300x225.jpg 300w, https:\/\/www.apolonio.com\/blog\/wp-content\/uploads\/2019\/10\/LED-Locations-768x576.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Verified it with a blink sketch to multiple LEDs<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">const byte LED0 = D0;   \/\/ LED0  By PIN SD1\/SD2\nconst byte LED1 = D4;   \/\/ LED1  By Pin D1\/D2\n\nvoid setup() {\n   pinMode(LED0, OUTPUT);\n   pinMode(LED1, OUTPUT);\n   digitalWrite(LED0, HIGH);   \n   digitalWrite(LED1, HIGH);   \n   delay(1000);\n   digitalWrite(LED0, LOW);    \n   digitalWrite(LED1, LOW);    \n   delay(1000);\n   digitalWrite(LED0, HIGH);   \n   digitalWrite(LED1, HIGH);   \n   delay(1000);\n }\n\nvoid loop() {\n   digitalWrite(LED0, LOW);   \n   digitalWrite(LED1, LOW);   \n   delay(100);\n   for (int i = 0; i &lt;= 5; i++) {\n     digitalWrite(LED0, HIGH);   \n     delay(100);\n     digitalWrite(LED0, LOW);   \n     delay(100);\n   }\n  \n   digitalWrite(LED0, HIGH);   \n   digitalWrite(LED1, HIGH);   \n   delay(100);\n   for (int i = 0; i &lt;= 5; i++) {\n     digitalWrite(LED0, LOW);   \n     delay(100);\n     digitalWrite(LED0, HIGH);   \n     delay(100);\n   }  \n }<\/pre>\n\n\n\n<p>I am going to use this platform to do IR controlling.<\/p>\n\n\n\n<p>Another thing I did today was embrace Outlook 365.<\/p>\n\n\n\n<p>Microsoft got me.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are better NodeMCU v3 out there, but I been playing with this one and it seems to work. Verified it with a blink sketch to multiple LEDs const byte LED0 = D0; \/\/ LED0 By PIN SD1\/SD2 const byte &hellip; <a href=\"https:\/\/www.apolonio.com\/blog\/?p=9213\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,14,11,3],"tags":[],"class_list":["post-9213","post","type-post","status-publish","format-standard","hentry","category-arduino","category-new-toys","category-technical","category-training"],"_links":{"self":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/9213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9213"}],"version-history":[{"count":3,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/9213\/revisions"}],"predecessor-version":[{"id":9218,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/9213\/revisions\/9218"}],"wp:attachment":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}