raspicar/README.md

27 lines
742 B
Markdown
Raw Permalink Normal View History

2021-01-22 17:56:34 +01:00
# raspicar
2021-01-22 18:29:59 +01:00
Get and Display car sensors
## Requirements
### Hardware
- Raspberry Pi Zero or other Raspberry Pi version (3 or 4)
- [Optional] UBEC DC/DC Step-Down (Buck) Converter - 5V @ 3A output
2021-01-24 12:02:05 +01:00
- Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack (or Adafruit Quad Alphanumeric Display - 0.54" Digits w/ I2C Backpack)
2021-01-23 19:00:02 +01:00
- Voltage sensor (tested with Grove - Voltage Divider and ARCELI DC0-25V)
2021-01-24 12:02:05 +01:00
- Temperature sensor (TMP36)
2021-01-22 18:29:59 +01:00
- MCP3008 - 8-Channel 10-Bit ADC With SPI Interface
- Momentary switch button
### Software
- Raspios
- pip3 (sudo apt install python3-pip)
- HT16K33 Library (sudo pip3 install adafruit-circuitpython-ht16k33)
- Pillow Library (sudo apt install python3-pil)
2021-02-12 17:53:59 +01:00
## Wiring
![Default Wiring](./medias/RaspiCar.png)