Raspberry Pi: Difference between revisions

From wikiluntti
Line 12: Line 12:
== Raspi and Ev3-G ==  
== Raspi and Ev3-G ==  


Some links
 
=== Pairing ev3 and Raspi ===
 
 
 
 
=== Some links ===


*http://www.geekdroppings.com/2018/01/21/raspberry-pi-and-the-lego-ev3-connected-by-bluetooth/
*http://www.geekdroppings.com/2018/01/21/raspberry-pi-and-the-lego-ev3-connected-by-bluetooth/

Revision as of 15:41, 19 October 2020

Setting Up The Raspian

Establish Wifi, Bluetooth.

Connect via usb to gadget mode. After flashing RaspianOS. The following files are at boot-directory

  • Modify config.txt: add dtoverlay=dwc2
  • Add an empty file called ssh
  • Edit cmdline.txt: Ensure that there exist rootwait modules-load=dwc2,g_ether.

Now you can ssh pi@raspberrypi.local if the usb cable is plugged in.

Raspi and Ev3-G

Pairing ev3 and Raspi

Some links


Raspi and Ev3Dev