From addc89582a92507e8e573b7e1168e1ab478b0938 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 12 Jul 2023 23:46:32 +0000 Subject: [PATCH] docs: update home --- home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.md b/home.md index a2f6e49..f8ffe9a 100644 --- a/home.md +++ b/home.md @@ -2,7 +2,7 @@ title: Speeduino Manual description: The Speeduino documentation manual published: true -date: 2023-07-12T23:45:58.516Z +date: 2023-07-12T23:46:25.501Z tags: home editor: markdown dateCreated: 2020-01-05T22:26:30.455Z @@ -18,7 +18,7 @@ Whilst this document will assist in providing information related to Speeduino's In terms of starting out with Speeduino, it can help to understand the various components that make up the system: 1. **A Speeduino board** - This is the muscle of the Speeduino ECU and contains all the drivers and IO circuits. This maybe one of the generic boards (Such as the v0.4) or a PNP board for a specific model car -2. **An Arduino** - This is the brains of Speeduino and contains the processor, memory and storage. It plugs into the Speeduino board in order to interface with the vehicle wiring. Usually this an Arduino Mega 2560. however various Teensy and stm32 based boards are also suported. +2. **An Arduino** - This is the brains of Speeduino and contains the processor, memory and storage. It plugs into the Speeduino board in order to interface with the vehicle wiring. Usually this an Arduino Mega 2560, however various Teensy and stm32 based boards are also suported. 3. **Firmware** - This is the system software that runs on the Arduino board and powers its operation. New firmware is released regularly with updates, performance improvements and bug fixes. As a starting point, it is generally recommended to first upload the firmware to your Arduino and get it connecting to the tuning software (Tuner Studio) before moving on to hardware assembly or wiring etc. Software setup and configuration on Speeduino can be completed without the need for any additional hardware to be present (Beyond the arduino itself) and this allows exploration of the software and options available before either an outlay of significant funds or a significant investment of time.