Git Product home page Git Product logo

arduino_ais's Introduction

Arduino_AIS - A simple DIY AIS Receiver port of dAISy

Arduino_AIS is a simple AIS receiver based on Silicon Labs Si446x EZRadioPro receiver, using an Arduino (3.3 volt nano used for testing)

AIS, short for "Automatic Identification System", is a tracking system for ships. More on Wikipedia. There are many websites dedicated to tracking ships based on this system, like for example MarineTraffic.

Arduino_AIS features:

  • can be used with arduino Nano 3.3v and an off the shelf si446x module
  • integrated radio, no need for external radio with discriminator tap
  • hopping between channel A (161.975 MHz) and B (162.025 MHz)
  • receives, decodes and validates packets according to ITU-R M.1371-4 (NRZI decoding, bit-destuffing, CRC validation)
  • wraps valid packets into NMEA 0183 sentences (AIVDM)
  • sends NMEA sentences to PC via serial (9600 8N1)

The output of Arduino_AIS can be processed and visualized by mapping and navigation programs like OpenCPN.

All content of this project is published under CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike.

  • if using an arduino nano
  • vcc on radio to 3.3v
  • gnd on radio to gnd
  • gpio2 on radio to pin d2
  • irq on radio to pin d3
  • nsel on radio to pin d4
  • gpio1 on radio to pin d5
  • gpio3 on radio to pin d6
  • sdn on radio to pin d8
  • mosi on radio to pin d11
  • miso on radio to pin d12
  • clock on radio to pin d13

When buying the si446x module make sure it has a 30mhz crystal rather than 26mhz and that it has connectors for all the GPIO Pins you will have better success with the ones that don't have an antenna switch. you can directly connect on a 3.3v Arduino or use 1k limiting resistors D4, D8, D11, D13 on a 5volt version to limit the current

arduino_ais's People

Contributors

pggood 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.