GithubHelp home page GithubHelp logo

satellitetracker's People

Contributors

alexchang0229 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  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  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

satellitetracker's Issues

Alternate Arduino Board Support

Would an ESP8266 board work equally well for the tracking part? Would like to push tracking data to the board without manual changes to the code. Thanks.

P.S. Of course, will always power the stepper motors with independent power source but common ground. :)

Kind regards.

Compile error.

I receive a compile error “ ‘passinfo’ not declared in this scope” when attempting to compile using either Arduino IDE or Web Editor.

Number of supported satellites?

Hey! Love the project, thank you so much!

How many satellites can I track at one time? I added more to the tracker_main config, but when I go to compile it I get this error:

tracker_main:14:123: error: too many initializers for 'char [4][30]'
 char satnames[4][30] = {"MARS 2020","NEOSSAT","VANGUARD 1","SCISAT","TIROS N","AURA","GRACE-FO 1","GRACE-FO 2","HST","ISS"};// Names of satellites.
                                                                                                                           ^
tracker_main:15:320: error: too many initializers for 'char [4][30]'
 char satURL[4][30] = {"satcat/tle.php?CATNR=45983","/satcat/tle.php?CATNR=39089","satcat/tle.php?CATNR=00005","/satcat/tle.php?CATNR=27858","/satcat/tle.php?CATNR=11060","/satcat/tle.php?CATNR=28376","/satcat/tle.php?CATNR=43476","/satcat/tle.php?CATNR=43477","/satcat/tle.php?CATNR=20580","/satcat/tle.php?CATNR=25544"}; // URL of Celestrak TLEs for satellites (In same order as names).
                                                                                                                                                                                                                                                                                                             
exit status 1
too many initializers for 'char [4][30]

I tried replacing all instances of [4] with [10], which is how many satellites I'm tracking. It compiled without errors, but then after uploading it the MKR1000 fails to initialize and I don't get anything on my serial monitor.

Any help would be appreciated!

Thanks,
Ted

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.