User Tools

Site Tools


test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
test [2019/11/13 13:03] – [Adjust Hardware Configuration File] graftest [2021/03/31 18:25] – [Motors] ursgraf
Line 4: Line 4:
 Before testing your assembled electronics plug in the 12V DC power supply or the Li-Po battery, otherwise the motors won't run. We will now test each component individually. ssh into the BeagleBone blue board and run Before testing your assembled electronics plug in the 12V DC power supply or the Li-Po battery, otherwise the motors won't run. We will now test each component individually. ssh into the BeagleBone blue board and run
 <code> <code>
-debian@beaglebone:$ rc_test_motors -m 1 -d 1+ost@bblue:$ rc_test_motors -m 1 -d 1
 </code> </code>
 //-m 1// selects the first motor while //-d 1// specifies a duty cycle of 1. The motor should lift its bar. If a motor turns in the opposite direction, change the + and - wire of the motor. You can stop the program by pressing ''Ctrl-C''. The test program is located in ///usr/bin// and can be run from anywhere. Check this for all 3 motors. //-m 1// selects the first motor while //-d 1// specifies a duty cycle of 1. The motor should lift its bar. If a motor turns in the opposite direction, change the + and - wire of the motor. You can stop the program by pressing ''Ctrl-C''. The test program is located in ///usr/bin// and can be run from anywhere. Check this for all 3 motors.
 <code> <code>
-debian@beaglebone:$ rc_test_motors -m 2 -d 1 +ost@bblue:$ rc_test_motors -m 2 -d 1 
-debian@beaglebone:$ rc_test_motors -m 3 -d 1+ost@bblue:$ rc_test_motors -m 3 -d 1
 </code> </code>
  
Line 84: Line 84:
  
 <code> <code>
-cat /dev/input/event1+sudo cat /dev/input/event1
 </code> </code>
  
Line 123: Line 123:
  
 ---- ----
-**Next:  **+**Next: [[deploy|]]**
test.txt · Last modified: 2021/10/06 11:15 by ursgraf