Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokshoorn authored Aug 14, 2016
1 parent 91f073c commit 31da3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Direct Drive Electric Scooter

This was a final year Electrical Engineering honours project to convert a childrens electric scooter to an electric direct drive scooter. The project achieved a very positive result. Its operation can be seen in the video provided in the main repository directory. A detailed overview of the project can be found in the report directory. Shown below is the scooter before the project began and after.
This was a final year Electrical Engineering honours project to convert a children’s electric scooter to an electric direct drive scooter. The project achieved a very positive result. Its operation can be seen in the video provided in the main repository directory. A detailed overview of the project can be found in the report directory. Shown below is the scooter before the project began and after.

<img src="https://github.com/mkokshoorn/Direct_Drive_Electric_Scooter/blob/master/ScooterBefore.jpeg" width="300">
<img src="https://github.com/mkokshoorn/Direct_Drive_Electric_Scooter/blob/master/ScooterAfter.jpeg" width="300">

## System Overview

Although this project was very hardware orientated, the source code for the embedded systems component has been provided. The embedded system is based on a PIC microcontoller. In addition to interpeting the user input and control signals, it also relayed information to the rider as shown below.
Although this project was very hardware orientated, the source code for the embedded systems component has been provided. The embedded system is based on a PIC microcontroller. In addition to interpreting the user input and control signals, it also relayed information to the rider as shown below.

<img src="https://github.com/mkokshoorn/Direct_Drive_Electric_Scooter/blob/master/Multimedia/Board with LCD.jpg" width="350">

The microcontrollers full role in the system can also be be seen in the following functional diagram.
The microcontrollers full role in the system can also be seen in the following functional diagram.

<img src="https://github.com/mkokshoorn/Direct_Drive_Electric_Scooter/blob/master/SystemOverview.jpg" width="420">

Expand Down

0 comments on commit 31da3ac

Please sign in to comment.