Difference between revisions of "Robotino3"

From RobotinoWiki
(Created page with "===VNC connection===")
 
(Hardware)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
===VNC connection===
+
==Introduction==
 +
{|class="wikitable" cellpadding="20" vertical-align="top"
 +
|-
 +
|[[Image:robotino_v3_64.png]]
 +
|Robotino v3 is the current version of Robotino.
 +
|}
 +
 
 +
==Hardware==
 +
{| class="wikitable" cellspacing="0" cellpadding="0"
 +
|-
 +
| [[nimh_overview|Robotino3 NiMH accumulators]]
 +
| [[MPU6050|Robotino3 gyroscope]]
 +
| [[charger|Robotino3 charger]]
 +
|-
 +
| [[omniwheel|Robotino3 Omniwheel]]
 +
| [[wlan|Wireless LAN]]
 +
| [[myrio|Robotino3 and National Instruments myRIO]]
 +
|-
 +
| [[Robotino XT]]
 +
| [[Grappler]]
 +
| [[Electrical_gripper|Electrical gripper]]
 +
|}
 +
 
 +
*[[Robotino3_IO_protocol|USB Protocol decription]]
 +
*[[Robotino3_IO_connector|IO connector]]
 +
*[[Robotino3_power_board|Power board connectors]]
 +
*[[Robotino3_cpu_board|CPU board connectors]]
 +
*[[Robotino3_PI_controller|PI controller]]
 +
*[[Robotino3_IO_CAN|CAN bus communication]]
 +
*[[Robotino3_Power_Button_LED_pattern|Power button LED patterns]]
 +
 
 +
==VNC connection==
 +
There is a small X server and a VNC server running on Robotino3. Use [http://www.tightvnc.com/download.php TightVNC] to connect to Robotino3. In the VNC viewer you see the same screen as when connecting a VGA monitor to Robotino3.
 +
 
 +
Right mouse click on the background shows a menu from which you could start Robotino View.
 +
 
 +
===BIOS setup===
 +
<pre>
 +
Advanced
 +
  Intel IGD SWSCI OpRegion
 +
    IGD - Boot Type [CRT]
 +
    LCD Panel Type [1600x1200 (48bit)]
 +
</pre>
 +
 
 +
==Date and Time==
 +
Set the date and time using
 +
<pre>
 +
sudo ntpdate -u ntp.ubuntu.com
 +
</pre>

Revision as of 17:53, 27 March 2019

Introduction

Robotino v3 64.png Robotino v3 is the current version of Robotino.

Hardware

Robotino3 NiMH accumulators Robotino3 gyroscope Robotino3 charger
Robotino3 Omniwheel Wireless LAN Robotino3 and National Instruments myRIO
Robotino XT Grappler Electrical gripper

VNC connection

There is a small X server and a VNC server running on Robotino3. Use TightVNC to connect to Robotino3. In the VNC viewer you see the same screen as when connecting a VGA monitor to Robotino3.

Right mouse click on the background shows a menu from which you could start Robotino View.

BIOS setup

Advanced
  Intel IGD SWSCI OpRegion
    IGD - Boot Type [CRT]
    LCD Panel Type [1600x1200 (48bit)]

Date and Time

Set the date and time using

sudo ntpdate -u ntp.ubuntu.com