- Posts: 698
Is a Deviation v4.1 release on the near horizon?
- Thomas.Heiss
- Offline
vlad_vy wrote: I have minor corrections for DSM protocol. With my limited testing it provide much less number of frame losses (without holds) at ground test (AR6210, 30m, 100uW).
Hi Vlad,
what are they in detail?
Have you described it in thread "DSM telemetry support"?
So you do some DSM protocol code changes in parallel to Indigos DSM protocol changes from his test build repository?
Indigo has not your DSM protocol changes in his repository yet, right?
Are they (the protocol changes) really needed for further improvement?
I was aware of your RF scanner changes however.
With AR8000 + TM1000 I could even walk ~63m on 100uw / 300uw / 1mw on nightly-build fcd0669 and got NO holds at all.
My plan was to write down all numbers (e.g FrameLosses), re-test for different meter ranges, video tape, compare to Indigos test build 36cce5c and his latest 103607a from 10 May 2015. Not a thing you can do in only 30-60 minutes...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
RF Scanner isn't really needed, but now it really works and I can see nearby WiFi points and DSM2 transmitters (two channels) with 'Peak' mode. Not very useful for locating frequency hopping transmitters, since frequency continually moves. With 'Average' mode you can locate permanent RF sources/noises.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Devo8 Manual:
- Transmitter menu cycle is missing the Range Test page
- Model menu cycle up/down arrows seem to be misplaced
- Editing page for simple mix types has been re-arranged
Devo10 manual:
- Copy to example seems to be broken
- Mixer page has been reworked to include input channel name
- Transmitter menu is missing Range Test page
- Helicopter setup in model config is missing COL INV setting (2 places)
- Channel monitor title is now Mixer Output, not Channel Output
- USB page now has a blank line at top
- About deviation image may want a real version number
- PPM Channel mode now has good defaults, not shown.
Both
- Channel monitor now shows virtual channels. Maybe include those.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
fixedTransmitter menu cycle is missing the Range Test page
I'm not sue what you are referringto, can you provide a link to the specific image/manual entry?Model menu cycle up/down arrows seem to be misplaced
fixedEditing page for simple mix types has been re-arranged
Devo10 manual:
It looks ok to me. can you provide a link to the specific image/manual entry?Copy to example seems to be broken
fixedMixer page has been reworked to include input channel name
fixedTransmitter menu is missing Range Test page
fixedHelicopter setup in model config is missing COL INV setting (2 places)
fixedChannel monitor title is now Mixer Output, not Channel Output
fixedUSB page now has a blank line at top
Nope. I don't want to do that. I purposefully removed the version last time I made that imageAbout deviation image may want a real version number
fixedPPM Channel mode now has good defaults, not shown.
Both
fixedChannel monitor now shows virtual channels. Maybe include those.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I open up the emulator and setup the page I want.
to grab the image In windows I use the snipping tool, in linux I use 'import PNG24:test.png' (the 'PNG24:' is important for the devo10 to prevent imagemagick from making a paletted png file)
If I need to edit the images (usually for devo10 images to combine pages together, I do that in GIMP
Lastly I add a 10pixel border on the left edge to make the pdf look better when flowingtext around images:
devo8: convert input.png -matte -background none -splice 10x0 output.png
devo10: convert input.png -type truecolor -matte -background white -splice 10x0 -transparent white PNG24:output.png
SVG images are created in inkscape, and the png is just embedded and manipulated as needed.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
PhracturedBlue wrote: Devo8 manual:
I'm not sue what you are referringto, can you provide a link to the specific image/manual entry?Model menu cycle up/down arrows seem to be misplaced
This appears to be a problem in the HTML version, not the PDF version. See www.deviationtx.com/manuals/html-devo8/ch_model.html
Devo10 manual:
It looks ok to me. can you provide a link to the specific image/manual entry?Copy to example seems to be broken
Not an HTML version issue. See www.deviationtx.com/manuals/html-devo10/...el-setup-std-adv-gui , with the two images in the left-hand column, and squished together. The PDF version isn't quite the same, but those two are clearly being treated differently than the rest.
Nope. I don't want to do that. I purposefully removed the version last time I made that imageAbout deviation image may want a real version number
In that case, the Devo8 manual About/USB page does have a version # on it. My assumption that that was the correct one was wrong.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Could this be a browser issue? That is an svg image. It looks fiune to me in Chrome/Chromiummwm wrote:
PhracturedBlue wrote: Devo8 manual:
I'm not sue what you are referringto, can you provide a link to the specific image/manual entry?Model menu cycle up/down arrows seem to be misplaced
This appears to be a problem in the HTML version, not the PDF version. See www.deviationtx.com/manuals/html-devo8/ch_model.html
Perhaps a screenshot
The html manual has several formatting issues I need to look at eventually. Is it just formatting, or is there some other visual issue?Not an HTML version issue. See www.deviationtx.com/manuals/html-devo10/...el-setup-std-adv-gui , with the two images in the left-hand column, and squished together. The PDF version isn't quite the same, but those two are clearly being treated differently than the rest.
Ydeah. It is harder to fix on the Devo8 image due to the gradient. Intelligent use if the clone brush or some creative c&p would probably fix it. Maybe easier just to hack the code temporarily to take a screenshot.In that case, the Devo8 manual About/USB page does have a version # on it. My assumption that that was the correct one was wrong.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
I'm using Chrome/Chromium. I've attached the screenshot. Note that the arrows on the left and right side are just wrong.PhracturedBlue wrote:
Could this be a browser issue? That is an svg image. It looks fiune to me in Chrome/Chromiummwm wrote: Model menu cycle up/down arrows seem to be misplaced
Perhaps a screenshot
PhracturedBlue wrote:
The html manual has several formatting issues I need to look at eventually. Is it just formatting, or is there some other visual issue?mwm wrote: Model setup on the Devo10 seems wrong.
This is not just an HTML I've attached a screenshot of the PDF version. Note that the "Copy to" and and "Reset" Image aren't left-aligned like the rest. The HTML version is slightly different, but still not left-aligned. Possibly this is intentional.
PhracturedBlue wrote: Yeah. It is harder to fix on the Devo8 image due to the gradient. Intelligent use if the clone brush or some creative c&p would probably fix it. Maybe easier just to hack the code temporarily to take a screenshot
Maybe we need a "Manual Demo" tag to build?
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
The problem with the arrows is that for some reason you can't see the lines between them. Compare to the 4.0.1 manual to see how it should look.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
The images look right to me. Just a minor layout issue. Like I said, maybe that's the way you want it.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
On the code side, I don't believe there are any regressions. I.e. - everything that was in 4.0.1 works as well in the latest nightly as it did in 4.0.1.
Looking through the bug reports and pull requests, there are a number of things we ought to deal with.
- DSM telemetry fixes from Indigo. My thought is to just leave them out, as they fix problems that have been around since 4.0.1.
- Hexfet's channel ordering fixes (pull requests #75 & #76). We do see channel ordering issues, and if these fixes those, we should add them. But I haven't been able to recreate them. My suggestion is to add them for the RC.
- FrSky telemetry fixes. This is a new protocol, but appears to be an important one for people who want telemetry. Four issues:
- Telemetry names weren't updated when new values were added. This shows up in the emulator if you enable the CC2500 & then look through the possible values you can put in a main page display box or test on the telemetry page. Fix in pull request 83.
- Sensor hub voltage display is wrong. I agree based on the docs, but I don't know of anyone who has one to test with. It only changes the display value, so we ought to do it anyway.
- FrSky telemetry not connecting. I haven't seen this, but the person reporting it has a proposed fix in pull request 80, which I've been using with no issues.
- The existing FrSky RSSI value is documented as RSSI, but isn't. SebyDocky tweaked it to make it "better", but after using it I disagree with that assessment. There are a number of reasons, but the main one is that there is no documentation on how to use the displayed values. What's a good value for an alert? What's a good value in general? Is increasing the value improving the connection? Etc. Using the actual RSSI value reported as in pull request 84 lets you use documentation on the FrSky values, which is what the manual refers people to for telemetry values.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Thomas.Heiss
- Offline
- Posts: 698
vlad_vy wrote: My changes are independent from Indigo repository, i'm using clone of the main repository. Changes more related to <8Ch Rx with telemetry enabled (1 Tx packet + 2 telemetry packets per 22ms frame). I hadn't any problems with >=8Ch Rx with telemetry enabled.
Hi Vlad,
how is it going with your Spektrum DSMx 6CH receiver code telemetry changes?
Are they on your Bitbucket repository (comitted) or are you only locally developing / testing?
What are the "problems" (only activated telemetry) you are aware on Spektrum 6CH (AR600, AR6210) receivers either on DeviationTX nightly build or Indigos test build with DSMx channel setting (6 or 7CH)?
Any of those (probably previous / temporarily) problems I described in the DSM telemetry support thread with an earlier Indigo test build? e.g:
- Any lock / loss of TX signal / bind?
- Re-reconnect / re-bind problems (re-plugging flight pack) when leaving on TX?
- Any NO MORE telemetry receive packets once out-of-range?
- Telemetry monitor screen black/inverted (delayed?
What are the concrete enhancements with your changes you do expect over Indigos latest test build on 6CH Spektrum genuine receivers?
I believe I would have to re-activate my low-cost foam e-glider with AR6210 to go for Indigos latest test build version??
450 Blade (AR8000) heli grounded.
Blade 200QX (copper antenna) carbon bottom platter still broken. Carbon too thin. Frame not stiff enough.
LED modified StrykerQ with AR600: Not usable for in-air tests with test builds - so only ground range tests possible.
vlad_vy wrote: I think that these test builds are useless, no feedback at all.
Is there any written down receiver / ground range test concept (e.g Excel list) for testing Spektrum TX signal / telemetry?
What are your test / range recommendations?
Looks like all my models are not crash-proof for in-air testing new firmware protocol code
Thomas
Please Log in or Create an account to join the conversation.
- billmester
- Offline
- Posts: 215
so... ummm... I mean... really... will there be any 4.1 or 5.0 or whatever released or are we stuck with nightlies?
I am just a user - not able to contribute in any technical way really, apart from model .ini's, so please excuse my urging... but come on! Let's not polish it for ever, there should be a release sooner or later that is what release numbering is for
Cheers
bm
Please Log in or Create an account to join the conversation.
- mwm
- Offline
So the current nightly should be more stable than 4.0.1, but really needs more testing - which probably won't happen until we at least create a release candidate. I think it's time to do that, but I can't do it myself.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- richardclli
- Offline
- Posts: 199
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Is a Deviation v4.1 release on the near horizon?