<?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[M5 Stick C - receiving data over WIFI]]></title><description><![CDATA[<p dir="auto">I am trying to send simple data from my Laptop to display on my Stick C Screen.<br />
I am pretty sure the WIFI is connected but can find very little in the way of examples or tutorials.<br />
I can ping my Stick C, but it refuses a connection when I send data to it using Restman POST utility<br />
I am not sure if I should be using the HTTP block or something else.<br />
I want to use blockly rather than Python so I can teach my Kids once I have figured it out.<br />
Please can someone look at this and tell me what I am doing wrong.</p>
<p dir="auto">Thanks</p>
<p dir="auto"><img src="/assets/uploads/files/1593072274157-m5stack-resized.jpg" alt="0_1593072273557_m5stack.JPG" class=" img-fluid img-markdown" /> image url)</p>
]]></description><link>https://community.m5stack.com/topic/2078/m5-stick-c-receiving-data-over-wifi</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:09:41 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2078.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2020 08:06:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5 Stick C - receiving data over WIFI on Mon, 29 Jun 2020 09:12:18 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the swift answer dclaar.</p>
<p dir="auto">I completely ignored the Remote section as it had blocks referring to sliders and buttons. I should have realized!</p>
<p dir="auto">I have gotten that working without any problem. However from what I can see it uses the M5Stack WEB site to create a small WEB server or at least redirect traffic which would be fine for most applications.</p>
<p dir="auto">However, what I need is to be able to send something using POST from my PC on my local network. (It could be JSON or plain text). My M5StickC already has a fixed IP.</p>
<p dir="auto">I don't think any of the options you suggest will do what I need in Blockly, so am I stuck with moving to python, or do you have any more suggestions!</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/post/9193</link><guid isPermaLink="true">https://community.m5stack.com/post/9193</guid><dc:creator><![CDATA[Neil]]></dc:creator><pubDate>Mon, 29 Jun 2020 09:12:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5 Stick C - receiving data over WIFI on Sat, 27 Jun 2020 20:28:58 GMT]]></title><description><![CDATA[<p dir="auto">The http block you are using is for talking to a web site, not for <strong>being</strong> a web site. Or in more technical terms, it is a client, not a server. If you had a web server on your laptop, it could talk to that.</p>
<p dir="auto">Looking at the other options, it looks like <a href="https://www.espressif.com/en/products/software/esp-now/overview" target="_blank" rel="noopener noreferrer nofollow ugc">EspNow</a> can listen for data, but I don't know if there's a laptop client.</p>
<p dir="auto"><a href="https://github.com/m5stack/m5-docs/blob/master/docs/en/uiflow/advanced.md#mqtt-communication" target="_blank" rel="noopener noreferrer nofollow ugc">mqtt</a> is a client that needs a cloud-based server.</p>
<p dir="auto">There's a <a href="https://github.com/m5stack/m5-docs/blob/master/docs/en/uiflow/advanced.md#P2P" target="_blank" rel="noopener noreferrer nofollow ugc">p2p</a> option under network, but that seems to be for talking between 2 devices.</p>
<p dir="auto">Finally, there's <a href="https://github.com/m5stack/m5-docs/blob/master/docs/en/uiflow/advanced.md#remote" target="_blank" rel="noopener noreferrer nofollow ugc">remote</a>, which it says "Remote control M5Stack via devices such as mobile phone or computer." I think that's your best bet.</p>
]]></description><link>https://community.m5stack.com/post/9168</link><guid isPermaLink="true">https://community.m5stack.com/post/9168</guid><dc:creator><![CDATA[dclaar]]></dc:creator><pubDate>Sat, 27 Jun 2020 20:28:58 GMT</pubDate></item></channel></rss>