When choosing the hardware for a car-based setup, it's important to consider the following questions:
- Can the car's outlets power the hardware?
- Can the hardware fit conveniently in the car?
A Raspberry Pi draws power from a 5V supply through its micro USB port. We can satisfy this power requirement by plugging a USB adapter into the car's cigarette lighter and then connecting it to the Pi through a USB to micro USB cable. Make sure that your adapter's voltage is exactly 5V and that its amperage is equal to or greater than the recommended amperage for your Pi model. For example, the official documentation at https://www.raspberrypi.org/documentation/faqs/ recommends a 5V, 2.5A power supply for Raspberry Pi 3 Model B. The following image shows a setup using a first-generation Raspberry Pi Model A:
Normally, the cigarette...