Join 1M+ Happy Users!
A Registration Certificate (RC) is a legal document issued by the Regional Transport Office (RTO) that proves vehicle ownership. It contains vital vehicle owner details, including the make, model, registration number, engine and chassis number, owner’s name, and address. The Vehicle Registration Certificate (RC) is mandatory for all vehicles operating on Indian roads. Information Included in an RC Details :
Find all the relevant RTO details in this section. A state-wise RTO section helps you
locate your nearest RTO.
The process for applying for an RC (Registration Certificate) varies slightly depending on the specific RTO and the type of vehicle you own. However, the general steps involved are as follows:
You can check the RC status and obtain RC details online
in two easy ways:
Many RTOs now offer online services to check the (Registration Certificate) RC status. This can be done by visiting Nearby RTOs or using the Parivahan Sewa portal. Here’s how you can check vehicle RC details online:
Access full RC details online by visiting the official VahanX website. Enter your vehicle details to view important detailed information such as insurance expiry, vehicle specifications, Vehicle owner details, PUC status, and more.
However, there’s a common frustration: the YL-105 is a clone of the more widely documented sensor module. You will rarely find an official datasheet labeled “YL-105,” but don’t worry—by understanding the hardware, you can use the TCRT5000 datasheet as your go-to reference.
F3003/4 YL105 Alpha Wire | Cables, Wires - Management | DigiKey
5V DC (accepts 5V input from Arduino or other microcontrollers). Output Voltage: 1.9 ~ 3.6V DC (provides a regulated 3.3V).
| Pin Name | Description | |----------|-------------| | | Power supply (3.5V – 5.5V) | | GND | Ground | | DO | Digital Output (TTL: HIGH when no field, LOW when field detected – adjustable) | | AO | Analog Output (direct output from the 49E Hall sensor, voltage varies with magnetic flux density) |
The 49E is a linear Hall effect sensor. When exposed to a south pole magnetic field, its output voltage increases linearly with field strength. With no field, it sits at approximately VCC/2.
In consumer electronics, the YL-105 is a standalone . It is commonly used for home, garage, or shed security to detect human movement via heat signatures. Technical Data Detection Range : Up to 5 meters (approx. 16 feet). Detection Angle : 110° wide-angle field of view. Siren Volume : 105dB (high-pitched deterrent).
Note: Pins 2 and 3 are often interchangeable. Some variations label them simply as two data outputs. You usually only need to connect one DATA pin to your microcontroller.
int sensorPin = 2; volatile int pulseCount = 0;
This is a complete security solution designed for:
: It breaks out the standard 2x4 header into a single-row format easier for breadboarding or wiring. VCC : 5V Input (regulated to 3.3V on-board). GND : Ground.
However, there’s a common frustration: the YL-105 is a clone of the more widely documented sensor module. You will rarely find an official datasheet labeled “YL-105,” but don’t worry—by understanding the hardware, you can use the TCRT5000 datasheet as your go-to reference.
F3003/4 YL105 Alpha Wire | Cables, Wires - Management | DigiKey
5V DC (accepts 5V input from Arduino or other microcontrollers). Output Voltage: 1.9 ~ 3.6V DC (provides a regulated 3.3V).
| Pin Name | Description | |----------|-------------| | | Power supply (3.5V – 5.5V) | | GND | Ground | | DO | Digital Output (TTL: HIGH when no field, LOW when field detected – adjustable) | | AO | Analog Output (direct output from the 49E Hall sensor, voltage varies with magnetic flux density) |
The 49E is a linear Hall effect sensor. When exposed to a south pole magnetic field, its output voltage increases linearly with field strength. With no field, it sits at approximately VCC/2.
In consumer electronics, the YL-105 is a standalone . It is commonly used for home, garage, or shed security to detect human movement via heat signatures. Technical Data Detection Range : Up to 5 meters (approx. 16 feet). Detection Angle : 110° wide-angle field of view. Siren Volume : 105dB (high-pitched deterrent).
Note: Pins 2 and 3 are often interchangeable. Some variations label them simply as two data outputs. You usually only need to connect one DATA pin to your microcontroller.
int sensorPin = 2; volatile int pulseCount = 0;
This is a complete security solution designed for:
: It breaks out the standard 2x4 header into a single-row format easier for breadboarding or wiring. VCC : 5V Input (regulated to 3.3V on-board). GND : Ground.