NickZ1969 / Ardu-Stim

Ardustim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speeduino

Release License Chat on Slack

This is the Speeduino fork of the ardustim engine simulator.

Ardustim

Ardustim is an engine simulator built on the Arduino platform. It produces simulated crank and cam signals that can be used for testing aftermarket ECUs as well as being a useful tool for the development of firmware for these

This version is a fork of the original by David Andruczyk https://gitlab.com/libreems-suite/ardu-stim and is intended to provide a more modern, cross platform GUI as well as continued expansion of the trigger pattern library. It was primarily developed for use by the Speeduino community, but can be utilised for testing virtually any aftermarket ECU system

Wiring

  • Arduino Uno
    • pin 8 will provide the crank or primary wheel signal
    • pin 9 will provide the cam or secondary wheel signal
  • Arduino Mega
    • pin 53 will provide the crank or primary wheel signal
    • pin 52 will provide the cam or secondary wheel signal

Example for Arduino Uno connected to Speeduino v0.4 Series board with Arduino Mega:

ArduStim wiring

Build

The source code can be built in either PlatformIO or the Arduino IDE and does not have any dependencies on 3rd party libraries that were used in the original version of Ardustim (Eg SerialUI)

Simply open the ardustim sub-folder in PlatformIO or the Arduino IDE and it should compile up.

Intended hardware platform is the Arduino Nano or Diecimila.

Installing GUI from Source

Pre-Requisites

GUI Installation steps

$ git clone https://github.com/speeduino/Ardu-Stim.git
$ cd Ardu-Stim/UI
$
$ npm install electron-rebuild -g
$ npm install
$ npm start

About

Ardustim


Languages

Language:JavaScript 51.6%Language:C 29.1%Language:SCSS 8.6%Language:CSS 7.0%Language:HTML 3.0%Language:Shell 0.3%Language:C++ 0.3%