Skip to content

Commit 73869a7

Browse files
committed
Some final documentation updates
1 parent 2499e39 commit 73869a7

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

Diff for: docs/Board - AlienWii32.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ Here are the hardware specifications:
88
- MPU6050 accelerometer/gyro sensor unit
99
- 8x 4.2A brushed ESCs, integrated, to run the strongest micro motors
1010
- extra-wide traces on the PCB, for maximum power throughput
11-
- USB port, integrated (subject to change)
11+
- USB port, integrated
1212
- (*) serial connection for external DSM2/DSMX sat receiver (e.g. Spektrum SAT, OrangeRx R100 or Lemon RX)
1313
- alternatively PPM receiver connection (i.e. Deltang Rx31)
1414
- ground and 3.3V for the receiver
1515
- hardware bind plug for easy binding
1616
- motor connections are at the corners for a clean look with reduced wiring
17-
- dimensions: 30x32mm
17+
- dimensions: 29x33mm
1818
- direct operation from an single cell lipoly battery
1919

20-
(*) Spektrum Compatible DSM2 satellites are supported out of the box. DSMX sat will work with DSM2 protocol with default settings (DSM2, 11bit, 22ms is preset). Changes can be done as usual via CLI or the Cleanflight configurator. Deltang receivers in serial mode will work like any other Spektrum satellite receiver (10bit, 22ms) only the bind process will be different.
20+
(*) Spektrum Compatible DSM2 satellites are supported out of the box. DSMX sat will work with DSM2 protocol with default settings (DSM2, 11bit, 11ms is preset).
2121

22-
The pin layout is very similar as the NAZE32 or the related clones (MW32, Flip32, etc.). The hardware bind pin is connected to pin 41 (PB5). The AlienWii32 firmware will be built with TARGET=NAZE and OPTIONS="AlienWii32". The firmware image will come with alternative default settings which will give the user a plug and play experience. There is no computer needed to get this into the air with an small Quadcopter. Anyhow to use the AlienWii32 in an Hexa- or Octocopter or to do some more tuning additional configuration changes can be done as usual.
22+
Deltang receivers in serial mode will work like any other Spektrum satellite receiver (10bit, 22ms) only the bind process will be different.
23+
24+
The pin layout is very similar as the NAZE32 or the related clones (MW32, Flip32, etc.). The hardware bind pin is connected to pin 41 (PB5). The AlienWii32 firmware will be built with TARGET=NAZE and OPTIONS="AlienWii32". The firmware image will come with alternative default settings which will give the user a plug and play experience. There is no computer needed to get this into the air with an small Quadcopter. An preconfigured custom mixer for an Octocopter is part of the default settings to allow clean straight wiring with the AlienWii32. The mixer can be activated with "mixer custom" in the CLI. To use the AlienWii32 in an Hexa- or Octocopter or to do some more tuning additional configuration changes can be done as usual in the CLI or the Cleanflight configurator.

Diff for: docs/Spektrum bind.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Spektrum bind with hardware bind plug support.
44

5-
The Spektrum bind code is actually only enabled for the NAZE, NAZE32PRO, CJMCU, CC3D targets.
5+
The Spektrum bind code is actually enabled for the NAZE, NAZE32PRO, CJMCU, EUSTM32F103RC, SPARKY, CC3D targets.
66

77
## Configure the bind code
88

@@ -24,20 +24,26 @@ The hardware bind plug will be enabled via defining HARDWARE_BIND_PLUG during bu
2424

2525
## Function
2626

27-
The bind code will actually work for NAZE, NAZE32PRO, CJMCU targets (USART2) and CC3D target (USART3, flex port). The spektrum_sat_bind CLI parameter is defining the number of bind impulses (1-10) send to the satellite receiver. Setting spektrum_sat_bind to zero will disable the bind mode in any case. The bind mode will not be activated after an software reset. Please refer to the table below for the different possible values. If the hardware bind plug is configured the bind mode will only be activated if the plug is set during the firmware start-up. The bind plug should be always removed for normal flying. If no hardware bind plug is used the spektrum_sat_bind parameter will trigger the bind process during the next hardware reset and will be automatically disabled after this. Please refer to the satellite receiver documentation for more details of the specific receiver in bind mode. Usually the bind mode will be indicated with some flashing LEDs.
27+
The bind code will actually work for NAZE, NAZE32PRO, CJMCU, EUSTM32F103RC, SPARKY targets (USART2) and CC3D target (USART3, flex port). The spektrum_sat_bind CLI parameter is defining the number of bind impulses (1-10) send to the satellite receiver. Setting spektrum_sat_bind to zero will disable the bind mode in any case. The bind mode will only be activated after an power on or hard reset. Please refer to the table below for the different possible values.
28+
29+
If the hardware bind plug is configured the bind mode will only be activated if the plug is set during the firmware start-up. The value of the spektrum_sat_bind parameter will be permanently preserved. The bind plug should be always removed for normal flying.
30+
31+
If no hardware bind plug is used the spektrum_sat_bind parameter will trigger the bind process during the next hardware reset and will be automatically reset to "0" after this.
32+
33+
Please refer to the satellite receiver documentation for more details of the specific receiver in bind mode. Usually the bind mode will be indicated with some flashing LEDs.
2834

2935
## Table with spektrum_sat_bind parameter value
3036

31-
| Value | Receiver mode | Notes |
32-
| ----- | ---------------| --------|
33-
| 3 | DSM2 1024/22ms | |
34-
| 5 | DSM2 2048/11ms | default |
35-
| 7 | DSMX 22ms | |
36-
| 9 | DSMX 11ms | |
37+
| Value | Receiver mode | Notes |
38+
| ----- | ---------------| -------------------|
39+
| 3 | DSM2 1024/22ms | |
40+
| 5 | DSM2 2048/11ms | default AlienWii32 |
41+
| 7 | DSMX 22ms | |
42+
| 9 | DSMX 11ms | |
3743

3844
More detailed information regarding the satellite binding process can be found here:
3945
http://wiki.openpilot.org/display/Doc/Spektrum+Satellite
4046

4147
### Supported Hardware
4248

43-
NAZE, NAZE32PRO, CJMCU, CC3D targets (AlienWii32 with hardware bind plug)
49+
NAZE, NAZE32PRO, CJMCU, SPARKY, EUSTM32F103RC, CC3D targets (AlienWii32 with hardware bind plug)

0 commit comments

Comments
 (0)