Skip to content

javierinho2000/endthatcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Endthatcall Pushbutton

End that call v0.1

End Teams and Zoom calls with an emergency button

Based on

Bill of materials

Emergency push button

DrRobot's Beetle, a Leonardo-compatible really small board

  • A 47K ohm resistor.

A 47K ohm resistor

  • Any Micro USB cable.

  • A couple of solid-wire cables you might have running around. Stranded will do as well.

Pinout / Wiring

  • To avoid having the pin floating when the switch is open, you'll need to solder a resistor (in my tests 22K ohm was not enough, but 47K ohm worked perfect) from D9 to ground:

Beetle with soldered resistor to D9 and ground

  • Solder a cable to the 5V pin and another cable to the D9 pin (in my case I soldered it to the resistor's leg going through the D9 hole:

Top view of beetle with soldered resistor and cables

Bottom view of beetle with soldered resistor and cables

Yeah, I know, my soldering was far from perfect :-) It works though...

  • Connect the cable from the 5V pin to the Normally Open terminal on the switch (usually labeled NO).

  • Connect the cable from the D9 pin to the Common terminal on the switch. If you use another digital pin, remember to adjust the 'pin' variable accordingly.

Beetle and push button wired together

**Warning** Pictures were taken without proper insulation. Don't forget to cover the exposed wires with some insulation.

  • Connect your micro-USB cable.

  • Cut a hole for the USB cable:

Hole cut through the push button box

Fitting the board inside the plug

This might be tricky depending on your setup and board. Because the Beetle is so small it was not really an issue. You'll need some Dremel work to open a hole for the usb cable.

Setup needed

  • In the code, check the 'pin' and 'target' variables. For the latter, only one OS/app should be selected.

How does it work

Tested On

  • Windows 10, Teams and Zoom
  • OSX 10.14, Teams and Zoom

About

End Teams and Zoom calls with an emergency button

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages