mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2025-07-29 04:18:59 +00:00
Update README.md
This commit is contained in:
parent
9acb7cd08a
commit
75a49b382a
14
README.md
14
README.md
@ -1,6 +1,6 @@
|
|||||||
# hoverboard-sideboard-hack-GD
|
# hoverboard-sideboard-hack-GD
|
||||||
|
|
||||||
[](https://travis-ci.com/EmanuelFeru/hoverboard-firmware-hack-FOC)
|
[](https://travis-ci.com/EmanuelFeru/hoverboard-sideboard-hack-GD)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CU2SWN2XV9SCY¤cy_code=EUR&source=url)
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CU2SWN2XV9SCY¤cy_code=EUR&source=url)
|
||||||
|
|
||||||
@ -42,17 +42,19 @@ To build and flash choose one of the following methods:
|
|||||||
|
|
||||||
### Method 1: Using Keil uVision (recommended)
|
### Method 1: Using Keil uVision (recommended)
|
||||||
|
|
||||||
In [Keil uVision](https://www.keil.com/download/product/), open the [sideboard-hack.uvproj](/MDK-ARM/) and click Build Target (or press F7). Then to flash the firmware, click Load Code (or press F8).
|
- in [Keil uVision](https://www.keil.com/download/product/), open the [sideboard-hack.uvproj](/MDK-ARM/)
|
||||||
|
- click Build Target (or press F7) to build the firmware
|
||||||
|
- click Load Code (or press F8) to flash the firmware.
|
||||||
|
|
||||||
### Method 2: Using Ubuntu
|
### Method 2: Using Ubuntu
|
||||||
|
|
||||||
Prerequisites: install [ST-Flash utility](https://github.com/texane/stlink).
|
- prerequisites: install [ST-Flash utility](https://github.com/texane/stlink).
|
||||||
|
|
||||||
Open a terminal in the repo check-out folder and type:
|
- open a terminal in the repo check-out folder and type:
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
then you can simply flash the firmware by typing:
|
- flash the firmware by typing:
|
||||||
```
|
```
|
||||||
make flash
|
make flash
|
||||||
```
|
```
|
||||||
@ -72,7 +74,7 @@ Of course the firmware can be further customized for other needs or projects.
|
|||||||
---
|
---
|
||||||
## 3D Visualization Demo
|
## 3D Visualization Demo
|
||||||
|
|
||||||
By [converting Quaternions to Euler angles](https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles), we can make a [3D visualization example](/docs/sketch_processing/sketch_processing.pde)) in [Processing](https://processing.org/) as shown here:
|
By [converting Quaternions to Euler angles](https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles), we can make a [3D visualization example](/docs/sketch_processing/sketch_processing.pde) in [Processing](https://processing.org/) as shown here:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user