<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>GPIO on BBB, Arduino and Pi</title><link>/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/gpio-on-bbb-arduino-and-pi</link><description>This is not exactly a question and it is not for a single board so bear with me. (Is that the right way to spell bear in this case? I don&amp;#39;t want everyone thing I want them to get naked with me ) Right, to the non-question; which is the most effi...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: GPIO on BBB, Arduino and Pi</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/gpio-on-bbb-arduino-and-pi</link><pubDate>Mon, 27 Oct 2014 10:36:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e34e6337-9ea9-455c-95e3-3ade4697c6b4</guid><dc:creator>shabaz</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hi Mark,&lt;/p&gt;&lt;p&gt;I&amp;#39;m not sure Python runs on the Arduino (maybe it does), nor Node.js.&lt;/p&gt;&lt;p&gt;The Arduino is a microcontroller, usually I/O is extremely straigntforward on these, using DigitalRead/DigitalWrite commands in the Arduino language (which is C I believe).&lt;/p&gt;&lt;p&gt;On the RPI/BBB, you can pick your language, since these platforms run Linux. I/O has to share time with the rest of Linux, so expect some small variable latency (jitter) when issuing commands.&lt;/p&gt;&lt;p&gt;The commands you issue will depend on the language you choose - some are more comfortable with C, others with Python and others with JavaScript.&lt;/p&gt;&lt;p&gt;If you need to have a web server, then unless the requirement for it is quite simple, you&amp;#39;re forced to move off the Arduino because it doesn&amp;#39;t have much memory and other resources for handling large web pages.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19022&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>