Skip to content

miata-bot/bote-link-fw

Repository files navigation

Bote-Link-FW

Firmware for Bote-Link USB/CAN passthru device.

Very much a work in progress. If for some reason you stumble upon this and want information or help, join my Discord and check out the trello board

Planned Features

  • ECU Firmware Dump/Flash
  • SDCard Logging
  • UDS Mode 0x23 logging to SDCard
  • USB virtual COM port for use with TunerStudio and Speediview
  • Integration with RomDrop

Building

First, install a compatible toolchain. ARM publishes one

git clone [email protected]:connorrigby/bote-link-fw.git
cd bote-link-fw/
git submodule update --init --recursive
make

Notes

// memory location: 0xFFFFAC08
typedef struct
{
    unsigned char ethanolContent;
    unsigned char fuelTemp;
    unsigned char timeout;
    unsigned char errorStatus;
} flexFuelSensor;

About

STM32 firmware for bote-link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published