Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.04 KB

Readme.md

File metadata and controls

28 lines (20 loc) · 1.04 KB

Build Status

ManhattanMapper

This is code to drive a combined TTN Mapper / MapTheThings node.

It expects to be run with the following hardware:

  • Adafruit Feather LoRa M0
  • SD Data Logger module (via SPI) for storage of GPS logs and LoRaWAN parameters.
  • Adafruit GPS FeatherWing (via Serial)
  • OLED 32x128 Display (via I2C) with 3 buttons (on dedicated pins)

Software

The ManhattanMapper uses PlatformIO as a build tool.

  1. Clone the repository to a local directory: git clone https://github.com/frankleonrose/ManhattanMapper.git
  2. cd into that directory
  3. Use PlatformIO (pio) to run unit tests locally (no device required): pio test -e native_test
  4. Build the default environment: pio run
  5. Upload to your device: pio upload

License

Source code for ManhattanMapper is released under the MIT License, which can be found in the LICENSE file.

Copyright

Copyright (c) 2018 Frank Leon Rose