Skip to content

Commit

Permalink
quick user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pehladik committed Oct 29, 2019
1 parent 0b6da3a commit 331f421
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,20 @@ The projects are (or were) surpervised by:
* LESUR Thibault
* LE BOTLAN Didier
* SUBIAS Audine

## Quick User Guide
###Turn the car on and off
* To turn on the car:
* Toggle the red button to bring the power.
* Press the START push button (hold it down for a short while).
* Flip the switch to the right of the dashboard to power the Raspberry.

* To turn off the car:
* Use the red button as a switch to turn off the power.


###Compile and load
* `git clone https://github.com/pehladik/geicar.git`
* For the embedded software on the Nucleo, use Keil to compile the project and load the code on the card. __Warning__, to load the code on the card, you must hold down the START button during the operation (see details in the documentation).
* For the embedded software on the discovery, use Attolic to compile and load the code (see more details in the documentation).
* For the embedded demo code on the Raspberry, you only need to load the file `server.py`. To do this, the easiest way is to connect in ssh to the Raspberry and copy the file there (for example with sftp or scp). Run this demo with the command `python3 server.py`. You can use a basic interface in C# to use the demo. This interface is described in the documentation.
Expand Down
19 changes: 1 addition & 18 deletions nucleo/MDK-ARM/voiture-elec.uvoptx
Original file line number Diff line number Diff line change
Expand Up @@ -151,24 +151,7 @@
<Name>-U066AFF504955857567212312 -O10446 -SF1800 -C0 -A0 -I0 -HNlocalhost -HP7184 -P2 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32F103RB$Flash\STM32F10x_128.FLM)</Name>
</SetRegEntry>
</TargetDriverDllRegistry>
<Breakpoint>
<Bp>
<Number>0</Number>
<Type>0</Type>
<LineNumber>240</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>134233642</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>1</BreakIfRCount>
<Filename>../Src/main.c</Filename>
<ExecCommand></ExecCommand>
<Expression>\\voiture_elec\../Src/main.c\240</Expression>
</Bp>
</Breakpoint>
<Breakpoint/>
<WatchWindow1>
<Ww>
<count>0</count>
Expand Down

0 comments on commit 331f421

Please sign in to comment.