<?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[M5Stick c USB mode]]></title><description><![CDATA[<p dir="auto">Hello, how to select the USB mode on M5stick c? I have no problems with that with the grey M5stick or the Fire, but cannot figure out for M5stick c. After start it just go to WiFi mode (API KEY etc) and no combination of buttons doesn't help to go to settings. The reason is that UIFlow is working on the workstation, but M5Flow over WiFi mostly doesn't work lately.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/topic/1048/m5stick-c-usb-mode</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 08:37:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1048.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Jun 2019 13:06:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stick c USB mode on Mon, 23 Sep 2019 04:40:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1908">@peter</a> Sometimes you have to right click to get the translation function and sometime the page needs reloading. I view a lot of Chinese and Japanese pages and have noticed lately that the translator doesn't always appear.</p>
]]></description><link>https://community.m5stack.com/post/5706</link><guid isPermaLink="true">https://community.m5stack.com/post/5706</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 23 Sep 2019 04:40:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Sun, 22 Sep 2019 20:19:10 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for the Tip with Google Chrome. I use Firefo. There was no translation. But now I have try out something and all works fine.</p>
<p dir="auto">Thank you all together :)</p>
<p dir="auto">Peter</p>
]]></description><link>https://community.m5stack.com/post/5702</link><guid isPermaLink="true">https://community.m5stack.com/post/5702</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Sun, 22 Sep 2019 20:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Fri, 20 Sep 2019 15:53:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1908">@peter</a> said in <a href="/post/5669">M5Stick c USB mode</a>:</p>
<blockquote>
<p dir="auto">Now all work fine!</p>
<p dir="auto">Tank's flypeek for the link to the japanise Site. I don't anderstand japanese, but I get an Inspiration. I have to push ButtonA an Reset together - now i see the Menue :).</p>
<p dir="auto">Tnx to all helpfull user.</p>
<p dir="auto">Peter</p>
</blockquote>
<p dir="auto">If you view the page in google chrome than chrome will translate it for you.</p>
]]></description><link>https://community.m5stack.com/post/5670</link><guid isPermaLink="true">https://community.m5stack.com/post/5670</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 20 Sep 2019 15:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Fri, 20 Sep 2019 11:53:29 GMT]]></title><description><![CDATA[<p dir="auto">Now all work fine!</p>
<p dir="auto">Tank's flypeek for the link to the japanise Site. I don't anderstand japanese, but I get an Inspiration. I have to push ButtonA an Reset together - now i see the Menue :).</p>
<p dir="auto">Tnx to all helpfull user.</p>
<p dir="auto">Peter</p>
]]></description><link>https://community.m5stack.com/post/5669</link><guid isPermaLink="true">https://community.m5stack.com/post/5669</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Fri, 20 Sep 2019 11:53:29 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Fri, 20 Sep 2019 09:28:06 GMT]]></title><description><![CDATA[<p dir="auto">[M5StickC] How to switch to USB mode<br />
(Japanese webpage please google translate :p)<br />
<a href="https://qiita.com/nagase/items/9df1f78a7a51047a3e65" target="_blank" rel="noopener noreferrer nofollow ugc">https://qiita.com/nagase/items/9df1f78a7a51047a3e65</a></p>
]]></description><link>https://community.m5stack.com/post/5666</link><guid isPermaLink="true">https://community.m5stack.com/post/5666</guid><dc:creator><![CDATA[flypeek]]></dc:creator><pubDate>Fri, 20 Sep 2019 09:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Fri, 20 Sep 2019 07:45:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2059">@ss4f11</a> There are a few options. Option 1: Use microsoft vscode and download the m5stack plugin which allows you to write python scripts with auto complete features, and then run them directly from the computer to the stick or put them in the flash and then run them. It also allows you to easily copy other kinds of files to the flash and see what other files are already in the flash. Check out this video for getting setup <a href="https://www.youtube.com/watch?v=Y9pOWgsNgKk&amp;t=11s" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=Y9pOWgsNgKk&amp;t=11s</a></p>
<p dir="auto">Option 2:<br />
Use your favorite serial terminal program to connect to the REPL of the device, I use "screen" on linux the command should be something like:<br />
screen /dev/ttyusb0 115200</p>
<p dir="auto">From here you can poke around with micropython commands and see the direct results on the device. Then once you've had your fun kill the processes with Ctrl + A + \ and install ampy <a href="https://github.com/pycampers/ampy" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/pycampers/ampy</a></p>
<p dir="auto">ampy is a tool which allows you to put  and get files from the flash and run them directly on the stick from the terminal. I did 2 videos some time ago about this <a href="https://www.youtube.com/watch?v=V67MY-1ccqM" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=V67MY-1ccqM</a><br />
<a href="https://www.youtube.com/watch?v=rvP3GixWG1Y&amp;t=109s" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=rvP3GixWG1Y&amp;t=109s</a></p>
<p dir="auto">You could also use rshell or upycraft</p>
]]></description><link>https://community.m5stack.com/post/5661</link><guid isPermaLink="true">https://community.m5stack.com/post/5661</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Fri, 20 Sep 2019 07:45:53 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Fri, 20 Sep 2019 05:11:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2059">@ss4f11</a> have you checked out the micro python website? At present I haven’t written a guide on it.</p>
]]></description><link>https://community.m5stack.com/post/5659</link><guid isPermaLink="true">https://community.m5stack.com/post/5659</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 20 Sep 2019 05:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Thu, 19 Sep 2019 22:06:40 GMT]]></title><description><![CDATA[<p dir="auto">Sorry to hijack this thread but I was about to post a new Q to ask something similar</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> Could you point me in the direction of how to write micropython scripts to the m5stickc over USB? I'm up and running with UIFlow but I'd quite like to just use my own editor and just run a bash script to write my python file to the device.<br />
With the UIFlow firmware guides I didn't find much information on doing this directly over USB.<br />
I'm on Linux btw.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/post/5655</link><guid isPermaLink="true">https://community.m5stack.com/post/5655</guid><dc:creator><![CDATA[ss4f11]]></dc:creator><pubDate>Thu, 19 Sep 2019 22:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 20:42:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1908">@peter</a> There is an offline version of UIFlow that you can use to program the M5Stick when set in USB mode but you can also access the M5Stick and run Micropython in repl over usb mode.</p>
<p dir="auto">Glad you got it working now</p>
]]></description><link>https://community.m5stack.com/post/5640</link><guid isPermaLink="true">https://community.m5stack.com/post/5640</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 18 Sep 2019 20:42:24 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 20:04:42 GMT]]></title><description><![CDATA[<p dir="auto">Problem partial solved :)</p>
<p dir="auto">I put my old Handy and the M5Stick C very near together. So I can recive the Config-Site from the Stick and put it to login in my home Wlan.</p>
<p dir="auto">Now I can program the Stick with <a href="http://flow.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">http://flow.m5stack.com/</a> :))</p>
<p dir="auto">But what is with USB?</p>
<p dir="auto">Peter</p>
]]></description><link>https://community.m5stack.com/post/5639</link><guid isPermaLink="true">https://community.m5stack.com/post/5639</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Wed, 18 Sep 2019 20:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 19:15:45 GMT]]></title><description><![CDATA[<p dir="auto">From what I understand 192.168.4.1 is the host address of the network master. After initial setup where you connect the stick to you network, the modem should reallocate an address as the stick is no longer a master device and is now a slave.<br />
My modem does.</p>
]]></description><link>https://community.m5stack.com/post/5637</link><guid isPermaLink="true">https://community.m5stack.com/post/5637</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 18 Sep 2019 19:15:45 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 17:29:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello  ajb2k3,</p>
<p dir="auto">thanks for repy.</p>
<p dir="auto">I'm working with a Win 10 computer. M5Stack Core works fine. The Problem is the M5Stck C.<br />
My private Network with some PC's, NAS's an Printers work on 192.168.4.x and the router to the Internet and wlan accespoint to the Internet has 192 -168.4.1. To change this networkadress ist a hard work.</p>
<p dir="auto">To try it with an old Handy i must leave my Haus to test it. I does not yet.</p>
<p dir="auto">Peter</p>
]]></description><link>https://community.m5stack.com/post/5634</link><guid isPermaLink="true">https://community.m5stack.com/post/5634</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Wed, 18 Sep 2019 17:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 17:13:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1908">@Peter</a> what computer are you using?</p>
<p dir="auto">What do you mean by "IP is not accessable?"<br />
Have you tried to connect to the isolated network it creates?</p>
]]></description><link>https://community.m5stack.com/post/5633</link><guid isPermaLink="true">https://community.m5stack.com/post/5633</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 18 Sep 2019 17:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Wed, 18 Sep 2019 17:05:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I get some M5Stick C. I have the same Problem. After istalling the Firmware for UIflow 1.3.2 UIflow will connect the Stick C but after 3-4 seconds ist will be disconnect no way will connectet it again.<br />
The Wifi-way is not able for me. My LAN-Router works on this adress. Is there any way to connect the M5Stick C via USB or change the IP-Adress of the Stick ?</p>
]]></description><link>https://community.m5stack.com/post/5632</link><guid isPermaLink="true">https://community.m5stack.com/post/5632</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Wed, 18 Sep 2019 17:05:02 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Tue, 04 Jun 2019 15:52:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> Great!!! can't wait for it!!!! I still need to figure out how to connect Stick (not C, the regular white) to usb and upload via IDE....</p>
]]></description><link>https://community.m5stack.com/post/4529</link><guid isPermaLink="true">https://community.m5stack.com/post/4529</guid><dc:creator><![CDATA[iPodLux]]></dc:creator><pubDate>Tue, 04 Jun 2019 15:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Sat, 01 Jun 2019 15:57:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1498">@ipodlux</a> said in <a href="/post/4496">M5Stick c USB mode</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1425">@jurel</a> good question. sometimes it happens with STick (white or grey), Stick C, Core, etc<br />
A guide covering all of them would be nice.</p>
<p dir="auto">Rgds</p>
</blockquote>
<p dir="auto">It is on its way!</p>
]]></description><link>https://community.m5stack.com/post/4497</link><guid isPermaLink="true">https://community.m5stack.com/post/4497</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 01 Jun 2019 15:57:55 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stick c USB mode on Sat, 01 Jun 2019 15:55:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1425">@jurel</a> good question. sometimes it happens with STick (white or grey), Stick C, Core, etc<br />
A guide covering all of them would be nice.</p>
<p dir="auto">Rgds</p>
]]></description><link>https://community.m5stack.com/post/4496</link><guid isPermaLink="true">https://community.m5stack.com/post/4496</guid><dc:creator><![CDATA[iPodLux]]></dc:creator><pubDate>Sat, 01 Jun 2019 15:55:04 GMT</pubDate></item></channel></rss>