<?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[Don&#x27;t know what to use]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I want to build some kind of automated pet food dispenser using 3D printed parts and M5stack</p>
<p dir="auto">The concept is:</p>
<ul>
<li>My pets (cats) will have an RFID chip on their collar (so that only my cats will get food distribution)</li>
<li>When they come close enough to the dispenser; I will use M5stack RFID2 to detect them and trigger food distribution</li>
<li>Food distribution will be done with a DC motor; rotating a big screew</li>
<li>I will use a M5stack scale kit to detect the food quantity in the bowl (the DC motor will only rotate if the food level inside the bowl is bellow the treshold)</li>
</ul>
<p dir="auto">Currently; 3D parts are OK, scales kit programmation is OK, rfid2 programmation is OK</p>
<p dir="auto">I still have several problems to solve and not sure about the way to go:</p>
<ul>
<li>I need an M5stack core to host the code that will manage the dispenser (I have Echo, Stickc-PLUS, Basic Core)</li>
<li>I need a way to make scales kit + RFID2 + DC motor communicate with the core</li>
<li>I need to find a way to control the DC 12V DC motor (I have a DC motor module for Core; but don't know how to wire the motor. Do I need to use another module like the GoPlus 2 ?)</li>
</ul>
<p dir="auto">Some advice would be greatly appreciated from you guys :)</p>
<p dir="auto">Thak you for your help<br />
Best regards</p>
<p dir="auto">I'm not sure about</p>
]]></description><link>https://community.m5stack.com/topic/5050/don-t-know-what-to-use</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 21:01:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5050.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Feb 2023 14:09:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Don&#x27;t know what to use on Wed, 29 Mar 2023 07:32:27 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">I took a look on your UIFlow handbook for some examples on serial communication.</p>
<p dir="auto">I found this:<br />
<img src="/assets/uploads/files/1680074761199-101c0ef1-393b-4e13-9081-d0d4be3f153c-image.png" alt="0_1680074762436_101c0ef1-393b-4e13-9081-d0d4be3f153c-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">It seems the code is almost the same than the one generated for me by UIFlow.</p>
<p dir="auto">The imported libraries are the same than the ones I have in my code:<br />
<strong>from m5stack import</strong><br />
<strong>from m5ui import</strong><br />
<strong>from uiflow import</strong></p>
<p dir="auto">On the example provided by my reader's provider; they import this library: " <strong>#include &lt;SoftwareSerial.h&gt;</strong>"</p>
<p dir="auto"><a href="https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/#play-with-arduino" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/#play-with-arduino</a></p>
<p dir="auto">But I think this is the implémentation for Arduino and I guess the equivalent UIFlow libraries are loaded through this:<br />
<strong>from m5stack import</strong><br />
<strong>from m5ui import</strong><br />
<strong>from uiflow import</strong></p>
<p dir="auto">Do I miss something ?</p>
<p dir="auto">On my side I think the reader works because when I bring a RFID tag close to it; the status led of the reader lights up.<br />
But I still receive nothing on the M5 core RX PIN</p>
<p dir="auto">Thank you for your help<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20474</link><guid isPermaLink="true">https://community.m5stack.com/post/20474</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Wed, 29 Mar 2023 07:32:27 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 26 Mar 2023 17:29:29 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Thank you for your feedback.</p>
<p dir="auto">The code generated by the UIflow example from my last screenshot is the following:</p>
<p dir="auto">from m5stack import *<br />
from m5ui import *<br />
from uiflow import *</p>
<p dir="auto">setScreenColor(0x222222)</p>
<p dir="auto">lcd.fill(0xffffff)<br />
uart1 = machine.UART(1, tx=14, rx=13)<br />
uart1.init(9600, bits=8, parity=None, stop=1)<br />
while True:<br />
if uart1.any():<br />
lcd.print((uart1.read()).decode(), 0, 0, 0xff0000)<br />
wait_ms(2)</p>
<p dir="auto">Do I need to add something else to this code to receive any signal from the reader ?</p>
<p dir="auto">Do tyou mean UIFlow requires additional libraries to be able to communicate over serial (UART) ?</p>
<p dir="auto">Thank you for your help<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20446</link><guid isPermaLink="true">https://community.m5stack.com/post/20446</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sun, 26 Mar 2023 17:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 26 Mar 2023 10:21:44 GMT]]></title><description><![CDATA[<p dir="auto">Have you got a micropython library installed for the reader?<br />
It looks like you set up the connection but you have yet to initialise the reader and tell it to start talking.</p>
]]></description><link>https://community.m5stack.com/post/20445</link><guid isPermaLink="true">https://community.m5stack.com/post/20445</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 26 Mar 2023 10:21:44 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Fri, 24 Mar 2023 22:06:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> hello,<br />
I would be really happy to share my project; but for this I will need some help on my last question on this topic 😉<br />
Any suggestion to unblock me ?<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20438</link><guid isPermaLink="true">https://community.m5stack.com/post/20438</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Fri, 24 Mar 2023 22:06:27 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Tue, 21 Mar 2023 13:30:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Anybody here to help me on this blocking point?<br />
Thank you<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20390</link><guid isPermaLink="true">https://community.m5stack.com/post/20390</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Tue, 21 Mar 2023 13:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Fri, 17 Mar 2023 15:43:41 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys,</p>
<p dir="auto">New problem here: I'm unable to use <a href="https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/#faqs" target="_blank" rel="noopener noreferrer nofollow ugc">this RFID reader</a> from Seeed studio</p>
<p dir="auto">The reader is able to communicate by serial (9600 baudrate, 8 data bits, 1 stop bit, and no verify bit)</p>
<p dir="auto">I connected it with my <a href="https://docs.m5stack.com/en/module/extport_for_core2" target="_blank" rel="noopener noreferrer nofollow ugc">Ext port</a> Blue port PortC (stacked with my M5 Core Basic)</p>
<ul>
<li>Reader Yellow wire (TX) --&gt; Ext port (Port C) / PIN13</li>
<li>Reader White wire (RX) --&gt; Ext port (Port C) / PIN14</li>
</ul>
<p dir="auto">On UI Flow I tried this:</p>
<p dir="auto"><img src="/assets/uploads/files/1679067565138-9b0cde45-1a62-4fe4-866f-a0a6c3ccfc52-image.png" alt="0_1679067565637_9b0cde45-1a62-4fe4-866f-a0a6c3ccfc52-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">When I put an RFID tag on the reader; a red led seems to indicate it detects the tag; but I get nothing printed on my M5 Core Basic screen.</p>
<p dir="auto">What did I wong ?</p>
<p dir="auto">Thank you for your help</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20372</link><guid isPermaLink="true">https://community.m5stack.com/post/20372</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Fri, 17 Mar 2023 15:43:41 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 12 Mar 2023 08:19:29 GMT]]></title><description><![CDATA[<p dir="auto">Cool and thanks for sharing your progress.<br />
When you get everything up and running, please create a build log on <a href="http://Hackster.io" target="_blank" rel="noopener noreferrer nofollow ugc">Hackster.io</a></p>
]]></description><link>https://community.m5stack.com/post/20312</link><guid isPermaLink="true">https://community.m5stack.com/post/20312</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 12 Mar 2023 08:19:29 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Fri, 10 Mar 2023 16:42:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">Last part done (single power supply for M5 core + DC motor)<br />
I was also able to remove the PaHub by using the ExtPort (Port D). I had to change the dip switch value to:</p>
<ul>
<li>Port D-1[2] = ON (to use GPIO22)</li>
<li>Port D-2[2] = ON (to use GPIO21)</li>
</ul>
<p dir="auto">I then had to change the TOF module's port config in UIFlow to use the Port D:<br />
<img src="/assets/uploads/files/1678466334489-c91cfd3f-7455-44c5-bacd-6b80446df4c2-image.png" alt="0_1678466335229_c91cfd3f-7455-44c5-bacd-6b80446df4c2-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Final diagram:</strong><br />
<img src="/assets/uploads/files/1678466040177-23c67135-ad74-4585-9038-6379f178683c-image-resized.png" alt="0_1678466025476_23c67135-ad74-4585-9038-6379f178683c-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">NB: <a href="https://www.cdiscount.com/bagages/bagages/1pc-cc-cc-adaptateur-abaisseur-12v-24v-vers-usb-5v/f-143221003-auc8718983742511.html" target="_blank" rel="noopener noreferrer nofollow ugc">DC(12v) to USB(5v) converter link</a></p>
<p dir="auto">Now let's get physcal parts printed and test it !</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20291</link><guid isPermaLink="true">https://community.m5stack.com/post/20291</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Fri, 10 Mar 2023 16:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Thu, 09 Mar 2023 00:50:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">Another report here.</p>
<p dir="auto">Almost everything is ready.<br />
I'm quite sure the RFID2 reader won't do the job because of its short reading range; let's try and improve if required.<br />
I will certainly have to give <a href="https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/" target="_blank" rel="noopener noreferrer nofollow ugc">this reader</a> a try. (already ordered)</p>
<p dir="auto"><strong>1 question I had while testing:</strong> TOF and RFID2 seems to need Ports A or E. But Port E never worked (the unit is seen as "not connected" by the Core); forcing me to use a PaHub which is a pity because I have plenty of available ports with the ExtPort extension.<br />
Someone able to help me understanding why ? (If I could use port E; I could completely remove the PaHub)</p>
<p dir="auto">Here is the current setup:</p>
<p dir="auto"><img src="/assets/uploads/files/1678322287743-643f4d48-949f-493f-a645-6ab5b9b233e5-image-resized.png" alt="0_1678322286834_643f4d48-949f-493f-a645-6ab5b9b233e5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Last thing to do to complete the prototype: get a 12v --&gt; 5V USB connector in order to power the M5 Core + 12v DC motor with a single source.</p>
<p dir="auto">Here is a simple UIFlow to check every component works correctly:<br />
<img src="/assets/uploads/files/1678322445009-88f378cd-ffb9-49e4-ae76-58ec1ab68f26-image-resized.png" alt="0_1678322444056_88f378cd-ffb9-49e4-ae76-58ec1ab68f26-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20278</link><guid isPermaLink="true">https://community.m5stack.com/post/20278</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Thu, 09 Mar 2023 00:50:18 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Wed, 08 Mar 2023 19:41:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I finally got the relay working with M5 Core Basic !<br />
I think my mistake was to power the relay with 5v rather than 3.3v</p>
<p dir="auto">Here is my wiring:</p>
<p dir="auto"><img src="/assets/uploads/files/1678303871608-e3effaca-5d50-4aad-8ac3-443c74b7346f-image.png" alt="0_1678303871852_e3effaca-5d50-4aad-8ac3-443c74b7346f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And here is the example UIFlow that works for me:</p>
<p dir="auto"><img src="/assets/uploads/files/1678303823813-4a5396f9-008d-4831-9ef2-9a8450709bfe-image-resized.png" alt="0_1678303823556_4a5396f9-008d-4831-9ef2-9a8450709bfe-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Now I need to find a way to power the M5 Core Basic by using a DC 12V --&gt; USB 5V connector and connect it to the DC 12V power supply I already use.</p>
<p dir="auto">Next step will be the hardest: understanding how PaHub works to interconnect the M5 Core Basic with:</p>
<ul>
<li>RFID reader</li>
<li>M5 Scales kit</li>
<li>M5 Ultrasonic Distance Unit</li>
</ul>
<p dir="auto">I will report progress here</p>
<p dir="auto">Thank you again for your help</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20276</link><guid isPermaLink="true">https://community.m5stack.com/post/20276</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Wed, 08 Mar 2023 19:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Tue, 07 Mar 2023 18:47:47 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Thank you for your feedback.</p>
<p dir="auto">As I'm quite new on this kind of stuff (using pins to interact with an external component); I need some tips :)</p>
<p dir="auto">When I do this on UIFlow:</p>
<p dir="auto"><img src="/assets/uploads/files/1678191763132-6e270bbe-7ab0-4684-beca-fb73b770b123-image.png" alt="0_1678191762463_6e270bbe-7ab0-4684-beca-fb73b770b123-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I understand it activates the pin n°2 (LOW), when the "switch0" is activated. Am I right ?</p>
<p dir="auto">How can I identify the pin n°2 on my <a href="https://docs.m5stack.com/en/core/basic" target="_blank" rel="noopener noreferrer nofollow ugc">M5 Core basic</a> with a <a href="https://docs.m5stack.com/en/base/core_bottom" target="_blank" rel="noopener noreferrer nofollow ugc">base core bottom</a> ?</p>
<p dir="auto">I think I need some documentation/tutorial to understand the correspondance between the pins used into UIFlow and the the pinmap on M5 Core Basic. Can I find this somewhere ?</p>
<p dir="auto">Thank you for your help</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20263</link><guid isPermaLink="true">https://community.m5stack.com/post/20263</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Tue, 07 Mar 2023 18:47:47 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Tue, 07 Mar 2023 05:30:43 GMT]]></title><description><![CDATA[<p dir="auto">The pinouts are located on the M5Stack product page by following the documents link <a href="https://docs.m5stack.com/en/core/basic_v2.6?ref=pfpqkvphmgr" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/core/basic_v2.6?ref=pfpqkvphmgr</a><br />
The exact pins and location depend on the specific model of core but he is using the Core2's MBus which is the big internal connector.</p>
]]></description><link>https://community.m5stack.com/post/20259</link><guid isPermaLink="true">https://community.m5stack.com/post/20259</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 07 Mar 2023 05:30:43 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Mon, 06 Mar 2023 17:47:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">Some news here.</p>
<p dir="auto">I ordered <a href="https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/" target="_blank" rel="noopener noreferrer nofollow ugc">an RFID reader</a> and am still waiting for it to be delivered. So, I will share some news about this part later.</p>
<p dir="auto">For the 12v DC motor  control; I have some troubles.<br />
I ordered a GoPlus2; but it tidn't feet because even if it has a 12v input; it can't deliver 12v output to my DC motor.</p>
<p dir="auto">So I switched to another option: using a 5v relay to power the 12v DC motor.</p>
<p dir="auto">The problem I have is: how to use the M5 Core to control the <a href="https://i.stack.imgur.com/TWLit.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">5v relay</a> ?</p>
<p dir="auto">I tried <a href="https://www.the-diy-life.com/trying-out-the-m5stack-core-2-and-m5stickc-plus-with-ui-flow/" target="_blank" rel="noopener noreferrer nofollow ugc">this example</a> but I'm just unable to understand what are the pins used by this guy on the M5 core ?<br />
The guy uses the pins 2, 27, 32 and 13; but where are these pins on the M5 core basic I own ?<br />
Do I have to remove the M5 core bottom (received with the M5 core basic) ?</p>
<p dir="auto">I don't really understad the pin map of the M5 core basic. Is there some reference somewhere for wiring ? And is there a description about the colours used on the M5 core basic product sheet pinmap section ?<br />
Or some example telling "if you are using digitalWrite(2, 0) on UIFlow; you have to use this specific pin on the core"</p>
<p dir="auto">Thank you for your feedback</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20255</link><guid isPermaLink="true">https://community.m5stack.com/post/20255</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Mon, 06 Mar 2023 17:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Mon, 20 Feb 2023 18:29:27 GMT]]></title><description><![CDATA[<p dir="auto">The RFID Unit is a I2C device. The scale unit isn't. Is uses a special protocol (using HX711 library). It will not work with the PbHub. As I mentioned in another community thread, you can get a I2C scale kit from DfRobot : <a href="https://wiki.dfrobot.com/HX711_Weight_Sensor_Kit_SKU_KIT0176" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.dfrobot.com/HX711_Weight_Sensor_Kit_SKU_KIT0176</a>.<br />
DfRobot doesn't use the groove standard fot their wiring:  VCC and GND are switched as well as the SDA and SCL lines.<br />
Wish List for M5Stack: Make the scale kit I2C compatible by using the STM8/32 or AVR328 as they are using in the PbHub or 4Relay Unit making the compatible for the "universal" I2C bus.</p>
]]></description><link>https://community.m5stack.com/post/20139</link><guid isPermaLink="true">https://community.m5stack.com/post/20139</guid><dc:creator><![CDATA[crami25]]></dc:creator><pubDate>Mon, 20 Feb 2023 18:29:27 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Mon, 20 Feb 2023 15:06:53 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/wsanders" aria-label="Profile: wsanders">@<bdi>wsanders</bdi></a><br />
If I can drive the motor with tha Atom and H-driver; that's fine for me.<br />
I plan to extend it with a PaHub in order to get additional grove ports and connect the Scales kit + RFID2 reader.<br />
But I wonder if it will work because I'm not sure M5 Scales kit is using I2C</p>
<p dir="auto">I choosed the RFID2 reader because of its price (as you said: the UHF reader is quite expensive)</p>
<p dir="auto">I see 2 options to solve the range issue:</p>
<ul>
<li>Using 3 RFID2 readers on each side of my object (see red arrows on enclosed <a href="https://ibb.co/LSxQw5L" target="_blank" rel="noopener noreferrer nofollow ugc">picture</a>)</li>
<li>Try to extend the RFID2 range with a custom antenna with magnetic wire, around the food dispenser</li>
<li>Use <a href="https://wiki.seeedstudio.com/Grove-125KHz_RFID_Reader/" target="_blank" rel="noopener noreferrer nofollow ugc">this cheap 125KHz RFID reader</a> and make a custom antenna with magnetic wire, around the food dispenser. But can I make it talk to M5 stuff ? (it uses a grove connection and output format is Uart and Wiegand)</li>
</ul>
<p dir="auto">Do you think it could work ?<br />
Thank you for your feedback</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20138</link><guid isPermaLink="true">https://community.m5stack.com/post/20138</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Mon, 20 Feb 2023 15:06:53 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 23:53:52 GMT]]></title><description><![CDATA[<p dir="auto">Unless you need to control the speed and direction, you can control a non-stepper motor with just a transistor and diode, for one speed, on-off type operation.</p>
<p dir="auto">Also bear in mind that the range of the RFID 2 Unit (WS1850S) is only about 20mm. The UHF RFID Unit (JRD-4035) had a longer range, but is expensive. There may be longer range 13.56 Mhz sensors available from other vendors.</p>
]]></description><link>https://community.m5stack.com/post/20131</link><guid isPermaLink="true">https://community.m5stack.com/post/20131</guid><dc:creator><![CDATA[wsanders]]></dc:creator><pubDate>Sun, 19 Feb 2023 23:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 21:31:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> if it means this setup will work, then I'm happy 🙂</p>
]]></description><link>https://community.m5stack.com/post/20130</link><guid isPermaLink="true">https://community.m5stack.com/post/20130</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sun, 19 Feb 2023 21:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 14:51:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jerome83136" aria-label="Profile: jerome83136">@<bdi>jerome83136</bdi></a> you work great!</p>
]]></description><link>https://community.m5stack.com/post/20129</link><guid isPermaLink="true">https://community.m5stack.com/post/20129</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 19 Feb 2023 14:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 14:31:47 GMT]]></title><description><![CDATA[<p dir="auto">One last question please</p>
<p dir="auto">I will need to get the level of food available inside the food tank<br />
For this, I plan to use a Ultrasonic Distance Unit I2C (RCWL-9620)<br />
I already have it</p>
<p dir="auto">Is it the correct way to achieve this ? (There are a lot of sensors for liquid level; bit not sure about what to use for solid things)</p>
<p dir="auto">The Ultrasonic Distance Unit I2C (RCWL-9620) is communicating with I2C. Does it mean I can connect it with everything by using the Pahub I'm about to order ?</p>
<p dir="auto">Thank you very much for your feedback<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20128</link><guid isPermaLink="true">https://community.m5stack.com/post/20128</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sun, 19 Feb 2023 14:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 10:09:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> thank you for your feedback.<br />
I will order a Pahub and report any progress here.<br />
Best regards</p>
]]></description><link>https://community.m5stack.com/post/20127</link><guid isPermaLink="true">https://community.m5stack.com/post/20127</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sun, 19 Feb 2023 10:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sun, 19 Feb 2023 08:49:40 GMT]]></title><description><![CDATA[<p dir="auto">If its working as is then all you need is the Pahub to connect your two sensors and then program it all up.</p>
]]></description><link>https://community.m5stack.com/post/20126</link><guid isPermaLink="true">https://community.m5stack.com/post/20126</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 19 Feb 2023 08:49:40 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sat, 18 Feb 2023 17:50:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> here is a photo of my setup with:</p>
<ul>
<li>Atom + h-driver</li>
<li>12v DC motor</li>
<li>12v power supply</li>
</ul>
<p dir="auto"><a href="https://ibb.co/yWhhjLS" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
<p dir="auto">What kind of module/extension should I choose for this ? GoPlus2 maybe? --&gt; this question was for another future protect with a 12v DC motor I want to control with a M5 Core. This is just for information and is not related to the subject of this topic 😉</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20125</link><guid isPermaLink="true">https://community.m5stack.com/post/20125</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sat, 18 Feb 2023 17:50:57 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sat, 18 Feb 2023 14:16:28 GMT]]></title><description><![CDATA[<p dir="auto">You said you are controlling a motor with the ATOM already, what motor and atom are you using. Please share photos of your setup so far.</p>
]]></description><link>https://community.m5stack.com/post/20124</link><guid isPermaLink="true">https://community.m5stack.com/post/20124</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 18 Feb 2023 14:16:28 GMT</pubDate></item><item><title><![CDATA[Reply to Don&#x27;t know what to use on Sat, 18 Feb 2023 11:58:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> hello,<br />
That's a good news if I could use only the Atom rather than a M5 core; because I don't need any display and I prefer to keep things minimalist 🙂</p>
<p dir="auto">I unfortunately did a mistake about my available hardware: I don't own a Pahub but a 1 to 3 HUB Expansion Unit<br />
I think it won't work.<br />
I will order a Pahub and post any progress here.<br />
Thank you for your great help !</p>
<p dir="auto">As I'm going to order things at M5stack, I also would like to order the required parts for controlling a 12v DC motor with a M5 Core</p>
<p dir="auto">What kind of module/extension should I choose for this ? GoPlus2 maybe?</p>
<p dir="auto">Thank you for your feedback</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.m5stack.com/post/20122</link><guid isPermaLink="true">https://community.m5stack.com/post/20122</guid><dc:creator><![CDATA[jerome83136]]></dc:creator><pubDate>Sat, 18 Feb 2023 11:58:43 GMT</pubDate></item></channel></rss>