I'm trying to control TAMYIA double gearbox vehicle(2 dc motors) remotely by nrf24 module & arduino nano with l293d motor driver,
I'm sending the commands through processing ide,(through another nano board as a transmitter and the vehicle has the receiver nano),
I can move the the vehicle in all the directions properly, and the l293d is not getting hot(just a little warm)
after a while of running the vehicle, the receiver arduino doesn't respond to any new commands(i.e. going forward, left, right..) it just keeps doing the last command and I have to reset the arduino to make things work again
OK, I found that the problem was because of the receiver nrf24, so I need to restart it
I searched for this, but people always say that it cannot be reset,
any suggestions ?