Skip to product information
NaN of -Infinity

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.

Pickup available at REES52 OFFICE

Usually ready in 24 hours

For refund/return/replacement, call us at +91 95995 94524 , +91 95995 94520 or mail us at support@rees52.com

  • Delivery time with the Express Shipping option is 2-3 working days, and with the Standard Shipping option is 5-6 working days. It varies based on location, reliant on courier services.

  • Delivery time if the order item is on Preorder Status is 15-20 working days.
  • For COD you have to pay extra charges of Rs 350/- before the shipment. (We will share the company QR Code, UPI ID or Account details for the same)
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.