Skip to content

EV3 and leJOS

Beate Jost edited this page May 20, 2019 · 2 revisions

EV3 set up

https://jira.iais.fraunhofer.de/wiki/display/ORInfo/Set+up+EV3+-+System+leJOS

Connection via SSH

As EV3Lejos uses the legacy diffie hellman algorithm for key exchange, it has to be specified.

  • user: root
  • password: robot (default)
  • ip: 10.0.1.1 (usb) or other network ip (displayed on screen)

ssh root@10.0.1.1 -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes128-cbc

Clone this wiki locally