Showing posts with label otg usb raspberry pi zero. Show all posts
Showing posts with label otg usb raspberry pi zero. Show all posts

Saturday, August 13, 2022

Raspberry Pi zero iUNiKER USB Dongle

Works for every raspberry pi zero via pin contacts to create a USB OTG connection to any host the USB connector on the dongle plugs into.

Picks off the power and USB signal lines as appropriate to attach one of the USB ports to the host as OTG.

in boot partition
in cmdline.txt add
modules-load=dwc2,g_ether after "rootwait"
create ssh in the same folder
add wifi supplicant as needed.

connect USB to Raspberry pi as OTG recipe
https://desertbot.io/blog/ssh-into-pi-zero-over-usb

--30--

Sunday, September 12, 2021

Raspberry Pi USB carrier adapter OTG

 


currently redirects to:

How to use
    • Download the latest Raspbian image from [ https://www.raspberrypi.org/downloads/ ]
    • Flash your SD card as usual using Etcher or Win32DiskImager
    • Open up the "boot" partition and edit "config.txt", adding "dtoverlay=dwc2" to the bottom
    • Open up "cmdline.txt" and add "modules-load=dwc2,g_ether" after "rootwait"
    • Create a new file named "ssh" in the boot folder
    • Insert this TF card to Raspberry Pi Zero/Zero W
    • Pop your newly set up SD card into your Pi Zero
    • plug it into a USB port and you should be able to SSH in to "raspberrypi.local",
    • you will need Bonjour, iTunes or Quicktime installed in Windows or Avahi Daemon in Linux for this to work.

--30--