Commit graph

2704 commits

Author SHA1 Message Date
Pierre-A
e99fbe863f Correction of typo and consequences 2014-11-15 11:37:39 +01:00
Pierre-A
6de6a73089 Update CC3D documentation 2014-11-15 10:18:55 +01:00
Fredrik Steen
91d82c1b32 Updated links 2014-11-14 13:48:39 +01:00
Fredrik Steen
dcc49dbcbb Added link 2014-11-14 13:48:19 +01:00
Fredrik Steen
1c9664581e emphasize warning. 2014-11-14 13:47:39 +01:00
Fredrik Steen
da395c0053 Links added 2014-11-14 13:47:17 +01:00
Fredrik Steen
27507d58f5 Links added 2014-11-14 13:46:55 +01:00
Fredrik Steen
05585669b9 Added gui image, added exit command and formatting 2014-11-14 13:46:24 +01:00
Fredrik Steen
8a026de27d Formatting, links added, added supported buzzer 2014-11-14 13:45:16 +01:00
Fredrik Steen
62a265118a Added link to Github issue handler 2014-11-14 13:44:17 +01:00
Fredrik Steen
17385d80e3 Formatting, links added 2014-11-14 13:43:35 +01:00
Fredrik Steen
d35a3496ba Formatting 2014-11-14 13:42:48 +01:00
Fredrik Steen
32b807b0d3 Formatting 2014-11-14 13:42:17 +01:00
Dominic Clifton
c364d971a0 Some OLED displays do not respond on the first initialisation so refresh
the display when the page changes in the hopes the hardware responds.
This also allows the user to power off/on the display or connect it
while powered.
2014-11-14 00:48:33 +00:00
Dominic Clifton
1c22a94f92 Adding attomic barrier warning fix and documentation on how to verify
it.  See #167
2014-11-13 22:03:16 +00:00
Dominic Clifton
72cacdae74 Updating Serial.md based on feedback from hwurzburg
See
http://www.multiwii.com/forum/posting.php?mode=quote&f=23&p=58745#pr58745
2014-11-13 20:32:10 +00:00
Pierre-A
215d0fc7e3 Updating RSSI documentation 2014-11-13 11:47:18 +01:00
Dominic Clifton
daef382dd9 Show rates on OLED rate display page.
Other minor display cleanups and improvements.
2014-11-13 01:51:36 +00:00
Dominic Clifton
f5a0f9d3b2 Update RX & Battery OLED pages.
RX page shows up to 14 channels.
Battery page shows current and capacity information.
2014-11-13 01:29:07 +00:00
Dominic Clifton
8661849a5f Ensure sensors bitmask contains the flag for the GYRO after gyro has
been detected.
2014-11-12 21:03:40 +00:00
Dominic Clifton
876c976252 Updating GPS documentation with details on how to enable GPS. 2014-11-12 21:03:40 +00:00
Dominic Clifton
5f25708411 Merge pull request #165 from ledvinap/fix-pwm_mapping
List terminator is wrong in some arrays
2014-11-12 12:07:17 +00:00
Petr Ledvina
f7a8869b7d List terminator is wrong in some arrays 2014-11-12 12:23:28 +01:00
Dominic Clifton
668c9c0457 Allow smartport to be configured. Fix shared port flag calculation. 2014-11-12 01:30:05 +00:00
Dominic Clifton
0f8d231aad Adding a FIXME to the SmartPort code. 2014-11-12 01:09:14 +00:00
Dominic Clifton
6529d274b8 Adding details of the new serial port scenario for SmartPort telemetry. 2014-11-12 01:00:46 +00:00
Dominic Clifton
80e660140e Minor formatting fix. 2014-11-12 00:57:23 +00:00
Dominic Clifton
662dcc2920 Updating telemetry documentation to cover SmartPort (S.Port). 2014-11-12 00:56:50 +00:00
Frank Zhao
6311dc8f8c added single wire half duplex UART
Conflicts:

	src/main/telemetry/telemetry.h
