Tire pressure from the sensor in 4 panels format
The task:
Make an application to show the pressure of the tyres in the car.
Pressure data is transmitted from the car sensor via the COM port.
What I did:
- Discovered the format of the protocol, broke the graphic interface, wrote the program.
I did the work in two days.
The program has a selection of the COM port and 4 panels that are located like wheels, i.e. the "top-left panel" shows the info about the "front-left" wheel, etc.
Make an application to show the pressure of the tyres in the car.
Pressure data is transmitted from the car sensor via the COM port.
What I did:
- Discovered the format of the protocol, broke the graphic interface, wrote the program.
I did the work in two days.
The program has a selection of the COM port and 4 panels that are located like wheels, i.e. the "top-left panel" shows the info about the "front-left" wheel, etc.