Skip to content

Commit e4dfce5

Browse files
committed
Fix up lots of bugs in mindracer docs
1 parent 22d7a10 commit e4dfce5

File tree

6 files changed

+30
-27
lines changed

6 files changed

+30
-27
lines changed

en/flight_controller/mindpx.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ The MindPX series were created by AirMind. Please refer to: http://mindpx.net
66

77
## Quick Summary
88

9-
> **Note** The main hardware documentation is here: http://mindpx.net/assets/accessories/Specification9.18_3_pdf.pdf
9+
> **Note** The main hardware documentation is [here](http://mindpx.net/assets/accessories/Specification9.18_3_pdf.pdf).
1010
1111
MindPX is a new generation autopilot system branched from Pixhawk, been revised in schematic and structure, and been further enhanced with new features to make un-manned vehicle more smart and more friendly to use.
1212

13-
MindPX increases total PWM output channels to 16 (8 main outputs + 8 aux outputs). This makes MindPX can support more complicated VTOL configurations and more fine control. It is especially meaningful for those FMU-V4 based flight controllers as MindPX implements main and aux output in one single FMU.
13+
MindPX increases total PWM output channels to 16 (8 main outputs + 8 aux outputs). This makes MindPX can support more complicated VTOL configurations and more fine control. It is especially meaningful for those FMU-V4 based flight controllers as MindPX implements main and aux output in one single FMU.
1414

1515
![](../../assets/hardware/hardware-mindpx-specs.png)
1616

1717
* Main System-on-Chip: STM32F427
1818
* CPU: 32bits, 168 MHz ARM Cortex M4 with FPU
1919
* RAM: 256 KB SRAM
20-
* 2MB Flash
21-
* ST Micro LSM303D 14 bit accelerometer/magnetometer
22-
* MEAS MS5611 barometer
23-
* InvenSense MPU6500 integrated 6-axis sensors
20+
* 2MB Flash
21+
* ST Micro LSM303D 14 bit accelerometer/magnetometer
22+
* MEAS MS5611 barometer
23+
* InvenSense MPU6500 integrated 6-axis sensors
2424

2525

2626
* Highlighted features:
2727
* CNC processed aluminum alloy case, light and solid
2828
* Built-in isolated IMU redundancy
2929
* Total 16 PWM output channel (8 main + 8 aux)
3030
* 1 extra I2C port for flow connection.
31-
* 1 extra USB port for companion computer connection (built-in UART-to-USB convertor)
31+
* 1 extra USB port for companion computer connection (built-in UART-to-USB converter)
3232
* Exposed debug port for development
3333

3434
## Quick Start
@@ -45,7 +45,7 @@ MindPX increases total PWM output channels to 16 (8 main outputs + 8 aux outputs
4545

4646
### Pin
4747

48-
[](../../assets/hardware/hardware-mindpx-pin.png)
48+
![](../../assets/hardware/hardware-mindpx-pin.png)
4949

5050
|Num.|Description|Num.|Description|
5151
|:--:|:--:|:--:|:--:|
@@ -58,19 +58,21 @@ MindPX increases total PWM output channels to 16 (8 main outputs + 8 aux outputs
5858
|7|TF card slot|15|Tricolor Light|
5959
|8|NRF/SPI(Remote Control)|16|Looper|
6060

61-
[](../../assets/hardware/hardware-mindpx-looper.png)
61+
![](../../assets/hardware/hardware-mindpx-looper.png)
6262

6363
### Radio Receiver
6464

6565
MindPX supports a wide variety of radio receivers (since V2.6) including: PPM/SBUS/DSM/DSM2/DSMX. MindPX also support FrSky bi-direction telemetry D and S.Port.
6666

67-
For detailed Pin diagram, please refer to the [User Guide](http://mindpx.net/assets/accessories/UserGuide9.18_2_pdf.pdf)
67+
For detailed Pin diagram, please refer to the [User Guide](http://mindpx.net/assets/accessories/UserGuide9.18_2_pdf.pdf).
6868

6969
### How to build
7070

71-
Please follow [Getting Started](setup/getting_started.md) and [Building the Code](setup/building_px4.md). And the target for MindPX is \[nuttx_\]mindpx-v2_default:
71+
Please follow [Getting Started](../setup/getting_started.md) and [Building the Code](../setup/building_px4.md). The target for MindPX is `nuttx_mindpx-v2_default`:
7272

73-
`make nuttx_mindpx-v2_default`
73+
```
74+
make nuttx_mindpx-v2_default
75+
```
7476

7577
### Companion PC connection
7678

@@ -80,12 +82,12 @@ And the max BAUD rate is the same with px4 family, which is up to 921600.
8082

8183
### User Guide
8284

83-
> **Note** The user guide is here: http://mindpx.net/assets/accessories/UserGuide9.18_2_pdf.pdf
85+
> **Note** The user guide is [here](http://mindpx.net/assets/accessories/UserGuide9.18_2_pdf.pdf).
8486
8587
## Where to buy
8688

8789
MindRacer is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog) on internet. You can also find MindRacer at Amazon or eBay.
8890

8991
## Support
9092

91-
Please visit http://www.mindpx.org for more information. Or you can send email to <[email protected]> for any inquiries or help.
93+
Please visit http://www.mindpx.org for more information. Or you can send email to [[email protected]](mailto://[email protected]) for any inquiries or help.

en/flight_controller/mindracer.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ The MindRacer series were created by AirMind. Please refer to: http://mindpx.net
77
## Quick Summary
88

99
MindRacer is a fully stackable flight platform for miniature UAVs. Based on MindPX, MindRacer further scales down in formfactor while focused on providing modularity. MindRacer is a platform rather than a flight controller.
10+
1011
MindRacer implements the SEP(soldering-elimination-port) and WEP(wiring-elimination-protocol) concepts. Before SEP and WEP, soldering and wiring are always the major pain and efficiency killer during UAV manufacturing and tuning.
1112

12-
> **Note** The main hardware documentation is here: http://mindpx.net/assets/accessories/mindracer_spec_v1.2.pdf
13+
> **Note** The main hardware documentation is [here](http://mindpx.net/assets/accessories/mindracer_spec_v1.2.pdf).
1314
1415
- Ultra mini size, weight ~6g
1516
- High performance STM32F427 168MHz floating point processor, super fast throttle response
@@ -43,7 +44,7 @@ MindRacer implements the SEP(soldering-elimination-port) and WEP(wiring-eliminat
4344

4445
### How to build
4546

46-
Please follow [Getting Started](setup/getting_started.md) and [Building the Code](setup/building_px4.md). And the target for MindRacer is \[nuttx_\]mindpx-v2_default (it's right, compatible with MindPX):
47+
Please follow [Getting Started](../setup/getting_started.md) and [Building the Code](../setup/building_px4.md). The target for MindPX is `nuttx_mindpx-v2_default` (it's compatible with MindPX):
4748

4849
`make nuttx_mindpx-v2_default`
4950

@@ -59,12 +60,12 @@ And the max BAUD rate is the same with px4 family, which is up to 921600.
5960

6061
### User Guide
6162

62-
> **Note** The user guide is here: http://mindpx.net/assets/accessories/mindracer_user_guide_v1.2.pdf
63+
> **Note** The user guide is [here](http://mindpx.net/assets/accessories/mindracer_user_guide_v1.2.pdf)
6364
6465
## Where to buy
6566

66-
MindRacer is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog) on internet. You can also find MindRacer at Amazon or eBay.
67+
MindRacer is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog). You can also find MindRacer at Amazon or eBay.
6768

6869
## Support
6970

70-
Please visit http://www.mindpx.org for more information. Or you can send email to <[email protected]> for any inquiries or help.
71+
Please visit http://www.mindpx.org for more information. Or you can send email to [[email protected]](mailto::/[email protected]) for any inquiries or help.

en/flight_controller/mindracer210.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ MR210 uses MindRacer as flight controller. And MR210 is a fully modularized, st
1919

2020
### User Guide
2121

22-
> **Note** The user guide is here: http://mindpx.net/assets/accessories/MR210usermanual_pdf.pdf
22+
> **Note** The user guide is [here](http://mindpx.net/assets/accessories/MR210usermanual_pdf.pdf).
2323
2424
### Where to buy
2525

26-
MindRacer 210 is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog) on internet. You can also find MindRacer at Amazon or eBay.
26+
MindRacer 210 is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog). You can also find MindRacer at Amazon or eBay.
2727

2828
### Support
2929

30-
Please visit http://www.mindpx.org for more information. Or you can send email to <[email protected]> for any inquiries or help.
30+
Please visit http://www.mindpx.org for more information. Or you can send email to [[email protected]](mailto://[email protected]) for any inquiries or help.

en/flight_controller/mindracer_BNF_RTF.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
MindRacer BNF (Bind-n-Fly) & RTF (Ready-to-Fly) includes two models currently:
44

5-
* [MindRacer 210](mindracer210.html)
6-
* [NanoMind 110](nanomind110.html)
5+
* [MindRacer 210](mindracer210.md)
6+
* [NanoMind 110](nanomind110.md)
77

en/flight_controller/nanomind110.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ NanoMind uses MindRacer as flight controller, which runs full PX4/MindPX flight
1616

1717
### User Guide
1818

19-
> **Note** The user guide is here: http://mindpx.net/assets/accessories/NanoMind_110_user_manual.pdf
19+
> **Note** The user guide is [here](http://mindpx.net/assets/accessories/NanoMind_110_user_manual.pdf).
2020
2121
### Where to buy
2222

23-
NanoMind 110 is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog) on internet. You can also find MindRacer at Amazon or eBay.
23+
NanoMind 110 is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog). You can also find MindRacer at Amazon or eBay.
2424

2525
### Support
2626

27-
Please visit http://www.mindpx.org for more information. Or you can send email to <[email protected]> for any inquiries or help.
27+
Please visit http://www.mindpx.org for more information. Or you can send email to [[email protected]](mailto://[email protected]) for any inquiries or help.

0 commit comments

Comments
 (0)