Go to file
dbroqua c70ec54b90 Added Wiring example 2021-02-12 17:53:59 +01:00
medias Added Wiring example 2021-02-12 17:53:59 +01:00
config.ini.example Removed config.ini, added config.ini.example 2021-02-12 16:34:51 +01:00
display.py Some corrections/improvement 2021-01-24 12:02:05 +01:00
network.py Added LED for internet connectivity check 2021-01-25 10:15:56 +01:00
raspicar.py Added LED for internet connectivity check 2021-01-25 10:15:56 +01:00
raspicar.service Added systemd service 2021-01-22 18:31:41 +01:00
README.md Added Wiring example 2021-02-12 17:53:59 +01:00
sensors.py Fixed bug on thermal sensor's reading 2021-02-12 16:33:40 +01:00

raspicar

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
  • Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack (or Adafruit Quad Alphanumeric Display - 0.54" Digits w/ I2C Backpack)
  • Voltage sensor (tested with Grove - Voltage Divider and ARCELI DC0-25V)
  • Temperature sensor (TMP36)
  • 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)

Wiring

Default Wiring