blob: 74f00dc97c76eb397d00e1c582c59cd74cdf664d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Analog Gauge Driver with CAN Interface
Automotive electronic device that drives up to six analog gauges using data from a CAN bus.
## Contents
- `hw/` — Hardware; KiCad files for the PCB.
- `fw/` — Firmare that runs on the PIC microcontroller.
- `sw/` — Software for flashing calibration files onto the device.
- `doc/` — Documentation.
## Features
### Interfaces
- CAN 2.0B interface, up to 500kbps
- Flexible CAN encoding scheme, configurable via CAN
### Outputs
- 1 tachometer output
- 1 speedometer output
- 4 analog outputs (0–5V)
### Power supply
- 9–16V DC input
|