<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Arduino Blog » You can now use Arduino to program Linux IoT devices</title>
	<atom:link href="http://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 19 Apr 2026 21:53:56 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584954</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 20:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584954</guid>
		<description><![CDATA[How to configure Raspberry Pi as a microcontroller
https://opensource.com/life/16/3/how-configure-raspberry-pi-microcontroller?sc_cid=7016000000127ECAAY

sometimes the line between the Arduino (and Arduino-style embedded microcontrollers) and the Pi gets blurred.

Fact is, Raspberry Pi and Arduino are very different devices, even though they are often seen on the same workbench together. 

RPi.GPIO is a Python library that provides you with the ability to read from and output to GPIO pins.

WiringPi is a GPIO access library written in C. Its syntax and general design will feel familiar to anyone who has used an Arduino system, and being a low-level library, it even contains modules that allow you to use external boards (like an Arduino, or similar device) as analogue inputs.

Contributors to the original WiringPi project have written wrappers for Python, Ruby, Perl, Java, and more.

Unlike the Arduino, using the GPIO library does not provide real-time performance.

Launch on boot
Since the Arduino is an embedded system, the program you flash onto its chip is always running. You power the Arduino on and your program runs, looping constantly, until it is powered off. The Pi doesn&#039;t do that. When you power the Pi, it loads an OS and then sits patiently waiting for you to log in or perform some action.

If you need embedded behavior, you need to essentially tell the Pi to auto-launch an application upon boot.]]></description>
		<content:encoded><![CDATA[<p>How to configure Raspberry Pi as a microcontroller<br />
<a href="https://opensource.com/life/16/3/how-configure-raspberry-pi-microcontroller?sc_cid=7016000000127ECAAY" rel="nofollow">https://opensource.com/life/16/3/how-configure-raspberry-pi-microcontroller?sc_cid=7016000000127ECAAY</a></p>
<p>sometimes the line between the Arduino (and Arduino-style embedded microcontrollers) and the Pi gets blurred.</p>
<p>Fact is, Raspberry Pi and Arduino are very different devices, even though they are often seen on the same workbench together. </p>
<p>RPi.GPIO is a Python library that provides you with the ability to read from and output to GPIO pins.</p>
<p>WiringPi is a GPIO access library written in C. Its syntax and general design will feel familiar to anyone who has used an Arduino system, and being a low-level library, it even contains modules that allow you to use external boards (like an Arduino, or similar device) as analogue inputs.</p>
<p>Contributors to the original WiringPi project have written wrappers for Python, Ruby, Perl, Java, and more.</p>
<p>Unlike the Arduino, using the GPIO library does not provide real-time performance.</p>
<p>Launch on boot<br />
Since the Arduino is an embedded system, the program you flash onto its chip is always running. You power the Arduino on and your program runs, looping constantly, until it is powered off. The Pi doesn&#8217;t do that. When you power the Pi, it loads an OS and then sits patiently waiting for you to log in or perform some action.</p>
<p>If you need embedded behavior, you need to essentially tell the Pi to auto-launch an application upon boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584931</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 17:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584931</guid>
		<description><![CDATA[Raspberry Pi powered by Arduino: Now you can program the Pi using Arduino Sketches
https://www.techrepublic.com/article/raspberry-pi-powered-by-arduino-now-you-can-program-the-pi-using-arduino-sketches/

The new feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi&#039;s GPIO pins.

Arduino Sketches can now be used to program the Raspberry Pi, marking a moving together of two of the biggest maker platforms.
The cloud-based Arduino Create platform is designed to simplify the creation of Internet of Things applications.

Banzi revealed a new feature in the cloud-based Arduino Create service that will compile Arduino Sketches — programs typically used to interact with Arduino boards and attached hardware — into a form that can be run on a Raspberry Pi.

&quot;The idea is there&#039;s a tonne of people that know how to use Arduino and they can take their knowledge and apply it to this,&quot;]]></description>
		<content:encoded><![CDATA[<p>Raspberry Pi powered by Arduino: Now you can program the Pi using Arduino Sketches<br />
<a href="https://www.techrepublic.com/article/raspberry-pi-powered-by-arduino-now-you-can-program-the-pi-using-arduino-sketches/" rel="nofollow">https://www.techrepublic.com/article/raspberry-pi-powered-by-arduino-now-you-can-program-the-pi-using-arduino-sketches/</a></p>
<p>The new feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi&#8217;s GPIO pins.</p>
<p>Arduino Sketches can now be used to program the Raspberry Pi, marking a moving together of two of the biggest maker platforms.<br />
The cloud-based Arduino Create platform is designed to simplify the creation of Internet of Things applications.</p>
<p>Banzi revealed a new feature in the cloud-based Arduino Create service that will compile Arduino Sketches — programs typically used to interact with Arduino boards and attached hardware — into a form that can be run on a Raspberry Pi.</p>
<p>&#8220;The idea is there&#8217;s a tonne of people that know how to use Arduino and they can take their knowledge and apply it to this,&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584918</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 14:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584918</guid>
		<description><![CDATA[Demo how to use Arduino tool with Raspberry Pi at 
Keynote: Arduino &amp; Linux: A Love Story - Massimo Banzi, Co-founder, Arduino Project
https://www.youtube.com/watch?v=SuFUkxxpDrE

Starting at 17 minutes from start]]></description>
		<content:encoded><![CDATA[<p>Demo how to use Arduino tool with Raspberry Pi at<br />
Keynote: Arduino &amp; Linux: A Love Story &#8211; Massimo Banzi, Co-founder, Arduino Project<br />
<a href="https://www.youtube.com/watch?v=SuFUkxxpDrE" rel="nofollow">https://www.youtube.com/watch?v=SuFUkxxpDrE</a></p>
<p>Starting at 17 minutes from start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584890</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 13:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584890</guid>
		<description><![CDATA[Programming Linux Devices With Arduino And The Cloud
https://hackaday.com/2018/03/15/programming-linux-devices-with-arduino-and-the-cloud/

As demonstrated in [Massimo]’s keynote, the core idea of Arduino Create is to put a connected device on the Internet and allow over-the-air updates and development. As this is Arduino, the volumes of libraries available for hundreds of different platforms are leveraged to make this possible. Right now, a wide variety of boards are supported, including the Raspberry Pi, BeagleBone, and several Intel IoT boards.

The focus of this development is platform-agnostic and focuses nearly entirely on ease of use and interoperability. This is a marked change from the Arduino of five years ago; there was a time when the Arduino was an ATmega328p, and that’s about it. A few years later, you could put Arduino sketches on an ATtiny85. A lot has changed since then. We got the Raspberry Pi, we got Intel stepping into the waters of IoT devices, we got a million boards based on smartphone SoCs, and Intel got out of the IoT market.

Keynote: Arduino &amp; Linux: A Love Story - Massimo Banzi, Co-founder, Arduino Project
https://www.youtube.com/watch?v=SuFUkxxpDrE]]></description>
		<content:encoded><![CDATA[<p>Programming Linux Devices With Arduino And The Cloud<br />
<a href="https://hackaday.com/2018/03/15/programming-linux-devices-with-arduino-and-the-cloud/" rel="nofollow">https://hackaday.com/2018/03/15/programming-linux-devices-with-arduino-and-the-cloud/</a></p>
<p>As demonstrated in [Massimo]’s keynote, the core idea of Arduino Create is to put a connected device on the Internet and allow over-the-air updates and development. As this is Arduino, the volumes of libraries available for hundreds of different platforms are leveraged to make this possible. Right now, a wide variety of boards are supported, including the Raspberry Pi, BeagleBone, and several Intel IoT boards.</p>
<p>The focus of this development is platform-agnostic and focuses nearly entirely on ease of use and interoperability. This is a marked change from the Arduino of five years ago; there was a time when the Arduino was an ATmega328p, and that’s about it. A few years later, you could put Arduino sketches on an ATtiny85. A lot has changed since then. We got the Raspberry Pi, we got Intel stepping into the waters of IoT devices, we got a million boards based on smartphone SoCs, and Intel got out of the IoT market.</p>
<p>Keynote: Arduino &amp; Linux: A Love Story &#8211; Massimo Banzi, Co-founder, Arduino Project<br />
<a href="https://www.youtube.com/watch?v=SuFUkxxpDrE" rel="nofollow">https://www.youtube.com/watch?v=SuFUkxxpDrE</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584884</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 13:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584884</guid>
		<description><![CDATA[https://www.uusiteknologia.fi/2018/03/14/arduinon-kehitysymparisto-linux-alustoille/]]></description>
		<content:encoded><![CDATA[<p><a href="https://www.uusiteknologia.fi/2018/03/14/arduinon-kehitysymparisto-linux-alustoille/" rel="nofollow">https://www.uusiteknologia.fi/2018/03/14/arduinon-kehitysymparisto-linux-alustoille/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584680</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 00:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584680</guid>
		<description><![CDATA[Keynote speech
https://m.youtube.com/watch?v=SuFUkxxpDrE]]></description>
		<content:encoded><![CDATA[<p>Keynote speech<br />
<a href="https://m.youtube.com/watch?v=SuFUkxxpDrE" rel="nofollow">https://m.youtube.com/watch?v=SuFUkxxpDrE</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/13/arduino-blog-you-can-now-use-arduino-to-program-linux-iot-devices/comment-page-1/#comment-1584679</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 00:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176555#comment-1584679</guid>
		<description><![CDATA[This is nice arduibo IDE.]]></description>
		<content:encoded><![CDATA[<p>This is nice arduibo IDE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
