Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mowmotor test can be startet by "AT+D" command in the serial monitor.
Description of the process will be shown in serial monitor.
Beschreibung:
Der Mähmotortest kann per Serial monitor mit Kommando AT+D aktiviert werden. Über den Serial monitor werden dabei Informationen für den Ablauf des Testes ausgegeben. Beschreibung des Ablaufs:
der Mähmotor wird auf einen PWM-Wert von 100 langsam hochbeschleunigt
Rampe bis zum stopp runter
Falls man die Verbindung zum Serial monitor unterbrochen hatte, kann man diese jetzt wieder herstellen um den zuletzt getesteten PWM-Wert auslesen zu können. Dafür hat man ca. 2 Minuten Zeit. Sobald man die Verbindung wieder hergestellt hat, kann man durch drücken der START/STOP-Taste die Wartezeit unterbrechen.
Dieser Test ist hauptsächlich dafür gedacht, die Lautstärke des Mähers beim Mähen testen zu können, um eine für sich (und die Nachbarn ;-) ) akzeptable Geschwindigkeit zu ermitteln. Der Ermittelte PWM-Wert kann dann in der config.h bei MAX_MOW_RPM eingetragen werden.
================================================================================
Description:
The mower motor test can be activated via the serial monitor with the AT+D command. Information for the course of the test is output via the serial monitor. Description of the process:
the mowing motor is slowly accelerated to a PWM value of 100
increase.
a stop
If you had interrupted the connection to the serial monitor, you can now reestablish it in order to be able to read out the last tested PWM value. You have about 2 minutes for this. As soon as the connection has been restored, you can interrupt the waiting time by pressing the START/STOP button.
This test is mainly intended to be able to test the volume of the mower while mowing in order to determine an acceptable speed for yourself (and the neighbors ;-) ). The determined PWM value can then be entered in config.h at MAX_MOW_RPM.