EM2019WSP06/Pobleme und offene Punkte: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→PWM) |
|||
Zeile 2: | Zeile 2: | ||
==PWM== |
==PWM== |
||
− | Despite having enabled the PWM Service of Zephyr there still no PWM Signal in the desired pin. The Solution was editing the <code>pimux.c</code> file of the board. Check [https://wwwvs.cs.hs-rm.de/vs-wiki/index.php/EM2019WSP06/Implementierungsdetails here]. |
+ | Despite having enabled the PWM Service of Zephyr there still no PWM Signal in the desired pin. The Solution was editing the <code>pimux.c</code> file of the board. </br> Check [https://wwwvs.cs.hs-rm.de/vs-wiki/index.php/EM2019WSP06/Implementierungsdetails here]. |
+ | |||
+ | =To be done= |
||
+ | ==Straight driving== |
||
+ | |||
+ | At first the two motors and wheels were very suboptimal and the drive direction was terrible. It got better with the new motors and wheels but still not a straight driving. At the moment only one PWM Signal control the speed of both motors. Adding another PWM Signal and testing again would do an improvement of the straight driving problem. |
Version vom 5. März 2020, 12:05 Uhr
Problems during the development
PWM
Despite having enabled the PWM Service of Zephyr there still no PWM Signal in the desired pin. The Solution was editing the pimux.c
file of the board.
Check here.
To be done
Straight driving
At first the two motors and wheels were very suboptimal and the drive direction was terrible. It got better with the new motors and wheels but still not a straight driving. At the moment only one PWM Signal control the speed of both motors. Adding another PWM Signal and testing again would do an improvement of the straight driving problem.