<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Wake Up from deep sleep]]></title><description><![CDATA[<p dir="auto">Sorry for  the bad english.<br />
Using the micropython on the m5stickc i put the board in deep sleep, but forget to set a wake up param. Now when connect the board to the linux and use <code>lsusb</code> the board is recognized like this:</p>
<pre><code>archlinux :: ~ » lsusb       
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 019: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 014: ID 0413:0308 Leadtek Research, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
</code></pre>
<p dir="auto">This is the <code>dmesg</code>:</p>
<pre><code>archlinux :: ~ » dmesg 
[30246.862658] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[30246.862664] usb 1-2: Product: M5 Serial Converter
[30246.862669] usb 1-2: Manufacturer: M5STACK Inc.
[30246.862674] usb 1-2: SerialNumber: 8152A62492
</code></pre>
<p dir="auto">When try to see using <code>ls /dev/tty*</code> the board doesn`t shows up.<br />
Somebody know how to wake up or reflash the board?</p>
]]></description><link>https://community.m5stack.com/topic/2234/wake-up-from-deep-sleep</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 18:45:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2234.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Aug 2020 22:53:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wake Up from deep sleep on Sun, 23 Aug 2020 22:47:35 GMT]]></title><description><![CDATA[<p dir="auto">Problem solved.<br />
I connected the <code>GPIO0</code> to <code>GND</code> and the board stoped the deepsleep loop, and i can run another code with :</p>
<pre><code>archlinux :: ~ » sudo picocom /dev/ttyUSB0 -b115200
</code></pre>
]]></description><link>https://community.m5stack.com/post/9804</link><guid isPermaLink="true">https://community.m5stack.com/post/9804</guid><dc:creator><![CDATA[jmsgfhr]]></dc:creator><pubDate>Sun, 23 Aug 2020 22:47:35 GMT</pubDate></item></channel></rss>