<?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[mBot and Omega]]></title><description><![CDATA[<p dir="auto">Greetings,</p>
<p dir="auto">I have in my possession an <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> and a Omega with the expansion dock. I was wondering if it would be possible to use the Omega and <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> together?</p>
<p dir="auto">I envision using the parts from the <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> with the Omega and program the robot with a high-level programming language like Javascript and Ruby. Any assistance would be greatly appreciated. Thank you.</p>
]]></description><link>http://community.onion.io/topic/304/mbot-and-omega</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 15:51:56 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/304.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Dec 2015 18:13:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mBot and Omega on Sat, 19 Dec 2015 18:16:03 GMT]]></title><description><![CDATA[<p dir="auto">Greetings,</p>
<p dir="auto">I have in my possession an <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> and a Omega with the expansion dock. I was wondering if it would be possible to use the Omega and <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> together?</p>
<p dir="auto">I envision using the parts from the <a href="http://www.makeblock.cc/mbot/" rel="nofollow">mBot</a> with the Omega and program the robot with a high-level programming language like Javascript and Ruby. Any assistance would be greatly appreciated. Thank you.</p>
]]></description><link>http://community.onion.io/post/2473</link><guid isPermaLink="true">http://community.onion.io/post/2473</guid><dc:creator><![CDATA[Alexander Soto]]></dc:creator><pubDate>Sat, 19 Dec 2015 18:16:03 GMT</pubDate></item><item><title><![CDATA[Reply to mBot and Omega on Sat, 19 Dec 2015 22:00:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/814">@Alexander-Soto</a>, that's an interesting proposal! Unfortunately, we are not very familiar with the mBot, but if you can describe the way you program the mBot as well if it has method of communicating with other boards (i.e. through I2C or SPI, etc), then we'll be able to help you come up with a way to use the Omega to control it. Also, currently how are you controlling the mBot?</p>
]]></description><link>http://community.onion.io/post/2481</link><guid isPermaLink="true">http://community.onion.io/post/2481</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Sat, 19 Dec 2015 22:00:21 GMT</pubDate></item><item><title><![CDATA[Reply to mBot and Omega on Sat, 19 Dec 2015 23:58:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello! <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a></a> thank you for your response! I just received the mBot so I am playing with it now. The mBot can be programmed though their graphical programming environment mBlock (modified version of Scratch) and also the Arduino IDE. I found the <a href="https://github.com/Makeblock-official/Makeblock-Library" rel="nofollow">Makeblock-Library</a></p>
<p dir="auto">The mBot comes with a micro controller mCore (based on Arduino Uno) and electronic modules that were included. While I don't think the microcontroller mCore, can work with Omega, I have another idea.</p>
<p dir="auto">I just ordered the <a href="https://store.onion.io/collections/onion-omega-expansions/products/arduino-dock" rel="nofollow">Arduino Dock</a>, I am thinking of using the Arduino Dock with  the <a href="http://www.makeblock.cc/me-uno-shield/" rel="nofollow"> Me UNO Shield</a>.</p>
<p dir="auto">I believe this would then allow me to use the Omega in combination with the Arduino Dock to use the UNO Shield, which would then allow me to use the makeblock <a href="http://www.makeblock.cc/electronic-modules/" rel="nofollow">electronic modules</a>.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a></a>, is the idea I mention above possible?</p>
]]></description><link>http://community.onion.io/post/2493</link><guid isPermaLink="true">http://community.onion.io/post/2493</guid><dc:creator><![CDATA[Alexander Soto]]></dc:creator><pubDate>Sat, 19 Dec 2015 23:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to mBot and Omega on Sun, 20 Dec 2015 00:32:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/814">@Alexander-Soto</a> Ah, if you can program the mBot with the Arduino IDE, you should be able to connect the Omega with the mBot via I2C. This might even be easier than using the UNO Shield. The Makeblock library seems to provide an API that allows you to tell the Makeblock where to go, how to turn, etc. You simply need to create a simple sketch on the mBot that listen to I2C commands from the Omega, and act accordingly. I2C commands can be sent as bytes. For example, you might be able to send a <code>0x01</code> byte from the Omega, and whenever you receive <code>0x01</code> on the mBot, you would use the library to tell the mBot to move forward. You can then program the mBot to respond to other commands to perform other actions.</p>
<p dir="auto">Please let me know if this makes sense.</p>
]]></description><link>http://community.onion.io/post/2499</link><guid isPermaLink="true">http://community.onion.io/post/2499</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Sun, 20 Dec 2015 00:32:38 GMT</pubDate></item><item><title><![CDATA[Reply to mBot and Omega on Sun, 20 Dec 2015 01:10:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a></p>
<p dir="auto">I understand what you are saying to an extent, I am an unsure about how I would do the process with the Omega and mBot and the specifics of I2C of how to send the byes.</p>
<p dir="auto">I'm running Debian and I'm trying to connect the mBot with the Arduino IDE but running into some problems with gcc-avr.</p>
<p dir="auto">I'll do my best to understand all of this and see what I can do.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a>, Thank you for all of support and help. I'm glad I supported you guys on Kickstarter also great that you guys are from Boston too <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/2502</link><guid isPermaLink="true">http://community.onion.io/post/2502</guid><dc:creator><![CDATA[Alexander Soto]]></dc:creator><pubDate>Sun, 20 Dec 2015 01:10:40 GMT</pubDate></item><item><title><![CDATA[Reply to mBot and Omega on Sun, 20 Dec 2015 04:54:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/814">@Alexander-Soto</a> Ok. Try to get basic functions of the mBot working with the Arduino IDE, and we'll help you to connect it to the Omega <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/2506</link><guid isPermaLink="true">http://community.onion.io/post/2506</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Sun, 20 Dec 2015 04:54:27 GMT</pubDate></item></channel></rss>