Notifications
Clear all

Remote control for md10c

6 Posts
3 Users
0 Likes
703 Views
(@robby)
Member
Joined: 3 years ago
Posts: 4
Topic starter  

Hi everyone,

I just wondering if someone can help me to change the code that Bill made: 

https://dronebotworkshop.com/nrf24l01-wireless-joystick/

After download there are 2 file trasmiter e reciver car. The question is how to change the code to use two md10c R3 driver?  The l298n motor driver  has 3 cables for every motor but the md10c r3 has only 2. 

any help is appreciated.

Thanks


   
Quote
codecage
(@codecage)
Member Admin
Joined: 5 years ago
Posts: 1018
 

@robby,

I'll have to visit my code again to take a look at that example, so it won't happen quickly.  So hopefully someone else can pipe up and offer you some assistance.

SteveG


   
ReplyQuote
(@robby)
Member
Joined: 3 years ago
Posts: 4
Topic starter  

@codecage ok thanks


   
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@robby

Posted by: @robby

Hi everyone,

I just wondering if someone can help me to change the code that Bill made: 

https://dronebotworkshop.com/nrf24l01-wireless-joystick/

After download there are 2 file trasmiter e reciver car. The question is how to change the code to use two md10c R3 driver?  The l298n motor driver  has 3 cables for every motor but the md10c r3 has only 2. 

Not sure if that link you posted actually refers to the mdc10?
Perhaps this one might be better? Control Large DC Gearmotors with PWM & Arduino

The only difference I see is that ground is not located on the opposite side on an L298n... is that what is throwing you?

As for the code, you just need to define an additional 2 pins in your code to use for the additional controller you want, and send signals to those pins accordingly, whether by button, pot, etc...

If you need specific help with coding it, please post your code so we can see where you're going wrong.


   
ReplyQuote
(@robby)
Member
Joined: 3 years ago
Posts: 4
Topic starter  

@frogandtoad

Hi frogandtoad, thanks for your answer.

This weekend I try again. I will let you know.


   
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@robby

Posted by: @robby

@frogandtoad

Hi frogandtoad, thanks for your answer.

This weekend I try again. I will let you know.

No worries... I forgot to mention that you should also download the datasheet attached to Bill's article I linked to, as it has all the details you need.


   
ReplyQuote