2014-11-12 00:29:42 +00:00
Frank Zhao
0000d3e65e added smartport telemetry
Conflicts:

	src/main/telemetry/telemetry.h
2014-11-12 00:11:13 +00:00
Dominic Clifton
d9c2963182 OLIMEXINO - Disable MPU3050 support. 2014-11-11 23:41:58 +00:00
Dominic Clifton
70c580b211 Updating serial documentation to cover new defaults, updated examples. 2014-11-11 23:41:21 +00:00
Dominic Clifton
83fdb9e8e6 Merge pull request #160 from ledvinap/feature-timer
New timer implementation
2014-11-11 21:30:10 +00:00
Petr Ledvina
3ee60ef857 Merge remote-tracking branch 'refs/remotes/upstream/master' into feature-timer 2014-11-11 12:50:11 +01:00
Petr Ledvina
3b20b74c00 Fixed original softserial code
Bit end timer must by shifted by half-bit period to startbit edge, so that next edges are in middle of bit interval. This behavior was masked with old timer code, but noise immunity was probably very low.
2014-11-11 12:38:57 +01:00
Dominic Clifton
6b92c50b6b Adding OpenTX SBus notes. 2014-11-11 11:10:50 +00:00
Dominic Clifton
a6a72be0d2 Add a debug page to the OLED display. 2014-11-10 18:33:07 +00:00
Dominic Clifton
893023d21b Delete some baseflight test code. 2014-11-10 00:40:22 +00:00
Dominic Clifton
9362590785 Replacing the init code for the UG2864 display with code that works on
the cheapest displays currently available from banggood.com.

Cleanup work will happen once the code has been tested on more displays,
such as the ones from Wide.HK and the Crius.

The default has changed to these boards because they are cheap and do
not require modification to get them working, unlike the Crius boards.
2014-11-10 00:58:39 +01:00
Dominic Clifton
54c650fa44 EUSTM32F103RC - Add inverter. 2014-11-10 00:55:30 +01:00
Dominic Clifton
d0f622bb81 PORT103R - Initial support for the Waveshare Port 103R development
board.
2014-11-10 00:53:48 +01:00
Petr Ledvina
98c0d0b5dd Code cleanup / fixed missing TIM8_UP handler 2014-11-08 15:25:16 +01:00
Petr Ledvina
cd88c561a6 Merge remote-tracking branch 'refs/remotes/upstream/master' into feature-timer 2014-11-08 14:25:28 +01:00
Dominic Clifton
848a35ff40 Latest binaries with sbus improvements and some msp/telemetry port usage fixes. 2014-11-08 12:58:27 +00:00
Dominic Clifton
28da97f894 Fix MSP/Telemetry Arm/Disarm problems.
Tested with two MSP ports, one via softserial. Both with telemetry
enabled and without telemetry enabled.
2014-11-08 11:53:01 +00:00
dongie
f42d603b12 Fixing acc_hardware in cli to the new supported sensors range.
Conflicts:

	obj/baseflight.hex
	src/cli.c
2014-11-08 02:06:06 +00:00
Dominic Clifton
8ed45bce36 cli exit command now reboots without saving.
This also prevents excessive wear to the eeprom/flash and makes it the
difference between `save` obvious.

Fixes #146
2014-11-08 01:58:35 +00:00
dongie
9224eaf71e Redo sbus scaling/offset calculation based on data from FrSky X4R and d91ba93b8400ea118cd6fca1012c0ed2da14e3b7. 2014-11-08 01:33:18 +00:00
Dominic Clifton
28662e696a Update SBus channel reading calculations.
Based on baseflight PR#48 by Geobish/Timecop.
2014-11-08 01:32:24 +00:00
Dominic Clifton
0f10855837 Support 16 channel SBus receivers.
Tested with FrSky X4RSB and Taranis+.

See also: https://github.com/opentx/opentx/issues/1701
2014-11-08 01:12:51 +00:00