Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.25 KB

File metadata and controls

30 lines (23 loc) · 1.25 KB

TS_lib

This library can be used to connect Arduino (or other kind of microcontrollers) to TunerStudio software.

This library manage communication protocol (MegaSquirt). You have to define ECU definition firmware for TunerStudio (doc).

🚀 Features

You can:

  • Set realtime data
  • Set one or more pages (persistent data)
  • Change firmware signature (code version)

📦 Requirements

Tested hardware:

Hardware Works??? Info
Arduino Nano
Arduino Mega
esp32 All pages must be 4 byte aligned. See examples
stm32

✨ Examples

📖 Wiki

Check out the project wiki for documentation.