Files
OBD2-car-display/readme.md
SemvdH 3c439db2ab Update readme.md
add interfacing hc05 with arduino
2024-01-18 21:50:28 +01:00

2.9 KiB

Processor

ELM327

FSC-BT836B

HC-05

3.5 inch TFT display

Design

INIT display

init design red = animation, yellow is order of appearance. CPU RAM and DISPLAY values appear after each other

  • states for init display -> states for displaying each part separately, after everything is on screen, state for updating everything separate state machine? STATES:
  • drop down title
  • display each letter of initializing...
  • display counter values and device info
  • display bluetooth state
  • update everything

transition to main display

  • Wipe away contents on screen (black rectangle that spans the entire screen and increases in width)
  • display "Welcome Sem"
    • Add new state for this
  • show main display