Switching drone on and off programmatically


#1

Hello,

I’d like to switch my drone on and off using software. This means, that I have e.g. a python script or a C-program that sends a command to the switch, for example via Wifi or Bluetooth. So far, I haven’t found any ready made hardware. In fact, I haven’t even found suitable implementations with simple mechanical switches. Most people seem to be content with ripping huge power cables apart everytime they power off their drone :wink:

I’m currently thinking about using a Wifi enabled microcontroller (e.g. an ESP8266) which operates a relay that sits between battery and drone. Once the relay cuts power, the switching electronics would be powerless too, so the power for relay and controller will come from electrical contacts on the landing platform once the drone is landed.
I’m not yet sure what relay I could use:

  • It has to withstand a lot of current.
  • I want the drone to switch off when the relay is powered and switch on when the relay has no power. Therefore it needs a contact that is closed when the relay has no power (Normally-Closed-Port, NC). Solid state relays don’t have this and are therefore out of the question.

Maybe I could use an automotive relay like this one?

Does anybody have any experience with that? Note that my question is not so much about software development but mainly about recommended hardware.

Thanks and best regards
Janis


#2

Google “rc power switch” and you may find what you are looking for.


#3

I need to control it via software (I’ve extended my question a bit on this part). This rules out mechanical and rc controlled switches (or can rc switches be controlled by software? I don’t yet know all hacks a drone has to offer).
Also, almost no switch I found has a continuous current rating above 10A. Is this really enough for the Drone Dojo ones?