Skip to content

Commit 4d6f46c

Browse files
committed
Merge branch 'production_repo' into log-on-wifi
2 parents 507e475 + c71285d commit 4d6f46c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+55
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1

.github/ISSUE_TEMPLATE/feature_request.md

+1-1

3D-Print/Gegensteuerung.3mf

841 KB
Binary file not shown.

DPVController/motor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const unsigned long MAX_DELTA_US = 30/*microseconds*/ * 1000; //Maximum time fro
3535
const double MIN_SPEED_PERCENT = 0.38; //Speed on lowest setting in percent of max.
3636
const double MIN_SPEED_SOFT = 0.1; //Minumum % we sent to the motor during soft acceleration.
3737
const double MAX_SPEED_RPM = 14500; //Maximum speed in rpm. Speed of 100%
38-
const int SPEED_UP_TIME_US = 5/*s*/ * 1000 * 1000; //time we want to take to speed the motor from 0 to full power.
38+
const int SPEED_UP_TIME_US = 3/*s*/ * 1000 * 1000; //time we want to take to speed the motor from 0 to full power.
3939
const int SPEED_DOWN_TIME_US = 500/*ms*/ * 1000; //time we want to take to speed the motor from full power to 0.
4040
const long MAX_TIME_OVERLOADED = 5/*s*/ * 1000; //Maximum time in ms that we overload the battery before lowering motor power.
4141

README.md

+52-22

buildprocess/20.jpg

-97.2 KB
Binary file not shown.

buildprocess/3dzepp.jpg

46.5 KB

buildprocess/3dzepp_inner.jpg

56 KB
File renamed without changes.

buildprocess/batt.jpg

166 KB

buildprocess/batt2.jpg

2.28 MB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

buildprocess/gear.jpg

50.2 KB

buildprocess/gear2.jpg

2.91 MB

buildprocess/handle.jpg

71.5 KB
File renamed without changes.
File renamed without changes.

buildprocess/led.jpg

1.42 MB

buildprocess/ledcooler.jpg

2.81 MB

buildprocess/leddisplay.jpg

45.4 KB
File renamed without changes.

buildprocess/leddisplay_hole1.jpg

3 MB

buildprocess/leddisplay_hole2.jpg

3.82 MB

buildprocess/leddisplay_hole3.jpg

3.63 MB
File renamed without changes.
File renamed without changes.
File renamed without changes.

buildprocess/me.jpg

128 KB

buildprocess/me2.jpg

73.7 KB
File renamed without changes.
File renamed without changes.

buildprocess/motorplate.jpg

3.25 MB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

buildprocess/stator.jpg

1.28 MB
File renamed without changes.
File renamed without changes.

images/video2.png

444 KB

images/video3.png

577 KB

0 commit comments

Comments
 (0)