

The Tomada 12V Carro is a 12-volt car socket manufactured by Carro with the part ID CAR. This component is a standard automotive power outlet, commonly used to charge and power electronic devices such as smartphones, GPS units, dash cameras, and portable air compressors. It provides a reliable and convenient way to access power from a vehicle's electrical system.








The Tomada 12V Carro is designed to operate within the standard automotive electrical system. Below are its key technical details:
| Parameter | Value |
|---|---|
| Operating Voltage | 12V DC |
| Maximum Current Rating | 10A |
| Power Output | Up to 120W |
| Material | High-temperature resistant plastic and metal contacts |
| Mounting Style | Panel mount or surface mount |
| Dimensions | 30mm diameter (approx.) |
| Manufacturer Part ID | CAR |
The Tomada 12V Carro typically has two connection terminals:
| Pin Name | Description |
|---|---|
| Positive (+) | Connects to the vehicle's 12V power supply (battery positive terminal) |
| Negative (-) | Connects to the vehicle's ground (chassis or battery negative terminal) |
Mounting the Socket:
Wiring the Socket:
Testing the Socket:
Using with USB Adapters or Inverters:
The Tomada 12V Carro can be used to power an Arduino UNO via a 12V-to-5V USB adapter. Below is an example of how to connect and use it:
// Example Arduino Code: Blink an LED
// This code assumes the Arduino UNO is powered via the 12V car socket
// using a 12V-to-5V USB adapter.
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Socket not powering devices | Loose or incorrect wiring | Check and secure all connections |
| Fuse blows frequently | Overloading or short circuit | Ensure load is within 10A; check for shorts |
| Device not charging properly | Incompatible adapter or device | Use a compatible adapter or device |
| Socket overheats | Exceeding power rating or poor ventilation | Reduce load; ensure proper airflow |
Can I use this socket with a 24V system?
No, the Tomada 12V Carro is designed for 12V systems only. Using it with a 24V system may damage the socket or connected devices.
What type of fuse should I use?
Use a 10A automotive blade fuse for optimal protection.
Can I install this socket in a boat or RV?
Yes, as long as the electrical system operates at 12V DC.
Is the socket waterproof?
The socket itself is not waterproof. Use a weatherproof cover if installing in an exposed area.
By following this documentation, you can safely and effectively use the Tomada 12V Carro in your vehicle or other 12V applications.