I’m not too familiar with electronics and was wondering how to know if my batteries are almost empty. My Voltometer indicates a max load of 20V. When running the motor Voltage starts going down.
At which indicated voltage should I stop using the motor?
Is there a a tutorial out there how I can add a battery load indicator to my build?
Hello Phil
Never go below 3.2 volts per cell because the battery will be damaged, so that the batteries last a long time, I read that it was not necessary to go below 3.6 / 3.7 volts per cell!
I’m also planning to make my own remote. How can I get the “Battery Voltage Indicator” to send a signal to the remote to activate a red LED to visualize the low voltage alarm?
You will probably use two arduinos, one in the remote and one on the ESC side. Both are linked by radio modules, e.g. standard cheap 315 MHz transceivers, or NRF24L01 which use 2.4 GHz. You will need to send the throttle signal from the remote to the ESC side via the radio modules. Those modules are often bi-directional, so nothing keeps you from sending voltage values back to the remote - or just a message that indicates low battery.
Phil, I’m relatively new to the world of batteries as well. I found this tutorial extremely helpful. It’s a little long but really covers all the bases - including your question - in detail.
I’m not too familiar with electronics so your suggestion is a little bit too advanced for me. Does anyone know of a tutorial video that explains how this could be achieved preferably with plug and play components I can order online.
it is really just the same as sending the throttle values to the ESC, just the other way around. If you don’t know how to do this it could be hard for you to build a custom remote anyway, maybe you should try to build up some general Arduino knowledge by playing around with various smaller toy projects?
I am afraid there is no plug and play solution to what you want to achieve.