Skip to content
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

hsmm-pi dont work on RPI zero w #122

Open
Mikkke46 opened this issue May 30, 2017 · 5 comments
Open

hsmm-pi dont work on RPI zero w #122

Mikkke46 opened this issue May 30, 2017 · 5 comments

Comments

@Mikkke46
Copy link

Hello, i want to build a mesh network between two RPI 3 and one RPI zero w.

The RPIs 3 are ok. But i can´t access web application on zero w. The problem maybe is the fact of the zero W don't have ethernet port. Do you have any solution or idea to solve that? What i have to change?

Regards

@2E0PGS
Copy link

2E0PGS commented May 30, 2017

Yes I do. Basically you have to put the PI Zero W modded grub so it will enable Ethernet over USB so it can share internet with the laptop / desktop.

I may make a video on it since the process is a little tricky.

The other easier option is to use a PI B by moving the SD card into that for setup then moving it back into the PI Zero W since that shares the same chip set besides WIFI. So you need to add the WIFI dongle to the PI B. Again you need a PI B ofc for that. I haven't tried the latter but I have swapped SD cards between the two a few times before.

Cheers,
2E0PGS

@Mikkke46
Copy link
Author

Do you have any tutorial to follow ? If you could provide the video it will be very nice! I don´t have any wifi dongle to RPi B...

@2E0PGS
Copy link

2E0PGS commented May 30, 2017

Not atm. I plan to do a write up soon and video perhaps.

@Mikkke46
Copy link
Author

Ok thanks! I will try to do as you explain in your 1st reply

@natcl
Copy link

natcl commented Jun 1, 2017

You can setup the pi zero w the following way:

mount the sd card on your computer and modify those files:
in config.txt add this at the end:

dtoverlay=dwc2

in cmdline.txt add this after rootwait

modules-load=dwc2,g_ether

Insert the card in the pi, plug the pi to your laptop using a regular microUSB cable, make sure to use the left-most usb port on the pi.

The pi should be seen as a network interface and you can now ssh to it by it's hostname (ssh [email protected]) if you did not change it. Or you should be able to access the hsmm config page at http://raspberrypi.local:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants