multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPS on Softserial

frank26080115 opened this issue · comments

I've made a fork of baseflight at https://github.com/frank26080115/baseflight/ and I've made changes that will allow for the user to use GPS on softserial, and made each softserial individually configurable.

I use 19200 baud and it seems to work according to the baseflight GUI, that's all the testing I did so far.

What do you think? Something to be added to the master branch someday?

this can be related to #108

err ok I am stupid, the two softserial must share the same baud rate because they are on the same timer, I am reverting my changes on my fork

the changes related to spektrum, commit 38d5757 was reverted by 6d63dc8 but I really wanted to keep that change

I've fixed spektrum support, i may consider looking at GPS on softserial
if you redo the patch to match to current code.
However it cannot be hacky etc.

On Tue, Nov 4, 2014 at 4:25 PM, Frank Zhao notifications@github.com wrote:

err ok I am stupid, the two softserial must share the same baud rate
because they are on the same timer, I am reverting my changes on my fork

the changes related to spektrum, commit 38d5757
38d5757
was reverted by 6d63dc8
6d63dc8
but I really wanted to keep that change


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