Skip to content

modifications to the adsb-exchange image to support operations at 88NV.

Notifications You must be signed in to change notification settings

eastham/88nv_adsb_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

88nv_adsb_box: modifications to the adsb-exchange image to support operations at 88NV.

Files in here enable:

  • Logging of all aircraft seen at 1/5 Hz
  • Support for a small OLED (SSD1306) display that shows system status and IP address
  • Support for an illuminated button that allows easy reset of the wifi setup to stock each year (maybe not needed if we switch to Ethernet)

Install process as of 4/5/24:

New approach on raspi 5:

  • flash 64-bit raspi image to sd, boot it up
  • in pi gui, enable ssh, enable vnc
  • install adsbx

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/ADSBexchange/image-builder/master/image-setup.sh)" add user pi (for adsbx admin access) sudo reboot now

XXX futz around with ttyusb0 permissions

  • gpsd using USB port sudo apt-get remove gpsd

  • Update tar1090 to latest from our forked repo:

  • go to localhost web ui, update receiver position and radio config

  • clone this repo

cd ~ ; git clone https://github.com/eastham/88nv_adsb_box.git

  • Copy over files from 88nv_adsb_box directory into active filesystem

XXX

  • install mesh_adsb (not used on all boxes)

git clone https://github.com/eastham/mesh_adsb.git cd mesh_adsb python3 -m venv . source bin/activate pip3 install -r requirements.txt (update rc.local to run mesh_receiver.py --host READSB_HOST [--port READSB_PORT])

  • install adsb_actions

(follow instructions on https://github.com/eastham/adsb_actions)

Optional commands to set up display, if installed:

  • sudo apt-get install pip
  • sudo raspi-config, enable i2c
  • sudo pip3 install Adafruit_GPIO
  • sudo pip3 install Adafruit_SSD1306
  • sudo pip3 install netifaces

Image of device

About

modifications to the adsb-exchange image to support operations at 88NV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published