LightAPRS-1.0/README.md

5.6 KiB

LightAPRS Tracker

LightAPRS is one of the affordable, smallest, lightest, powerful and open source APRS trackers available. It makes tracking pico balloons, weather balloons, model rockets, RC aircraft, and anything else that flies simple and easy. It is able to report location, altitude, temperature and pressure to the internet (APRS-IS) or direct to an amateur radio once a minute with a solar panel/super capacitors or just 4xAAA batteries. Because LightAPRS is open source you can add your own custom sensors via I2C/SPI pins.

LightAPRS is available on http://www.qrp-labs.com/lightaprs.html for order.

Important : LightAPRS uses the amateur 2 meter radio band which requires an amateur radio license to operate.

Basic Features

  • Software : Open Source
  • Weight : 8 grams
  • Dimensions : 3 cm x 5 cm
  • IDE : Arduino
  • Platform : MightyCore
  • CPU : Atmega1284P-AU
  • Flash : 128 kB
  • Ram : 16 kB
  • EEPROM : 4 kB
  • Operating Frequency : 8 Mhz
  • Operating Voltage : 3.3 Volt
  • Input Voltage : 3.3 Volt (via 3.3V pin) or 4.5 (min) - 15 (max) Volt via usb or VBat pin
  • BOD : 2.7 Volt
  • Sensor : BMP180 (pressure and temperature)
  • Radio Module : Dorji DRA818V (included)
  • Radio Operating Frequency : 134-174 Mhz (configurable by code)
  • Low Pass Filter : Available (7 elements)
  • Radio Power : 0.5 Watt or 1 Watt (configurable by code)
  • Power Consumption (Sleep) : ~5 mA
  • Power Consumption (TX) : ~460 mA (0.5 Watt) / ~760 mA (1 Watt)
  • GPS : Ublox MAX-M8Q (GPS-GLONASS)
  • GPS Antenna Gain : 4.3 dBi
  • Extended Pins : I2C, SPI
  • USB Serial : CH340G

Configuration

To programme LightAPRS Tracker, all you need is a micro usb (B type) cable, a few installations and configurations.

1.Install CH340G Driver

The CH340 chip is used by a number of Arduino compatible boards (and by LightAPRS) to provide USB connectivity, you may need to install a driver. (If you have installed it before for a clone Android board, you don't have to install it again.)

Don't worry, it's really easy. Just download the following driver from sparkfun.com and install it.

2.Install Arduino IDE

Download and install Arduino IDE. If you have already installed Arduino, please check for updates. Its version should be at least v1.8.7 or newer.

3.Install MightyCore

  • Open the Arduino IDE.
  • Open the File > Preferences menu item. [Screenshot]
  • Enter the following URL in Additional Boards Manager URLs:

https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json

  • Separate the URLs using a comma ( , ) if you have more than one URL
  • Open the Tools > Board > Boards Manager... menu item. [Screenshot]
  • Wait for the platform indexes to finish downloading.
  • Type "MightyCore" in search bar until you see the MightyCore entry and click on it.
  • Click Install .
  • After installation is complete, close the Boards Manager window.

4.Configure MightyCore

  • Open the Tools > Board menu item and select ATMega1284 from the end of the list. [Screenshot]
  • After selecting ATMega1284 you will see new options under Tools menu. Select these options as follows:
  • Clock: 8 MHz external
  • BOD: 2.7v
  • Pinout: Standart
  • Variant: 1284P
  • Compiler LTO : Disabled

5.Copy Libraries & Compile Source Code

You are almost ready to programme LightAPRS Tracker :)

  • First download the repository to your computer using green "clone or download" button.
  • There are more then one Arduino projects optimized for different use cases. For example if you are planning to use LightAPRS tracker for a pico balloon project, then use "LightAPRS-pico-balloon" folder, for a hab (high altitude balloon)/weather balloon project, then use "LightAPRS-hab" folder.
  • You will notice some folders in the "libraries" folder. You have to copy these folders (libraries) into your Arduino libraries folder on your computer. Path to your Arduino libraries:
  • Windows : This PC\Documents\Arduino\libraries\
  • Mac : /Users/<username>/Documents/Arduino/libraries/
  • Then open the *.ino file with Arduino IDE and change your settings (Callsign, SSID, comment, etc.)
  • Click Verify

6.Upload

  • First attach an antenna (at least 50cm monopole wire) to your tracker. Radio module may be damaged when not attaching an antenna, since power has nowhere to go.
  • Connect LightAPRS Tracker to your computer with micro USB cable.
  • If you have succesfully installed CH340G driver explained in the first step, you should see a COM port under Tools->Port menu item. Select that port.
  • Click Upload
  • Your tracker is ready to launch :)

Support

If you have any questions or need supoort, please contact support@lightaprs.com