/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); RF POWER METER | MadaMada

RF POWER METER

VTxは製品ごと、CHごとに出力にバラツキがありますよね。
飛ばす環境や温度なんかでも変化するところなので、”体感”を拠り所にするのも心もとない。
計測しちゃえば無駄なく最適なCHを決められます、ということで電波強度を計測するの巻。
計測に使うのはImmersionRCの RF Power Meter(100ドル少々でした)
RF-Power-Meter-immersion-1
35Mhzから5.8GHzの周波数で計測できる優れもの。
RF-Power-Meter-immersion-3
まずは2台ある6ch運用のTS58500、これは熱による出力変化がかなり激しかったので、ファンで風当てつつ通電60秒経過時を計測。
CHごとに冷めるのを待っての作業は面倒くさかった…

①TS58500 5.8GHz/500mW
5705MHz 5740MHz 5745MHz 5780MHz 5790MHz 5800MHz
484.16mW 483.64mW 500.62mW 518.24mW 512.55mW 488.03mW

 

②TS58500 5.8GHz/500mW
5705MHz 5740MHz 5745MHz 5780MHz 5790MHz 5800MHz
514.82mW 511.93mW 501.11mW 489.99mW 519.45mW 487.99mW

ベスト値は②の5790MHz、とはいえ、先にも書いたように温度による出力変化が激しく、ほんの1-2秒でも数値が変わるのであくまで参考値、同一個体での相対評価程度にしかつかえないデータ。60秒経過以降もどんどん出力は落ちるので、通常使用で500mW前後出るとは思えない(笑)

Range Video 1.2GHz/500mW
1280MHz
332.46mW

一方こちらはわりと安定。通電後徐々に数値が上がっていき、60秒後では332.46mWでピタリ。
温度上昇で数値が下降する5.8GHzに対して、上昇していく1.2GHz…。

TBS BOSS 5.8GHz/500mW
5745MHz
363.73mW

通電直後は500mW程度で、60秒経過時は383.7mW。数値だけ見ると58500よりも劣るんだけど、BOSSの方が落ち込みが少なく数値変化は緩やか。
TS58500は通電直後こそ700mW以上でるけど、そこから右下がりで2分程度でBOSSと同等の数値まで落ちる。
TS58500に氷でも貼っとけば700mWは出る…かなとw

飛行時の風でどの程度の出力をキープできるのか一度計測する必要があるけど、5.8GHzにはヒートシンクを付けた方がいいかもしれない。

もちろんアンテナの相性や性能もチェックでき〼。
RF-Power-Meter-immersion-2

6 Comments

    • hightimes247

      2014-08-09 at 12:45 AM

      >通りすがりさん
      一家に一台あると便利!
      ネタにした送信機の出力チェックよりも、実は、アンテナ感度のチェックの方が楽しめますw
      外で飛ばしながら感度チェックしてみようと。

      返信
  • 黒執事

    2014-08-09 at 8:26 PM

    お久しぶりです。
    TS58500なんですが、やっぱりあまりよくありませんか?
    実は「FPV Equipment」の記事見て、「軽くて32chなら
    イイネ!」とばかりに私も注文したのですが、ポチッた直後
    にDisco.Proのマニュアルで、
    「do NOT buy, bad design!」(Page 9)とあるのを見
    つけてちょっとがっくりしてましたw
    TBSに「どう悪いの?」と聞いてみたら、「発熱が大きいの
    で冷却ファンで冷やさないと焼けたり壊れたりする」(超意訳)
    ということでした。
    とは言いつつ、局免が届くと(やっと届いたんです!)すぐにこ
    れの追加の変更申請を出しました^^;
    PS.私の場合、局免は申請が6/6,TSSの問い合わせに回答した
    のが7/6,TSSが書類を総務省に提出したのが7/18,免許到着
    が8/7でした。マスターによれば5.8GHz申請が増えて処理
    が立て込んでいるそうです。

    返信
    • hightimes247

      2014-08-10 at 1:25 AM

      >黒執事さん
      どうもです。
      マヌアル、ちょいちょいアップデートされてる(最新2014.7.24)のでチェック必要ですね〜。
      TS58500、” bad design!” そう思いますw
      発熱凄いですし、出力の落ち込みも激しい。一応ヒートシンク付けてみましたが…オススメはしないかも。
      周波数に困ってるわけではないので、基本はBOSS使う感じです。

      局免随分とかかりましたね…
      詳細覚えてませんが、ボクの時はTSS通ってから1週間で届いたので、タイミングが良かったのかな。

      返信
      • 黒執事

        2014-08-10 at 11:58 PM

        >hightimes247さん

        “bad design!”は、2014.03.04版のマニュアルでも記載されてますw
        しかし、そんなにしょっちゅう隅から隅まで読むわけではないし^^;

        私もBOSS基本で行きたいですが、あれってせめて24ch(6705が初めから持ってる)にはならないのと思ってます。

        ところで、TBS の mini (GEMINI)、アナウンスされてますね。
        クアッドではなくヘキサですね。

        返信
        • hightimes247

          2014-08-11 at 12:20 AM

          >2014.03.04版のマニュアル
          そういえば記憶が…と初版のマニュアル見たら…そこにもBad Designと書いてありましたw
          さらに昔の無印DISCOのマニュアルにも書いてある気がします。
          TS58500に関しては新しい機種という事もあって全く気にしてなかった!
          1CHしか使わないにしろ、6CH運用できるVTXから最適なCHを選べる方が良いですよね。BOSSでは出力の良いCHを選ぶということができないので…

          >Gemini
          Geminiみたいに速い機体どう考えてもボクには扱いきれませんw(飛ばす場所も問題)
          QAV250で気軽な飛行が性に合ってるみたいです。

          返信

コメントを残す