

The Tomada 12V Carro is a 12-volt car socket designed for use in automotive applications. It is compatible with standard automotive plugs and is commonly used to power or charge devices such as mobile phones, GPS units, dash cameras, and portable air compressors. This component is robust and reliable, making it an essential accessory for vehicles.








The following table outlines the key technical details of the Tomada 12V Carro:
| Specification | Details |
|---|---|
| Manufacturer | Carro |
| Manufacturer Part ID | CAR |
| Input Voltage | 12V DC |
| Maximum Current Rating | 10A |
| Power Rating | 120W |
| Material | High-temperature resistant plastic |
| Connector Type | Standard automotive plug socket |
| Mounting Style | Panel mount or surface mount |
| Operating Temperature | -20°C to 70°C |
The Tomada 12V Carro has two main terminals for electrical connections:
| Pin | Description | Notes |
|---|---|---|
| +12V | Positive terminal (input power) | Connect to the vehicle's 12V power supply. |
| GND | Ground terminal | Connect to the vehicle's chassis ground. |
While the Tomada 12V Carro is not directly connected to an Arduino UNO, it can be used to power the Arduino via a 12V-to-5V DC-DC converter. Below is an example of how to use the socket to power an Arduino UNO:
// Example Arduino code for a device powered via the Tomada 12V Carro
// This code blinks an LED connected to pin 13 of the Arduino UNO
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output for the LED
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Socket Not Powering Devices:
Device Overheating:
Fuse Blowing Frequently:
Corrosion or Dirt in the Socket:
By following this documentation, users can safely and effectively utilize the Tomada 12V Carro for their automotive power needs.