Code Monkey home page Code Monkey logo

diy-tracker's People

Contributors

bomilkar avatar kedder avatar peclik avatar pjalocha avatar wbuczak avatar

Stargazers

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

Watchers

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

diy-tracker's Issues

GPGGA/GPRMC from an external source

Not an issue, rather a polite question: do you have any plans (or better yet, any progress?) to receive NMEA GPS coordinates from an external source, say, on RX3/TX3 UART?

There is a note mentioning "read NMEA user input" in main.cpp, but I am not quite sure what it should comprise.

And if there is indeed some plan to implement this, how high a priority that one is (meaning: should I wait patiently, or would you recommend me to start hacking instead)?

Anyway, this one is a fantastic project - thank you a lot for your effort & keep it up!

disabling the GPS PPS

I still cannot figure how to use non-PPS GPS module?

i tried to change "GPS_Status.PPS=0;" in gps.cpp but not working

Installation Manual?

Hi just wondering if there's any instructions for this? I'm using a TTGO T-beam and I'm in Canada so it's the 915 band.

make flash error in ESP32 DIY tracker

I have problem...what is this solution?
I don't believe that "if" shold be wrong place in ldpc.ccp file...

Matti

error codes after make flash:

matti@matti-Latitude-E6420:~/esp/esp32-ogn-tracker$ make flash
Toolchain path: /home/matti/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: esp32-2019r1
Compiler version: 8.2.0
Python requirements from /home/matti/esp/esp-idf/requirements.txt are satisfied.

App "app-template" version: 88b0918-dirty
CXX build/main/ldpc.o
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp: In function 'void LDPC_Encode(const uint8_t*, uint8_t*, const uint32_t ()[5])':
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp:671:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
if(Count&1) ParByte|=Mask; Mask<<=1;
^~
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp:671:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(Count&1) ParByte|=Mask; Mask<<=1;
^~~~
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp: In function 'void LDPC_Encode(const uint32_t
, uint32_t*, uint8_t, uint8_t, const uint32_t*)':
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp:692:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
if(Count&1) Parity[ParIdx]|=Mask; Mask<<=1;
^~
/home/matti/esp/esp32-ogn-tracker/main/ldpc.cpp:692:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(Count&1) Parity[ParIdx]|=Mask; Mask<<=1;
^~~~
cc1plus: some warnings being treated as errors
/home/matti/esp/esp-idf/make/component_wrapper.mk:289: recipe for target 'ldpc.o' failed
make[1]: *** [ldpc.o] Error 1
/home/matti/esp/esp-idf/make/project.mk:582: recipe for target 'component-main-build' failed
make: *** [component-main-build] Error 2

LoRaWAN support

Do you have in mind to add LoRaWAN for the RFM95?
Cause i have read this library and i will try to port this library to the STM32F103C8.

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.