Difference between revisions of "Robotino Raspberry"

From RobotinoWiki
(Created page with "==Introduction== {|class="wikitable" cellpadding="20" vertical-align="top" |- |Image:Robotino_raspberry_64.png |This page explaines how you can use a Raspberry Pi to upgra...")
 
Line 5: Line 5:
 
|This page explaines how you can use a Raspberry Pi to upgrade your Robotino v1 and Robotino v2. This enables you to use the latest Robotino software on your old Robotinos whose PC104 computer is not able to run current software versions. In addition the systems overall power consumption will decrease, your Robotino gets state of the art interfaces like USB3 and HDMI and the GPIOs can be used for further projects.
 
|This page explaines how you can use a Raspberry Pi to upgrade your Robotino v1 and Robotino v2. This enables you to use the latest Robotino software on your old Robotinos whose PC104 computer is not able to run current software versions. In addition the systems overall power consumption will decrease, your Robotino gets state of the art interfaces like USB3 and HDMI and the GPIOs can be used for further projects.
 
|}
 
|}
 +
 +
==Software==
 +
Install [https://www.raspberrypi.org/downloads/raspbian/ Raspbian] on your Raspberry Pi. Include the [[Debrepository|Debian Buster repository]] for Robotino.
 +
<pre>
 +
apt-get update
 +
apt-get install robotino-daemons
 +
</pre>

Revision as of 15:08, 2 April 2020

Introduction

Robotino raspberry 64.png This page explaines how you can use a Raspberry Pi to upgrade your Robotino v1 and Robotino v2. This enables you to use the latest Robotino software on your old Robotinos whose PC104 computer is not able to run current software versions. In addition the systems overall power consumption will decrease, your Robotino gets state of the art interfaces like USB3 and HDMI and the GPIOs can be used for further projects.

Software

Install Raspbian on your Raspberry Pi. Include the Debian Buster repository for Robotino.

apt-get update
apt-get install robotino-daemons