Coder Social home page Coder Social logo

aprs-1's Introduction

aprs

Mini-APRS Transmitter

(Note alot of these notes are now VERY wrong -- I'll update these later)

This project is combining a bunch of pieces together to greate a small 1w APRS transmitter. This can be connected to an external RF AMP for extended coverage.

Bits and Pieces:

  • GYNEO6MV2 GPS Module ~ $5 USD
  • DRA818V 2M Transiver ~ $15 USD
  • ESP12E 8266 Devkit v2 ~ $5 USD
  • Atmega 128 with Arduino Bootloader ~ $2 USD
  • Total Cost (Not including extra bits and board): ~ $30 USD

sendafsk

Arduino Sketch that takes a serial APRS message and transmits it - Also, will take DRA818V commands and pass them on.

This is strongly based on the Trackuino code (actually, most of it is from that project) - See https://github.com/trackuino/trackuino

sketch

(Needs to be renamed)

8266 Sketch that Interfaces the GPS and sendafsk with a handy Wifi front-end.

Using ESP12E Devkit as Arduino

http://www.instructables.com/id/The-First-Usage-of-NodeMCU-ESP12E-DEVKIT-V2/

This project is using the same basis as http://www.f4huy.fr/?p=906 however, will probably be different and our own brand of weird.

ESP12E Pinouts:

  • D0 - GPS Fix LED
  • D2 - GPS TX
  • D3 - GPS RX

AX25/AFSK Libraries

Eventually it would be nice to make the 8266 do the ASFK - but, there is pin limitations - so maybe the current way is best.

Current issue is getting AFSK working on the ESP8266 (ESP12E). This is a list of Libraries implementing this, however none work with the ESP.

Ones that use a specific modem board:

APRS Nodes:

Notes for Rev2

building

To build platformio run -e [enviroment:brains/sendafsk]

To push platformio run -e [enviroment:brains/sendafsk] -t upload

Upload config: platformio run -e brains -t uploadfs

aprs-1's People

Contributors

amishhammer avatar coolacid avatar

Watchers

 avatar  avatar

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.