All Projects → quangthanh010290 → Rpi3_hotspots

quangthanh010290 / Rpi3_hotspots

Web

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Rpi3 hotspots

Raspibackup
Backup and restore your running Raspberry
Stars: ✭ 268 (+332.26%)
Mutual labels:  raspberry
Sysinfo
A system handler to get information and interact with processes written in Rust
Stars: ✭ 479 (+672.58%)
Mutual labels:  raspberry
Reconftw
reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
Stars: ✭ 974 (+1470.97%)
Mutual labels:  raspberry
Meta Raspberrypi
Yocto BSP layer for the Raspberry Pi boards
Stars: ✭ 276 (+345.16%)
Mutual labels:  raspberry
Minera
Minera is a web interface to monitor and manage mining devices
Stars: ✭ 337 (+443.55%)
Mutual labels:  raspberry
Raspberryio
The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
Stars: ✭ 593 (+856.45%)
Mutual labels:  raspberry
raspberry pi home security system
Home monitoring system with a Raspberry Pi and sending notifications with a Telegram bot
Stars: ✭ 14 (-77.42%)
Mutual labels:  raspberry
Raspberry Osmc Automated
Media center (OSMC) with automated TV Shows and subtitles download. Once configured, sit and watch TV.
Stars: ✭ 57 (-8.06%)
Mutual labels:  raspberry
Balena Electronjs
electronJS-based resin application template
Stars: ✭ 348 (+461.29%)
Mutual labels:  raspberry
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (+1154.84%)
Mutual labels:  raspberry
Rpi23 Gen Image
Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
Stars: ✭ 300 (+383.87%)
Mutual labels:  raspberry
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+11633.87%)
Mutual labels:  raspberry
Vc4cl
OpenCL implementation running on the VideoCore IV GPU of the Raspberry Pi models
Stars: ✭ 611 (+885.48%)
Mutual labels:  raspberry
Nectarjs
🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.
Stars: ✭ 3,113 (+4920.97%)
Mutual labels:  raspberry
Hyperion.ng
The successor to Hyperion aka Hyperion Next Generation
Stars: ✭ 1,008 (+1525.81%)
Mutual labels:  raspberry
Kupiki Hotspot Script
Create automatically a full Wifi Hotspot on Raspberry Pi including a Captive Portal
Stars: ✭ 265 (+327.42%)
Mutual labels:  raspberry
Pinn
An enhanced Operating System installer for the Raspberry Pi
Stars: ✭ 530 (+754.84%)
Mutual labels:  raspberry
Libgps
UART NMEA GPS library for Raspberry Pi
Stars: ✭ 60 (-3.23%)
Mutual labels:  raspberry
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-16.13%)
Mutual labels:  raspberry
Rpi Jukebox Rfid
A Raspberry Pi jukebox, playing local music, podcasts and web radio, streams and spotify triggered by RFID cards and/or web app. All plug and play via USB. GPIO scripts available.
Stars: ✭ 737 (+1088.71%)
Mutual labels:  raspberry

RPI3_HOTSPOTS

Features:

  • Tested on Raspbian Jessy, Stretch
  • Can install while wlan0 is connected to network.
  • easy to switch betwwen stattion mode and hotspot mode.
  • can share internet between eth0 and wlan0, can be config to share with wlan1 or ...

Introduction:

  • This tutorial will guide you steps to setup the Wifi module of raspberry pi 3 work with Station and Access Point mode, you can easily switch between station mode and AP mode. Setup:
git clone https://github.com/quangthanh010290/RPI3_HOTSPOTS.git
sudo ./install.sh

Test:

  • Station mode: sudo sta [SSID] [password] - Connect to a network with specific ssid name and password ,example:
sudo sta mySSID  myPass
  • Station mode: sudo sta - Connect to a network with saved ssid name and password ,example:
sudo sta
  • AP mode: sudo ap [SSID] [pass] - Create an wifi hotspot with specific ssid and pass ,example:
sudo ap my_ssid 12345678
  • AP mode: sudo ap [SSID] - Create an wifi hotspot with specific ssid and no pass ,example:
sudo ap Mlabviet_wifi

Bugs:

  • station mode somtime need to run more than 1 time or need to be restart the board.
  • work with 2.4GHz wifi(RPI3 not support 5GHz wifi)

Video Demo

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].