<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>micropython on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/micropython/</link><description>Recent content in micropython on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Wed, 30 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/micropython/index.xml" rel="self" type="application/rss+xml"/><item><title>ESP32/ESP8266 MicroPython OTA Updates via Python Server</title><link>https://blog.ohidur.com/posts/esp8266-micropython-ota-updates/</link><pubDate>Wed, 30 Mar 2022 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Tue, 09 Aug 2022 13:06:56 +0600</atom:modified><guid>https://blog.ohidur.com/posts/esp8266-micropython-ota-updates/</guid><description/><dc:creator>Ohidur Rahman Bappy</dc:creator><category>micropython</category></item><item><title>Micropython Code optimization</title><link>https://blog.ohidur.com/posts/micropython-code-optimization/</link><pubDate>Wed, 30 Mar 2022 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Sun, 08 May 2022 15:15:21 +0600</atom:modified><guid>https://blog.ohidur.com/posts/micropython-code-optimization/</guid><description>Identifying the slowest section of code This is a process known as profiling and is covered in textbooks and (for standard Python) supported by various software tools. For the type of smaller embedded application likely to be running on MicroPython platforms the slowest function or method can usually be established by judicious use of the timing ticks group of functions documented in time. Code execution time can be measured in ms, us, or CPU cycles.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>micropython</category></item><item><title>Micropython on ESP8266</title><link>https://blog.ohidur.com/posts/esp8266-micropython/</link><pubDate>Wed, 30 Mar 2022 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Sun, 08 May 2022 15:15:21 +0600</atom:modified><guid>https://blog.ohidur.com/posts/esp8266-micropython/</guid><description>Prerequisite Flash appropriate microptyhon firmware on the board. I used thonny. It&amp;rsquo;s probably the most convenient IDE for
micropython. It comes prepackaged with python and has support for micropython out of the box.
And uploading files are pretty easy and simple.
Some info use help() to list some sample code use help('modules') to see installed packages A simple program to blink LED from machine import Pin from time import sleep led=Pin(2,Pin.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>micropython</category></item></channel></rss>