Hi,
I am building a small rc car (about 1:32) with follwing equippment:
- arduino pro mini 3.3v
- TB6612FNG motor driver
- RF24L01 Transceiver
- 130 brushed motor (1.5-4.5V 20000 RPM)
- 2g servo
- some leds
- 1s lipo
I am powering arduino via raw input directly from the lipo. TB6612FNG's and NRF24L01's VCC are powered via 3.3V vcc from arduino. Servo and TB6612FNG's VM are powered via lipo directly.
I have one 100uF between GND and RAW and two 100uF capacitors between VCC and GND.
I think I am issuing EMF issues. I noticed if driving forward fast and then switch to full reverse the arduino is powering off / rebooting.
I found one page dealing with tb6612fng emf: Unter Verwendung der Sparkfun Motortreiber 1a Doppel TB6612FNG - Eine Einführung
I tried using 4 1N4001 diodes as the image on the page shows, but the effect (power off / reboot) stays. I don`t have any oscilloscope to check if they do anything useful.
Does anyone have an idea? My goal is to keep arduino powered and responsive, regardless of the driving style.
Thanks a lot for ideas, Butch