SANTENO / MKL

Motorklappe - an arduino controlled door to let roomba robots out and in a kitchen counter.
GNU General Public License v3.0
0 stars 0 forks source link

MKL: MORE Power, more speed please! #4

Closed SANTENO closed 2 years ago

SANTENO commented 2 years ago

Lid should OPEN much faster.

SANTENO commented 2 years ago
  1. change delayMicroseconds(500); to delayMicroseconds(290); --> 40% faster!

    1. change interval of reading finger protection to every half of a second. (5 times less- sounds quite OK) if ((curMillis - prevMillis_hx711) >= 100) { if ((curMillis - prevMillis_hx711) >= 500) {
SANTENO commented 2 years ago

Power is increased for 2 AMPS measured opeingin time: 15 seconds... 19:08:50.775 -> open: 100 4898 19:09:05.337 -> open: 10100 1281

SANTENO commented 2 years ago

Speed increase does not significantly have effect. Reading duration also considers some time, effect of time reduction by another 20% resulted in about 1 second speed advantage--> leave to 290ms..

SANTENO commented 2 years ago

--> do increase speed on other direction as well -- change Mode 5 similar.