OpenAstroTracker-Firmware
OpenAstroTracker-Firmware copied to clipboard
Official firmware for the OpenAstroTracker.
I had some issues with the EEPROM store and wanted to try the dummy store to double.check. Unfortunately it didn't compile. Here's what I did to get it to run....
In order for the UART to work, the RX pin must have an interrupt. INT and PCINT interrupts are supported. For some reason D14 and D15 don't work (they should...
Hi, it seems to me that with changes made from v 1.12.5 (d5daf2e1) to 1.12.6beta (38586cea) my esp32 build crashes with a ``` Guru Meditation Error: Core 1 panic'ed (LoadProhibited)....
Hello, After setting DEC up and low limits in CAL, it seems that the limits are not storred : limits remain = 0 in INFO.
On non-FW changes still do version checks to make sure the version hasn't been screwed with. (instead of bailing out right at the start). Previously a CI-only change could've also...
Linking is a single-threaded task it does not effectively utilize multicore processors. By changing `matrix_build.py` to instead create N projects which each will build a solution in parallel we can...
When I set the speed/accel of the new stepper lib too high (I used 16.0 for both), MHRR3 doesn't find the magnet anymore and subsequently goes off the rails on...
we should add a version value to each generated local config, e.g: ```cpp #define LOCAL_CONFIG_VERSION 1 ``` the firmware code could then have following definition & check: ```cpp #define MIN_LOCAL_CONFIG_VERSION...
- Added support for informational displays (no interactivity) - Added implementation for a 128x64 OLED informational display - Allowed ALT steps per revolution to be set directly - Removed drift...
`@` specifiers are not valid for git dependencies (only PlatformIO dependencies). Example 5 here: https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html#repository-git-hg-svn