-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Raspberry Pi #3
Comments
reworked package structure and classes for more generic wired/wireless robots added calliope as generic wired robot for serial monitor usage only removed launcher class extracted help popup time to properties
What is the status of the Pi integration? |
This issue is about integrating Raspberry Pis as programmable robots to the Lab, at least the Connector side of it. The Lab and the Connector can be used on Raspberry Pis already (as a self hosted server or as a client). Does this answer your question or did I misinterpret it? Setting everything up should be covered in the Wiki, in case anything else is unclear I am happy to help. |
Hi, we are using the raspberry pi as workstations for the students. We would like to get our old NXT robots to connect the the PI's running Raspian. |
Sadly, the NXT is not supported in the Connector due to some limitations of the NXT libraries. |
The NXT USBProgamm throws an Exception. you can see the Issue here I would be great to be able to use the NXTs in our classroom inside the open-roberta environment because we still have 15 complete Sets and the school will not buy newer EV3 models. |
I installed the Connector on our schools Raspberry Pi 4 running buster. Besides our old NXTs we also have 2 EV3 sets. The jar connector opens but does not show the attached EV3. This is the log output: Any Ideas on how I could solve the issue? Thanks :) |
I don't see anything obvious in the log. So you have a running EV3 with LejosV1 connected to a Raspberry Pi 4? |
Yes, LeJos 0.9.1 beta is running on the EV3. The Open Roberta Connector App runs but the connect and scan buttons are greyed out. |
Just to make it complete, which version of the Open Roberta Firmware comes with your LeJos 0.9.1 ? |
I just tested it again on a fresh Raspberry Pi 4 setup, these are some of the important outputs:
RNDIS USB connection with
Connector log some time after connecting the EV3 (only the important bits):
And the "usb0" network interface shows up in the "Wireless & Wired Network Settings" (right-click on the button) with "Automatically configure empty options". |
I see some difference in dmesg and ip addr show Our school setup uses the Raspbian PiServer to boot the individual Pi4 via Network PXE. lsusb Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub dmesg --follow [107996.597085] cdc_ether 1-1.3:1.0 usb0: unregister 'cdc_ether' usb-0000:01:00.0-1.3, CDC Ethernet Device ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 |
|
Awesome! Sadly, there is nothing we can do to prevent these issues as it is different for each OS installation and dependent on manual configuration. |
The text was updated successfully, but these errors were encountered: