Git Product home page Git Product logo

cubecell_lora_aprs_tracker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cubecell_lora_aprs_tracker's Issues

Platformio issue Solved

The Platformio.ini below is the only working one, if you want to compile without trouble please change accordingly !
The older " platform = asrmicro650x " in the original code is no longer valid from Heltec cubecell.

[env]
platform = heltec-cubecell
board = cubecell_gps
framework = arduino
monitor_speed = 115200
lib_deps =
https://github.com/dj1an/APRS-Decoder-Lib.git#cubecell
paulstoffregen/Time @ 1.6

[env:cubecell_gps]
#upload_port = /dev/ttyUSB1
#monitor_port = /dev/ttyUSB1
build_flags = -Werror -Wall

All the best 73
ON2ON

Optimize Energy Management

Just did a few Measurements with the actual Firmware:
Current was measured in between Battery and the Cubecell Board without USB Power.

  1. LCD on, GPS: on: 50-63mA
  2. LCD on, GPS off: 17.9mA
  3. LCD and GPS off: 11.27mA
  4. LCD, GPS and Radio off, CPU Sleepmode : 11.17 mA

As there is no On/Off switch on the Device itself, we have to fully rely on the Sleepmode for Standby use.
The advertised 21uA from the Datasheet is not nearly reached, so the Battery gets drained fast.

GPS positioning, not very precise

I've let the board run for a while at a stationary position. It seems to move about, I assume this might be a GPS issue, but I have a feeling it might be the conversion from GPS Coordinates to APRS packet format. It's not TOO far off but will test this further.

image

Get rid of Heltecs LoRaWan_APP

Is it really necessary to use Heltecs LoRaWan_APP for controlling the Hardware?
All example Codes and other Projects i found are using this.
Would be cleaner to directly access the Hardware.

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.