AutohotSpot Setup
The autohotspot module automatically switches the RPI0 to hotspot mode when wi-fi is not detected. The module has a terminal wi-fi interface that is utilized by the device web interface. The device web-interface is used when the RPI0 is in hotspot mode.
STEP 1.
Download and unzip the file
curl "https://www.raspberryconnect.com/images/hsinstaller/AutoHotspot-Setup.tar.gz" -o AutoHotspot-Setup.tar.gz
tar -xzvf AutoHotspot-Setup.tar.gz
STEP 2.
Change directories in the Autohotspot folder
cd Autohotspot
Run the script
sudo ./autohotspot-setup.sh
STEP 3.
Install the hotspot
7 Options will come up, select option 2
When prompted "Do you want to continue (Y/n):" Type Y enter
STEP 4.
Finish the install and reboot the device.
PikrellCam Setup
Pikrellcam is repsonsible for core Audio/Video capture functions.
STEP 1.
Update the device
sudo apt-get install
sudo apt-get upgrade
STEP 2.
Download and install pikrellcam
git clone
cd pikrellcam
chmod u+rwx install-pikrellcam.sh
./install-pikrellcam.sh
STEP 3.
Download and apply configuration file
git clone
sudo mv /home/pi/glimpse-cam/sh/pikrellcam.conf /home/pi/.pikrellcam/pikrellcam.conf