Skip to content

Latest commit

 

History

History
114 lines (82 loc) · 5 KB

README.md

File metadata and controls

114 lines (82 loc) · 5 KB

Honda CB500 Cafe Racer Project

Getting started

First to get the toolchain ready to build the software, the firmware and dashboard ui has different utilities so it will split into two separated scripts for keep the pkg management isolate of each other.

Both needs a minimun requirements to manage the dependencies so first execute the minimun requirement script typing:

./scripts/install-requirements

Installing firmware dependencies

The firmware is based on stm32 chip so it will need the compiler an stm32 utilities to flash the device, so install it using the following script

./scripts/install-stm32-devtools

Installing dashboard UI dependencies

./scripts/install-rpi-devtools

Design notes

Tail design

Seat design

User access control

The real goal is to reach a minimalistic design without losing the access to every single control of the bike, taking in mind the standards and its prioriced accessibility.

Left controls

This aproach groups 2 handle controls one for lights and the other for 'menuing' management and power.

The lights will have some tricky access, otherwise there will be many buttons to handle and it would be worse design. Then the high beam has 4 types of behaviour.

  • Turn indicator reset (if active)
  • High Beam burst (pressing less than 2 secs)
  • High Beam activation (pressing more than 2 secs)
  • High Beam deactivate (if active)

handlebar_control_buttons.png

Right controls

handlebar_control_buttons.png

Connections

ECU_interface.png

Gallery

Partlist

Front lcd pannel

Handlebar

Body

Special tooling