Go to file
Agis Zisimatos debfbcb2e0 Merge pull request #3 from berry120/master
"counter" in cmd_proc() should be declared as static to persist its value across method invocations.
2015-04-24 20:55:15 +03:00
Arduino The counter variable in cmd_proc() must be static (to persist its value across method invocations.) This won't necessarily manifest itself as an issue all the while serial data is being streamed fast enough to keep it in the inner "while(Serial.available())" loop. However, when this is not the case (which happened with us) the counter resets itself to 0 on every repeat of the cmd_proc() method. This then overwrites the contents of the buffer from 0, resulting in no valid commands (potentially in rare cases, corrupted but syntactically valid commands could also manifest.) 2015-04-24 12:25:18 +01:00
PCB Delete wrong gitignore files in SatNOGS Board and in SatNOGS PSU. 2015-02-09 19:09:44 +02:00
Pics Update picture of SatNOGS Board PCB. 2015-02-09 18:48:43 +02:00
.gitignore Modified .gitignore to ignore eagle backup files. 2015-02-09 18:05:49 +02:00
LICENSE Update README with license notice 2015-04-24 13:16:09 +03:00
README.md Update README with license notice 2015-04-24 13:16:09 +03:00

README.md

SatNOGS Arduino

Repository of Arduino code and Arduino PCB for SatNOGS project.

Refer to block diagram in the repository for wiring documentation.

The PCB is based in Arduino Pro Micro and the Pololu stepper motor driver. In the picture below you can see the PCB.

satnogs_PCB

License

© 2014-2015 Libre Space Foundation.

Licensed under the CERN OHLv1.2.