-
Notifications
You must be signed in to change notification settings - Fork 200
Expert ~ SSH shell
bortek666@gmail.com edited this page Nov 24, 2018
·
3 revisions
To log into the Linux console, there are three ways:
- Connect keyboard and monitor to the Pi
- Press alt-F12 to switch to TTY12
Note: In case you want to login to the GroundPi, while the AirPi is running, stop the AirPi first. Otherwise, you'll not be able to see the console because the video is in front of it!
- Enable ETHERNET_HOTSPOT and/or WIFI_HOTSPOT in wifibroadcast-1.txt config file
- Connect a computer via Ethernet or Wifi
- Use your favorite SSH client in your favorite OS (e.g. PuTTY for Windows)
- Connect to IP 192.168.1.1 using Ethernet hotspot or 192.168.2.1 for Wifi hotspot
- Username: root
- Password: raspberry
- Connect the Pi to your router before powering it up
- To determine the IP, either watch the HDMI screen, you will see a message showing the IP the Pi has aqcuired, or:
- Look into your router's webinterface, you will see the Pi with hostname "wifibrdcast-rx" or "wifibrdcast-tx"
- Use your favorite SSH client in your favorite OS (e.g. PuTTY for Windows) to connect to that IP
- Username: root
- Password: raspberry
Note: The filesystem is read-only when nobody is logged in and will be automatically switched to read-write when logging in.
General
Hardware Setup
- Proper Wiring
- Power Supply (BECs)
- Supported Pi models
- Supported Cameras
- Supported WiFi Adapters
- Supported Displays
- Antennas
- DIY builds
Software Setup
- Basic configuration options
- Advanced Options
RC Control
- General
- RC with Ardupilot (MAVlink)
- RC with iNav
- DIY builds
Ground Stations
- Mission Planner (Windows)
- QGroundControl (Windows / Linux / Mac / Android /iOS)
- APM Planner (Windows / Mac / Linux)
- Tower (Android)
- FPV_VR (Android)
- GStreamer (Windows / Mac / Linux)
- Fishing FanCam (iOS)
Expert Settings
- OSD MAVLink message types
- Transmit power settings
- SSH shell
- Raspivid camera settings
- Optimizing-Power-Consumption
Extensions / AddOns
- HDMI-in cards
- WebCams
- Video Switcher
- Thermal (FLIR, Seek)
- 360° cameras
Community-HUB
Developer's Corner
- Room for Improvement
- Mounting Images
- Reducing Images size
- WinSCP (copying files)