Skip to product information
1 of 8

vendor-unknown

Control the rotation of SG-90 Servo Motor using Ball Switch Module -KT606

Control the rotation of SG-90 Servo Motor using Ball Switch Module -KT606

SKU:KT606

1000 in stock

Regular price Rs. 1,149.00
Regular price Sale price Rs. 1,149.00
Sale Sold out
Shipping calculated at checkout.

For refund/return/replacement, call us at +91 95995 94524 For bulk and B2B enquiries kindly mail us at support@rees52.com

View full details

Hardware Required


Introduction

In this project we will be controlling the rotation of Servo Motor using Ball switch module.

HARDWARE REQUIRED

SOFTWARE REQUIRED

Arduino IDE 1.8.5 (programmable platform for Arduino)

Click To Download:https://www.arduino.cc/en/Main/Software

SPECIFICATIONS

Ball Switch Sensor Module

It consists of a 10kΩ resistor and a metallic ball switch with bidirectional conduction that will open/close the circuit depending on its tilt degree. It does not measure tilt angle. Closes the circuit when it is tilted to the side as long as it is moved with enough force & degree of inclination to activate ball switch inside.

  • Operating Voltage: 5v DC.
  • This module is small and simple to use.
  • Digital switch output (0 & 1)
  • High sensitivity
  • Completes the circuit when the module is tilted
  • LED lights up when tilt switch is activated

Arduino Uno

CIRCUIT CONNECTION

  • Connect GND of Servo motor with GND of Arduino Uno.
  • Connect VCC of Servo motor with Pin 5V of Arduino Uno.
  • Connect Pin Signal of Servo Motor with Digital Pin 9 of Arduino Uno.
  • Connect GND of Ball Sensor with GND of Arduino Uno.
  • Connect VCC of Ball Sensor with Pin 3.3V of Arduino Uno.
  • Connect Pin Signal of Ball Sensor with Digital Pin 2 of Arduino Uno

CODE

https://drive.google.com/open?id=1PPJPe9WbPYzVD4oCXl2PXH-l2VRMxjON

WORKING

Welcome to the Arduino Based Project which consists of Ball switch Module and Servo Motor. The basic principle of Ball switch sensor is being described here. The ball tilt switch module can detect when it is tilted. It works because a ball flows into the gap between two electrodes and completes the circuit when the module is tilted at an angle.Here, we are controlling the rotation of Servo Motor using Ball switch. When the ball switch module is tilted, then the Servo motor rotates at 90° on either direction.