0

Can i host a hotspot on my RPi 0? So phones can connect to it and use the SSH from the pi.. Bluetooth would work too but my question is how and what do i need it for.

I searched a lot but there are complex ways like Blynx server (Java) that can't successfully run. It is getting to 100% CPU Limit and the console doesn't say anything but it should say Successfully started. While doing something on the RPi 0 in the background for a while gives a Message from syslogd@raspberrypi ... kernel:["Some Hexcodes"]. That's happening very often when i am trying to host a server on my Pi0 like Owncloud. Multiple times formated the SD card and only downloaded trusted packages.

Gladox114
  • 1
  • 1

2 Answers2

1

You can make the RPi 0 W an Access Point so that any device using WiFi, e.g. your smart phone, can connect to it. You can also connect the RasPi to your local WiFi internet router so all devices that are connected to the RasPis Access Point can also get into internet.

This way you are using the RasPi as WiFi repeater. How to do it you can look at Access point as WiFi router/repeater, optional with bridge.

Ingo
  • 42,961
  • 20
  • 87
  • 207
0

You can create an Access Point on any model Pi.

There is a Foundation Access Point tutorial.

There are some limitations on Pi0W as it only has a single interface, so you will have no internet access.

Milliways
  • 62,573
  • 32
  • 113
  • 225