GithubHelp home page GithubHelp logo

direwrite's Introduction

Direwrite

E-ink display for Direwolf APRS decoding on Raspberry Pi Zero

Configured to show UTC timestamp, sending station, heard station, symbol, levels, lat/lon, and any comment available.

Requirements

Hardware

Designed for Pi Zero W and Papirus 2" E-ink display. My station uses a Baofeng UV-5R with BTech APRS-K2 cable, feeding the Pi via a Sabrent USB sound card. It's currently configured as an RX-only iGate due to poor performance issues with the UV-5R vox and TX.

Software

All code references to gktnc should be replaced with your home directory. All scrips and instructions assume this repo is cloned into your home directory.

#TMUX
sudo apt install tmux

#PANDAS
pip3 install pandas

#OPTIONAL - if get Python error "Importing the numpy c-extensions failed."
sudo apt-get install libatlas-base-dev

Enable execution permissions of scripts

chmod u+x /home/gktnc/Direwrite/direwrite.sh chmod u+x /home/gktnc/Direwrite/kill_dw.sh

Run manually

Run manually with direwolf -t 0 & python3 /home/gktnc/Direwrite/direwrite.py or with sh /home/gktnc/Direwrite/direwrite.sh

May need to kill Direwolf after running manually with ps -ef | grep direwolf | grep -v grep | awk '{print $2}' | xargs kill or with sh /home/gktnc/Direwrite/kill_dw.sh

Set to run automatically on boot

Edit user cron with crontab -e. Add the following entry, updating the script directory as needed: @reboot sleep 30 && /usr/bin/tmux new-session -d -s direwolf /home/gktnc/Direwrite/direwrite.sh

Use tmux attach -t direwolf to view session.

Note: To shutdown the Pi gracefully and preserve the SD card, you should SSH in and perform a manual sudo shutdown -h now

direwrite's People

Contributors

rycolos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

spencerx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.