Wingbits Setup Guide for Beginners: Join the Project for Rewards

3 min read 1 year ago
Published on Aug 08, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial provides a comprehensive guide to setting up a Wingbits ADSB ground station. By following these steps, you will be able to track aircraft and flight data while earning rewards. This guide assumes you already have the necessary hardware for the setup.

Step 1: Prepare Your Hardware

  • Ensure you have the required hardware components:
    • Raspberry Pi or similar device
    • ADSB receiver
    • Antenna
    • MicroSD card (at least 16GB)
  • Gather necessary tools:
    • Computer for imaging the OS
    • Card reader or adapter for the MicroSD card

Step 2: Image the Operating System on the SD Card

  • Download the official Wingbits operating system image from the Wingbits website.
  • Use an imaging tool like Balena Etcher or Win32 Disk Imager to write the OS image to your MicroSD card.
    • Open the imaging tool.
    • Select the downloaded OS image.
    • Choose the MicroSD card as the target.
    • Click on “Flash” or “Write” to begin the imaging process.
  • Once completed, safely eject the MicroSD card from your computer.

Step 3: Sign Up with Wingbits

  • Visit the Wingbits website: Wingbits.
  • Create an account by providing the required information (email, password, etc.).
  • Verify your email address if prompted.

Step 4: Add Your Antenna and Station on the Dashboard

  • Log into your Wingbits account.
  • Navigate to the dashboard and find the option to add your station.
  • Fill in your station details, including:
    • Location
    • Antenna type
  • Save the changes.

Step 5: Insert the SD Card and Retrieve IP/Hostname

  • Insert the imaged MicroSD card into your Raspberry Pi.
  • Power on the Raspberry Pi and connect it to your network (via Ethernet or Wi-Fi).
  • Use a network scanning tool or check your router’s device list to find the IP address of your Raspberry Pi.

Step 6: SSH into the Raspberry Pi

  • Open a terminal or command prompt on your computer.
  • Use the following command to SSH into your Raspberry Pi:
    ssh pi@<your-ip-address>
    
  • Enter the default password when prompted (usually "raspberry").

Step 7: Run the Wingbits Setup

  • After logging in, run the Wingbits setup script:
    curl -sSL https://wingbits.com/setup.sh | bash
    
  • Follow the on-screen instructions to complete the setup.

Step 8: Set Your Location

  • During the setup process, you will be prompted to enter your geographical location (latitude and longitude).
  • Ensure the coordinates are accurate for optimal tracking performance.

Step 9: Verify Local Web Viewer (tar1090)

  • Open a web browser and enter the IP address of your Raspberry Pi.
  • Look for the tar1090 web viewer to confirm your setup is working correctly.

Step 10: Check Wingbits Status for Your Station

  • Return to your Wingbits dashboard.
  • Monitor the status of your station to ensure it is actively tracking and reporting data.

Step 11: View Local Web Graphs (graphs1090)

  • Access the graphs1090 interface through your Raspberry Pi's IP address.
  • Review the data visualizations to analyze your station's performance and flight data.

Conclusion

You have successfully set up your Wingbits ADSB ground station and can now track aircraft data while earning rewards. Regularly check your dashboard and local web interfaces for updates and performance graphs. For further assistance or community support, connect with Wingbits through their Twitter or Discord channels. Happy tracking!