<?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[Programming the Omega]]></title><description><![CDATA[<p dir="auto">I really could do with help on how one goes about programming the Omega and what APIs there are for accessing the hardware (pins, i2c, etc).</p>
<p dir="auto">Basic examples/tutorial would be of great help.</p>
]]></description><link>http://community.onion.io/topic/8/programming-the-omega</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 03:03:17 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/8.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Nov 2015 02:54:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programming the Omega on Tue, 03 Nov 2015 03:12:56 GMT]]></title><description><![CDATA[<p dir="auto">I really could do with help on how one goes about programming the Omega and what APIs there are for accessing the hardware (pins, i2c, etc).</p>
<p dir="auto">Basic examples/tutorial would be of great help.</p>
]]></description><link>http://community.onion.io/post/20</link><guid isPermaLink="true">http://community.onion.io/post/20</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Tue, 03 Nov 2015 03:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Tue, 03 Nov 2015 03:00:19 GMT]]></title><description><![CDATA[<p dir="auto">I succeeded in installing python-light. Is it possible to install pip or other 3rd party module? Will there be some python GPIO library?</p>
]]></description><link>http://community.onion.io/post/22</link><guid isPermaLink="true">http://community.onion.io/post/22</guid><dc:creator><![CDATA[Jun Cao]]></dc:creator><pubDate>Tue, 03 Nov 2015 03:00:19 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Tue, 03 Nov 2015 03:04:50 GMT]]></title><description><![CDATA[<p dir="auto">Jun Cao, thanks for the info - I'll give python-light a try.<br />
GPIO libraries and how to access I2C would also be useful to me</p>
]]></description><link>http://community.onion.io/post/25</link><guid isPermaLink="true">http://community.onion.io/post/25</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Tue, 03 Nov 2015 03:04:50 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Tue, 03 Nov 2015 03:10:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/27">@Jun-Cao</a> Yup, we will be writing a python wrapper to interact with all the hardware features.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a> Currently you can use shell commands to interact with GPIO and I2C. Once these wrappers have been written we will be posting API documentations that shows you how to interact with the features programmatically.</p>
]]></description><link>http://community.onion.io/post/28</link><guid isPermaLink="true">http://community.onion.io/post/28</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Tue, 03 Nov 2015 03:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Tue, 03 Nov 2015 14:01:53 GMT]]></title><description><![CDATA[<p dir="auto">That is awesome guys. I have just been using Adafruit's python libs for their displays which you control over i2c and very happy if you can provide similar functionality. Cool!</p>
]]></description><link>http://community.onion.io/post/60</link><guid isPermaLink="true">http://community.onion.io/post/60</guid><dc:creator><![CDATA[T NT]]></dc:creator><pubDate>Tue, 03 Nov 2015 14:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Thu, 12 Nov 2015 01:53:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a> could the team also have wrappers for python3 made available? ie. wrappers for the python3-light package?</p>
]]></description><link>http://community.onion.io/post/584</link><guid isPermaLink="true">http://community.onion.io/post/584</guid><dc:creator><![CDATA[Maurice]]></dc:creator><pubDate>Thu, 12 Nov 2015 01:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Thu, 12 Nov 2015 06:41:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/274">@Maurice</a> Yeah. There is a tool in python called 2to3. If we write python 2 code carefully, we can just write one set of code and have it "compiled" to python 3 without any issue.</p>
]]></description><link>http://community.onion.io/post/590</link><guid isPermaLink="true">http://community.onion.io/post/590</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Thu, 12 Nov 2015 06:41:40 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Thu, 12 Nov 2015 12:27:34 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a> looking forward to the wrappers when they're complete : )</p>
]]></description><link>http://community.onion.io/post/598</link><guid isPermaLink="true">http://community.onion.io/post/598</guid><dc:creator><![CDATA[Maurice]]></dc:creator><pubDate>Thu, 12 Nov 2015 12:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Sun, 15 Nov 2015 03:15:13 GMT]]></title><description><![CDATA[<p dir="auto">Hey for the people who are just getting into programming with the Onion Omega, I will be posting a video on the programming and building of a circuit that uses a button and an led to blink. It will be up on my channel by the end of this week latest.  I will post more info when it is up. So relax and just wait <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>http://community.onion.io/post/686</link><guid isPermaLink="true">http://community.onion.io/post/686</guid><dc:creator><![CDATA[Yesh Chandiramani]]></dc:creator><pubDate>Sun, 15 Nov 2015 03:15:13 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Wed, 02 Dec 2015 23:13:00 GMT]]></title><description><![CDATA[<p dir="auto">Any update on using python on the Omega?</p>
]]></description><link>http://community.onion.io/post/1458</link><guid isPermaLink="true">http://community.onion.io/post/1458</guid><dc:creator><![CDATA[Marc R]]></dc:creator><pubDate>Wed, 02 Dec 2015 23:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Thu, 03 Dec 2015 01:06:50 GMT]]></title><description><![CDATA[<p dir="auto">Try this <a href="/uploads/files/1449104807726-pythoni2c.py">pythoni2c.py</a></p>
]]></description><link>http://community.onion.io/post/1475</link><guid isPermaLink="true">http://community.onion.io/post/1475</guid><dc:creator><![CDATA[Pedro Baco]]></dc:creator><pubDate>Thu, 03 Dec 2015 01:06:50 GMT</pubDate></item><item><title><![CDATA[Reply to Programming the Omega on Thu, 03 Dec 2015 15:53:14 GMT]]></title><description><![CDATA[<p dir="auto">I too have put together a few videos on python programming for the Omega just incase you find them helpful.</p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=CQELgysBgQs" rel="nofollow">https://www.youtube.com/watch?v=CQELgysBgQs</a></p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=GJCcIlCJOx4" rel="nofollow">https://www.youtube.com/watch?v=GJCcIlCJOx4</a></p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=jDDq9D50wGo" rel="nofollow">https://www.youtube.com/watch?v=jDDq9D50wGo</a></p>
<p dir="auto">I also wrote a simple, simple wrapper for the gpio which was inspired by Omega user 'Dan L'.</p>
<p dir="auto"><a href="https://github.com/youngsoul/OmegaGPIO" rel="nofollow">https://github.com/youngsoul/OmegaGPIO</a></p>
]]></description><link>http://community.onion.io/post/1513</link><guid isPermaLink="true">http://community.onion.io/post/1513</guid><dc:creator><![CDATA[Patrick Ryan]]></dc:creator><pubDate>Thu, 03 Dec 2015 15:53:14 GMT</pubDate></item></channel></rss>