rpi_wifi_direct
rpi_wifi_direct copied to clipboard
create a autonomous wifi hotspot on a Raspberry pi
Hotspot Wifi direct Raspberry Pi 3
Scripted by this method:
https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/
https://goozenlab.com/blog/2019/03/hostapd-buster/
Working with Debian Hypriot OS (include Docker): https://downloads.hypriot.com
- connect to raspberry pi 3 with ssh
- run commands
sudo -s
wget -P /home/pirate https://raw.githubusercontent.com/jancelin/rpi_wifi_direct/master/raspberry_pi3/install_wifi_direct_rpi3.sh; chmod +x /home/pirate/install_wifi_direct_rpi3.sh; bash -x /home/pirate/install_wifi_direct_rpi3.sh
- reboot
- enjoy
- After reboot, connect your pc, phone,... to the hotspot wifi "GeoPoppy_Pi3"
- password: geopoppy
- ip of raspberry pi wifi : 172.24.1.1
- hotplug ethernet
- hotspot wifi
Full project "GéoPoppy" a nano-server GIS at
https://github.com/jancelin/geo-poppy/blob/master/install/README_install_geopoppy.md
https://github.com/jancelin/geo-poppy