Raspberry Pi: Difference between revisions
From wikiluntti
Line 2: | Line 2: | ||
Establish Wifi, Bluetooth. | Establish Wifi, Bluetooth. | ||
Connect via usb to ''gadget'' mode. After flashing RaspianOS. The following files are at <code>boot</code>-directory | |||
* Modify <code>config.txt</code>: add <code>dtoverlay=dwc2</code> | |||
* Add an empty file called <code>ssh</code> | |||
* Edit <code>cmdline.txt</code>: Ensure that there exist <code>rootwait modules-load=dwc2,g_ether</code>. | |||
Now you can <code>ssh pi@raspberrypi.local</code>. | |||
== Raspi and Ev3-G == | == Raspi and Ev3-G == |
Revision as of 15:07, 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
: adddtoverlay=dwc2
- Add an empty file called
ssh
- Edit
cmdline.txt
: Ensure that there existrootwait modules-load=dwc2,g_ether
.
Now you can ssh pi@raspberrypi.local
.
Raspi and Ev3-G
Some links
- http://www.geekdroppings.com/2018/01/21/raspberry-pi-and-the-lego-ev3-connected-by-bluetooth/
- https://www.hackster.io/KKE/raspberry-pi-lego-mindstorms-ev3-bluetooth-communication-aa42e2
- https://siouxnetontrack.wordpress.com/2013/09/27/connecting-the-pc-to-our-ev3/
- https://github.com/lehoff/ev3bt/