Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed May 6, 2024
1 parent 4a5f7f3 commit 59b77db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
##### This is the Speeduino fork of the ardustim engine simulator.
</div>

## Ardustim
## Ardu-Stim

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. It supports a large number of simulated rtigger patterns as well as multiple options for output speed (Eg Using an external pot, a fixed value or a sweep range)

<div align="center"><img src="https://github.com/speeduino/Ardu-Stim/raw/master/docs/demo.gif" alt="Ardu-Stim Demo" width="400" /></div>
<div align="center"><img src="https://github.com/speeduino/Ardu-Stim/raw/master/docs/demo.gif" alt="Ardu-Stim Demo" width="80%" /></div>

This version is a fork of the original by David Andruczyk [https://gitlab.com/libreems-suite/ardu-stim](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

Expand All @@ -32,7 +32,7 @@ It is designed to run on an Arduino Nano, but will also work with Arduino Uno bo

Example for `Arduino Nano` connected to `Speeduino v0.4 Series` board:

![ArduStim wiring](docs/nano-v04-wiring.png)
![ArduStim wiring](docs/nano-v0.4-wiring.png)

### RPM Potentiometer

Expand All @@ -47,7 +47,7 @@ The first time you connect Ardu-Stim to an Arduino Nano board, you need to uploa

![Upload Firmware](docs/upload-firmware.png)

**Note:** This only needs to be performed with a new Arduino Nano or if upgrading from an earlier version
**Note:** This only needs to be performed with a new Arduino Nano or if upgrading from an earlier version.

## Firmware Build

Expand Down

0 comments on commit 59b77db

Please sign in to comment.