<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: tab4moji</title>
    <description>The latest articles on DEV Community by tab4moji (@tab4moji).</description>
    <link>https://dev.to/tab4moji</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F194845%2Ff88af312-a650-4be3-8189-646d67c55bb7.png</url>
      <title>DEV Community: tab4moji</title>
      <link>https://dev.to/tab4moji</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tab4moji"/>
    <language>en</language>
    <item>
      <title>how to make ESP8266/ESP32 AVRISP (micropython)</title>
      <dc:creator>tab4moji</dc:creator>
      <pubDate>Wed, 17 Jul 2019 16:18:25 +0000</pubDate>
      <link>https://dev.to/tab4moji/how-to-make-esp8266-esp32-avrisp-micropython-3p7n</link>
      <guid>https://dev.to/tab4moji/how-to-make-esp8266-esp32-avrisp-micropython-3p7n</guid>
      <description>&lt;p&gt;I have some esp8266 chips, but there is no built-in usb writer like FTDI. Without the USB writer, it is difficult to download the new esp8266 firmware. With MicroPython, it is easy to reprogram the operation of esp8266. MicroPython is very nice.&lt;/p&gt;

&lt;p&gt;And esp8266 can be AVRISP with &lt;a href="https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266AVRISP"&gt;ESP8266AVRISP&lt;/a&gt; library.&lt;br&gt;
But the library is for arduino only.&lt;/p&gt;

&lt;p&gt;I would like to use the ESP8266AVRISP library with MicroPython on esp8266.&lt;br&gt;
So I ported the library to MicroPython.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/tab4moji/ESPAVRISP"&gt;https://github.com/tab4moji/ESPAVRISP&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ avrdude -v -p t13 -c arduino -P net:192.168.0.2:328 -U flash:w:FIRMWARE_FOR_AVR.hex:i
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>micropython</category>
      <category>esp8266</category>
      <category>esp32</category>
      <category>avr</category>
    </item>
  </channel>
</rss>
