Page 1 of 1

Recreate Project Arduino + 10A Motor Shield + Encoder Motor

PostPosted: Mon Sep 05, 2016 11:20 am
by helmi
Hello everybody :D

Can someone help me to recreate this project http://tutorial.cytron.com.my/2016/04/0 ... der-motor/ with limited hardwares.

Here is the hardware that I have :

- Arduino UNO
- Cytron 10A Motor Driver Shield (Arduino)
- 1K Resistor
- Male to Male Jumper Wire
- Planetary DC Geared Motor (42mm) 49:1

How can I modify the code to make sure it can works with that limites hardware. Thank you.

Re: Recreate Project Arduino + 10A Motor Shield + Encoder Mo

PostPosted: Mon Sep 05, 2016 5:31 pm
by ZaM
Hi, hardware that you have is enough to recreate this project. For hardware side, you need to solder resistor directly to jumper wire to replace Breakout Shield and for software side, minimal changes is needed, you need to disable Key Press waiting code to run automatically without LCD keypad shield. You need to comment out this line //waitAnyKeyPress();

Re: Recreate Project Arduino + 10A Motor Shield + Encoder Mo

PostPosted: Wed Sep 14, 2016 2:22 pm
by helmi
Thank you.. It's works :D