Jonas Arnold
9a6402f32e
implemented auto publish of battery voltage in both robot modes (ESP32)
4 years ago
Jonas Arnold
82c449ba29
removed unnecessary mqtt topic,
...
added help for mqtt publish
4 years ago
Jonas Arnold
d4df711355
changed LED behavior of the ESP32, to distiguish between stationary and mobile mode,
...
disabled WiFi state LED,
added reboot esp32 command
4 years ago
Jonas Arnold
c3d42ea3e4
disabled endless mqtt publishing, added shell help for setMode
4 years ago
Jonas Arnold
74bcb92538
outsourced NVS handling to seperate file
...
in order to be future proof for other parameters that need to be non-volatile
4 years ago
Jonas Arnold
7ffd5b9d7f
implemented nvs in challenge_app to make robotMode non-volantile
4 years ago
Jonas Arnold
961319eb0b
fixed log
4 years ago
Jonas Arnold
1aa3a601d7
added microjson lib,
...
implemented json parsing,
fixed litterally 200 errors since the IDE did not display them until now (I was already suspicious because everything went so well),
I even fixed the library,
some functionality is now commented since there are still errors. I marked them with a //TODO (mainly splitflap_wrapper.c)
to conclude: it now builds again
4 years ago
Jonas Arnold
6b7d7e0635
added challenge_com,
...
JSON parsing not yet implemented,
improved main workflow for challenge_app,
updated CMakeLists
4 years ago
Jonas Arnold
e9bfb033c6
add function to retrieve robot mode
4 years ago
Jonas Arnold
c0a6cb5a52
implemented function and shell command to set the mode
4 years ago
Jonas Arnold
c88388b415
renamed application to challenge_app,
...
implemented basic shell commands for challenge application,
4 years ago