multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naze32 freezes with telemetry enabled

richardoe opened this issue · comments

When i enable telemetry and then arm the board it freezes completly. Happens since new Firmware (29-sep-2014) this happens even when nothing connected to the battery and telemetry pins.

Steps:
Install on naze32 rev5 board the new FW:
CLI:
feature ppm
mixer quadx
set mincommand = 1000
set minthrottle = 1100
set maxthrottle = 2000
set mincheck = 1020
set maxcheck = 1980
set looptime = 2800
set midrc = 1500
feature motor_stop
feature telemetry
feature vbat
save

The issue is there.

Feature -telemetry
Save

and issue is gone.

Do you mean GUI freezes, because thats to be expected

No this happens in the field when trying to fly, so no computer connected. simple to test, directly after arming the beeper wont even work.

I can verify this, the Naze completely locks up when feature FRSKY_TELEMETRY is enabled and the Naze is armed.

Just did a lot of flashing and trying.

"Add support for MSP FlexPort on USART3. Make MSP transmission listen …" - this commit from August 31 is the one that killed FrSky telemetry.

right,
I just have to see what I fucked up that does this ;)
On Oct 1, 2014 4:27 AM, "Sonnenfleck" notifications@github.com wrote:

Just did a lot of flashing and trying.

"Add support for MSP FlexPort on USART3. Make MSP transmission listen …" -
this commit from August 31 is the one that killed FrSky telemetry.


Reply to this email directly or view it on GitHub
#168 (comment).

I think I found it. :)

Looks like your last commit fixed it

Fixed it for me, thnx for the quick soluiton