{"id":201,"date":"2026-01-05T21:25:12","date_gmt":"2026-01-05T21:25:12","guid":{"rendered":"https:\/\/myjetsonnano.hopto.org\/?p=201"},"modified":"2026-01-05T22:21:30","modified_gmt":"2026-01-05T22:21:30","slug":"m5stack-atoms3u-without-uiflow","status":"publish","type":"post","link":"https:\/\/myjetsonnano.perseus314.com\/index.php\/2026\/01\/05\/m5stack-atoms3u-without-uiflow\/","title":{"rendered":"M5Stack AtomS3U without UiFlow"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">After downloading a micro-python file from here<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/micropython.org\/download\/ESP32_GENERIC_S3\">https:\/\/micropython.org\/download\/ESP32_GENERIC_S3<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ESP32_GENERIC_S3-20251209-v1.27.0.bin<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">and renaming it and placing it on the Desktop as<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>micro-python.bin<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In a BAT file or using CMD<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python -m esptool --chip esp32s3 --port COM3 erase-flash\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>python -m esptool --chip esp32s3 --port COM3 write-flash -z 0x0 Desktop\\AtomS3U\\micro-python.bin<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now open in PuTTY<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"452\" height=\"442\" src=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image-1.png\" alt=\"\" class=\"wp-image-207\" srcset=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image-1.png 452w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image-1-300x293.png 300w\" sizes=\"auto, (max-width: 452px) 100vw, 452px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">and we should see the Python REPL (<strong>R<\/strong>ead\u2013<strong>E<\/strong>val\u2013<strong>P<\/strong>rint <strong>L<\/strong>oop) prompt >>><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"661\" height=\"418\" src=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image.png\" alt=\"\" class=\"wp-image-206\" srcset=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image.png 661w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/01\/image-300x190.png 300w\" sizes=\"auto, (max-width: 661px) 100vw, 661px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Can now test with a simple typing program<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import time\n\ni = 0\nwhile True:\n    print(\"count:\", i)\n    i += 1\n    time.sleep(1)\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>After downloading a micro-python file from here https:\/\/micropython.org\/download\/ESP32_GENERIC_S3 and renaming it and placing it on the Desktop as In a BAT file or using CMD Now open in PuTTY and we should see the Python REPL (Read\u2013Eval\u2013Print Loop) prompt >>> Can now test with a simple typing program<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-201","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/comments?post=201"}],"version-history":[{"count":6,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/201\/revisions"}],"predecessor-version":[{"id":210,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/201\/revisions\/210"}],"wp:attachment":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/media?parent=201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/categories?post=201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/tags?post=201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}