/*! * 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); MultiCopter | MadaMada http://hightimes247.com Motorcycle, Gadget and more experience... Mon, 10 Oct 2016 13:36:50 +0000 ja hourly 1 http://hightimes247.com/wp-content/uploads/2013/08/faviconM63.png MultiCopter | MadaMada http://hightimes247.com 32 32 DJI MAVIC http://hightimes247.com/14161?utm_source=rss&utm_medium=rss&utm_campaign=dji-mavic http://hightimes247.com/14161#respond Tue, 27 Sep 2016 22:11:23 +0000 http://hightimes247.com/?p=14161 きたわーこれだわ決定打!Inspire以上のWOW! DJIの新作、MAVIC 事前のリークもあったものの、そんなものお構いなしにグッときた。 求めてたものはこんなパッケージだよ。 3年前からDISCOVERY PROを...

The post DJI MAVIC first appeared on MadaMada.]]>
http://hightimes247.com/14161/feed 0
NAZA-M V2 update V4.04 http://hightimes247.com/13972?utm_source=rss&utm_medium=rss&utm_campaign=naza-m-v2-update-v4-04 http://hightimes247.com/13972#comments Sun, 14 Jun 2015 15:01:19 +0000 http://hightimes247.com/?p=13972 1年ぶりにNAZA-M V2のアップデート。 Phantomに習って飛行規制エリア等々の追加か!?と思いきや… メインはH3−3DとH4-3Dの設定という肩透かし。 ジンバルのチルトスピード、チルトのエンドポ...

The post NAZA-M V2 update V4.04 first appeared on MadaMada.]]>
http://hightimes247.com/13972/feed 7
Callsign OSD launch http://hightimes247.com/13723?utm_source=rss&utm_medium=rss&utm_campaign=callsign-osd-launch http://hightimes247.com/13723#respond Wed, 29 Apr 2015 07:34:12 +0000 http://hightimes247.com/?p=13723 先日のOSD、いくつかご連絡いただいただきありがとうございあす。 自分用のスペア+少し余裕を持って基板オーダーしました。 ご希望の方いらっしゃいましたら、最上段の”Contact”からご連絡くださ...

The post Callsign OSD launch first appeared on MadaMada.]]>
http://hightimes247.com/13723/feed 0
Call Sign OSD Finalized http://hightimes247.com/13688?utm_source=rss&utm_medium=rss&utm_campaign=call-sign-osd-finalized http://hightimes247.com/13688#comments Sat, 18 Apr 2015 17:27:00 +0000 http://hightimes247.com/?p=13688 各所で盛り上がるNABネタを横目に、地味なOSDネタ。 コールサインOSD、こんな感じで落ち着いてます、という報告。 いきなりコールサインが出てくるのも味気がないので、ちょっと遊び心の起動画面。 コールサインは5分毎に1...

The post Call Sign OSD Finalized first appeared on MadaMada.]]>
http://hightimes247.com/13688/feed 4
23dbi antenna http://hightimes247.com/13383?utm_source=rss&utm_medium=rss&utm_campaign=23dbi-antenna http://hightimes247.com/13383#comments Fri, 20 Mar 2015 16:24:21 +0000 http://hightimes247.com/?p=13383 ちょと待って ちょと待って オニーサーン!! LHCPってなんですのーん!? 相変わらずAlliexpressでのオーダーは忘れた頃に届くね。(安いので文句は無い) 2ヶ月ほど前にオーダーしていた5.8G / 23dbi...

The post 23dbi antenna first appeared on MadaMada.]]>
http://hightimes247.com/13383/feed 2
FOLDING DISCO CASE http://hightimes247.com/13366?utm_source=rss&utm_medium=rss&utm_campaign=folding-disco-case http://hightimes247.com/13366#comments Thu, 19 Mar 2015 16:40:25 +0000 http://hightimes247.com/?p=13366 DISCOを折りたたんでコンパクトに運ぼう!という計画。 ブログをゴニョゴニョやってる間に専用ケースが完成しました。どうせ作るならば、緩衝材はぴったりサイズということで、レーザーカッターレンタルサービスでウレタンフォーム...

The post FOLDING DISCO CASE first appeared on MadaMada.]]>
http://hightimes247.com/13366/feed 5
1.3GHz(1280MHz) FPV http://hightimes247.com/12988?utm_source=rss&utm_medium=rss&utm_campaign=1-3ghz1280mhz-fpv http://hightimes247.com/12988#comments Fri, 30 Jan 2015 12:28:37 +0000 http://hightimes247.com/?p=12988 5.8GHzでのFPVに関しては某所で詳細に解説されてますが、1.3GHz(1280Mhz)に関してはネットにあまり情報がないみたいですね。 1280MHzもATV(アマチュアテレビ通信)に使用可能なので、海外で販売され...

The post 1.3GHz(1280MHz) FPV first appeared on MadaMada.]]>
http://hightimes247.com/12988/feed 4
Cushion for Folding DISCO http://hightimes247.com/13071?utm_source=rss&utm_medium=rss&utm_campaign=cushion-for-folding-disco http://hightimes247.com/13071#respond Sun, 25 Jan 2015 07:19:48 +0000 http://hightimes247.com/?p=13071 DISCOを折り畳んでも、ケースが大きいと意味ないので、できる限りコンパクトなピッタリサイズでワンオフでしょ。 ということでまずは内装の緩衝剤をウレタンフォームの積層でつくるべく、レーザーカット用のデータをシコシコと。 ...

The post Cushion for Folding DISCO first appeared on MadaMada.]]>
http://hightimes247.com/13071/feed 0
FOLDING DISCOVERY http://hightimes247.com/13014?utm_source=rss&utm_medium=rss&utm_campaign=folding-discovery http://hightimes247.com/13014#comments Sun, 25 Jan 2015 02:45:37 +0000 http://hightimes247.com/?p=13014 自作Folding Quadは製作半ばで放置中…なぜならば、TBS DISCOVERYが好きだからー! DISCOでフォールディングできれば理想の空撮機、という考えは変わってなくて…とりあえず運搬...

The post FOLDING DISCOVERY first appeared on MadaMada.]]>
http://hightimes247.com/13014/feed 6
JIYI P2 http://hightimes247.com/12529?utm_source=rss&utm_medium=rss&utm_campaign=jiyi-p2 Fri, 16 Jan 2015 14:25:38 +0000 http://hightimes247.com/?p=12529 JIYIというメーカーさんにフライトコントローラーを提供してもらったので、ご紹介。 JIYI P2 JIYIはP2と、その上位機種のP2 Proというマルチ用コントローラーをリリースしている中国の新興メーカー。 P2はF...

The post JIYI P2 first appeared on MadaMada.]]>
NAZA GPS MOD http://hightimes247.com/12912?utm_source=rss&utm_medium=rss&utm_campaign=naza-gps-mod http://hightimes247.com/12912#comments Thu, 15 Jan 2015 13:15:29 +0000 http://hightimes247.com/?p=12912 NAZAのGPSはU-bloxの6M。 最新のM8はGalileoやBeiDou対応なので、これに載せ替えれば性能が上がりそうですよね? ということで、互換性をチェックしてみると、M7とM8は互換あるけど、6Mの換装は無...

The post NAZA GPS MOD first appeared on MadaMada.]]>
http://hightimes247.com/12912/feed 6
LEG EXTENSION Ver.4 http://hightimes247.com/12920?utm_source=rss&utm_medium=rss&utm_campaign=leg-extension-ver-4 http://hightimes247.com/12920#comments Sat, 10 Jan 2015 07:47:53 +0000 http://hightimes247.com/?p=12920 DISCOのLeg Extensionをアップデートしあした。 最新版の前にこれまでの遍歴をおさらい。 Ver.1 DISCO PROジンバルのロードクリアランス確保の為に、3Dプリンターでワンオフ Ver.2 Ver....

The post LEG EXTENSION Ver.4 first appeared on MadaMada.]]>
http://hightimes247.com/12920/feed 7
New Battery http://hightimes247.com/12884?utm_source=rss&utm_medium=rss&utm_campaign=battery-test http://hightimes247.com/12884#comments Thu, 08 Jan 2015 14:44:13 +0000 http://hightimes247.com/?p=12884 ホビキンのマルチコプターブランドMultiStarのLiPoバッテリーを購入しました。 DISCO 3AXISに使ってるよ〜!とコメント頂いたので、お試しに3本。 メインはKypom 4S 4500mAh、次点でNano...

The post New Battery first appeared on MadaMada.]]>
http://hightimes247.com/12884/feed 12
New Year Flight http://hightimes247.com/12872?utm_source=rss&utm_medium=rss&utm_campaign=new-year-flight http://hightimes247.com/12872#comments Wed, 07 Jan 2015 00:22:13 +0000 http://hightimes247.com/?p=12872 今年の年越しは人生初の海のそばでした。 お正月と言えば凧揚げですが、昨今の大人はラジコンフライト! ということで、飛ばし初めは海上で。 昨年、3Axis化やモーター変更など諸々の改良を加えたDISCOは満足いく飛びっぷり...

The post New Year Flight first appeared on MadaMada.]]>
http://hightimes247.com/12872/feed 4
Auto Antenna Tracker install-2 http://hightimes247.com/12434?utm_source=rss&utm_medium=rss&utm_campaign=auto-antenna-tracker-install-2 http://hightimes247.com/12434#respond Sat, 29 Nov 2014 15:25:22 +0000 http://hightimes247.com/?p=12434 一手間ある機体側に対して、地上側のAATユニットは特に難しいことはなく、配線を取り回せばひとまずOK 動作確認の為の仮組で、こんな感じに仕上がってます。 トラッカーは360°ローテション可動。 青部のスリップリングを介し...

The post Auto Antenna Tracker install-2 first appeared on MadaMada.]]>
http://hightimes247.com/12434/feed 0
Auto Antenna Trackerinstall-1 http://hightimes247.com/12390?utm_source=rss&utm_medium=rss&utm_campaign=auto-antenna-trackerinstall-1 http://hightimes247.com/12390#comments Fri, 28 Nov 2014 17:45:00 +0000 http://hightimes247.com/?p=12390 先日購入したAAT(Auto Antenna Tracker)の動作確認がやっととれました。 セットアップに手間取っていたわけではなくて、仕事が忙しくてなかなか時間がとれんぬん。 事前にアンテナトラッカー導入的な感じでグ...

The post Auto Antenna Trackerinstall-1 first appeared on MadaMada.]]>
http://hightimes247.com/12390/feed 2
Antenna Tracker http://hightimes247.com/12226?utm_source=rss&utm_medium=rss&utm_campaign=antenna-tracker http://hightimes247.com/12226#respond Thu, 13 Nov 2014 16:06:10 +0000 http://hightimes247.com/?p=12226 さて、Inspire 1もヒジョーに気になりますが、発売後に再チェックするとして。 秋の大ネタ(でもない)、FPV LRフリからの…これ! Auto Antenna Tracker! 音声送信を利用して...

The post Antenna Tracker first appeared on MadaMada.]]>
http://hightimes247.com/12226/feed 0
DJI INSPIRE-1 http://hightimes247.com/12312?utm_source=rss&utm_medium=rss&utm_campaign=dji-inspire-1 http://hightimes247.com/12312#comments Wed, 12 Nov 2014 17:45:13 +0000 http://hightimes247.com/?p=12312 DJIの新型マルチコプター、Inspire-1いよいよですね。 発表に先んじて色々と漏れ出てきました。 先週からネットでは結構な盛り上がりを見せていたこの機体。 一番の特徴は、ティーザーでも動きのあるトリミングに使われて...

The post DJI INSPIRE-1 first appeared on MadaMada.]]>
http://hightimes247.com/12312/feed 2
FPV LR http://hightimes247.com/12262?utm_source=rss&utm_medium=rss&utm_campaign=fpv-lr http://hightimes247.com/12262#respond Tue, 11 Nov 2014 17:46:27 +0000 http://hightimes247.com/?p=12262 先日、FPV用のモニターが突然写らなくなって焦りました。原因はなんてことないAVケーブルの断線。 解明までに無駄に時間を費やして、挙げ句VTXを1台壊したり…四苦八苦。 四苦八苦と言えば、以前手間がかかったコ...

The post FPV LR first appeared on MadaMada.]]>
http://hightimes247.com/12262/feed 0
DIY DAY http://hightimes247.com/12172?utm_source=rss&utm_medium=rss&utm_campaign=diy-day http://hightimes247.com/12172#comments Sat, 01 Nov 2014 16:28:04 +0000 http://hightimes247.com/?p=12172 久しぶりに雨の週末で予定も無く、家に籠ってゴソゴソとDIY。 おかげさまでGoPro Lens Hoodyの初回製作分は全て嫁ぎ先が決まり、 その後もお問い合わせいただいてるので、追加製作することに。 3月から販売してる...

The post DIY DAY first appeared on MadaMada.]]>
http://hightimes247.com/12172/feed 9
H3-3D Dock Mod http://hightimes247.com/11932?utm_source=rss&utm_medium=rss&utm_campaign=h3-3d-dock-mod http://hightimes247.com/11932#respond Thu, 23 Oct 2014 18:21:27 +0000 http://hightimes247.com/?p=11932 小ネタの秋。 H3-3DやGoPro HERO4にまつわる小ネタを、秋の夜長に夜な夜な書いていくシリーズ。 ということで、一発目はH3-3DをちっとばかしModするでやんす。 H3-3DとGoProは “主に...

The post H3-3D Dock Mod first appeared on MadaMada.]]>
http://hightimes247.com/11932/feed 0
GoProHD HERO4 Test Flight http://hightimes247.com/11833?utm_source=rss&utm_medium=rss&utm_campaign=goprohd-hero4-test-flight http://hightimes247.com/11833#comments Mon, 13 Oct 2014 09:04:54 +0000 http://hightimes247.com/?p=11833 容量も食うし、編集も時間かかる、現状の環境で4Kはハンドリングしきれない… そんなふうに考えていた時期が俺にもありました。 が、4Kで撮ったフッテージの解像感を前にすると、やっぱり良いものは良い(笑) HER...

The post GoProHD HERO4 Test Flight first appeared on MadaMada.]]>
http://hightimes247.com/11833/feed 5
GoProHD HERO4 on ZenmuseH3-3D http://hightimes247.com/11809?utm_source=rss&utm_medium=rss&utm_campaign=hero4-on-h3-3d http://hightimes247.com/11809#comments Sun, 12 Oct 2014 06:00:20 +0000 http://hightimes247.com/?p=11809 HERO4をZenmuse H3-3Dに載せてみた。 [divider scroll_text=”ハウジング加工“] HERO3+ on H3-3D WiFiボタンとジンバルは無干渉で問題無し。 ...

The post GoProHD HERO4 on ZenmuseH3-3D first appeared on MadaMada.]]>
http://hightimes247.com/11809/feed 5
HEAT SINK http://hightimes247.com/11433?utm_source=rss&utm_medium=rss&utm_campaign=heat-sink http://hightimes247.com/11433#respond Tue, 23 Sep 2014 17:50:40 +0000 http://hightimes247.com/?p=11433 自作機の方は少しずつ形になってきてますが、秋のシーズンに向けDISCOにも少し手を加えたり。 とは言っても中身の配線を極力短く加工しただけなので、見た目はかわらず。 今まで手を加えていなかった無駄に長いCAN-BUSケー...

The post HEAT SINK first appeared on MadaMada.]]>
http://hightimes247.com/11433/feed 0
Large or Small http://hightimes247.com/11397?utm_source=rss&utm_medium=rss&utm_campaign=large-or-small http://hightimes247.com/11397#respond Wed, 17 Sep 2014 15:39:33 +0000 http://hightimes247.com/?p=11397 iPhone6/6Plusがいよいよですね。 ペーパーモックで検証した結果、僅差でiPhone6 Plusかな…と。 画面は右肩上がりに大きくなりつつ、一方、ガジェットとしての魅力という点に於いてはどんどん右...

The post Large or Small first appeared on MadaMada.]]>
http://hightimes247.com/11397/feed 0
Discovery 3Axis-Light Bridge http://hightimes247.com/11034?utm_source=rss&utm_medium=rss&utm_campaign=discovery-3axis-light-bridge http://hightimes247.com/11034#respond Wed, 20 Aug 2014 15:02:58 +0000 http://hightimes247.com/?p=11034 いつの間にか4機目となったDISCOVERY 3AXISの製作。 今回は、DISCO PRO→DISCO 3AXISへのコンバート、さらにLight bridgeを組み込んだHDパッケージ。 Light BridgeはH...

The post Discovery 3Axis-Light Bridge first appeared on MadaMada.]]>
http://hightimes247.com/11034/feed 0
SimpleBGC 2.42b6PID AUTO-TUNE http://hightimes247.com/11166?utm_source=rss&utm_medium=rss&utm_campaign=11166 http://hightimes247.com/11166#comments Sun, 17 Aug 2014 07:47:25 +0000 http://hightimes247.com/?p=11166 見せてもらおうか! PID auto-tuneの性能とやらをぉぉ!! ということで、SimpleBGC32bit最新版の 2.42b6ファームで実装されたPID auto-tuneという機能、これがなかなかいい感じだった...

The post SimpleBGC 2.42b6PID AUTO-TUNE first appeared on MadaMada.]]>
http://hightimes247.com/11166/feed 2
Let's have a fan time http://hightimes247.com/11120?utm_source=rss&utm_medium=rss&utm_campaign=lets-have-a-fan-time http://hightimes247.com/11120#comments Sun, 10 Aug 2014 13:40:11 +0000 http://hightimes247.com/?p=11120 冬は曇るし、夏も曇る。 ゴーグルの曇り、どうにかならんものか、ということで… ターボファンシステム!!©SWANS 数年前にこれが出てきた時はちょっと眉唾だったけど… ファンを組み込んで、湿気を強...

The post Let's have a fan time first appeared on MadaMada.]]>
http://hightimes247.com/11120/feed 2
RF POWER METER http://hightimes247.com/11111?utm_source=rss&utm_medium=rss&utm_campaign=rf-power-meter http://hightimes247.com/11111#comments Fri, 08 Aug 2014 05:48:47 +0000 http://hightimes247.com/?p=11111 VTxは製品ごと、CHごとに出力にバラツキがありますよね。 飛ばす環境や温度なんかでも変化するところなので、”体感”を拠り所にするのも心もとない。 計測しちゃえば無駄なく最適なCHを決められます、...

The post RF POWER METER first appeared on MadaMada.]]>
http://hightimes247.com/11111/feed 6
SImple BCG 32bit Board mini & big http://hightimes247.com/11026?utm_source=rss&utm_medium=rss&utm_campaign=simple-bcg-32bit-board-mini-big http://hightimes247.com/11026#comments Sun, 27 Jul 2014 05:53:11 +0000 http://hightimes247.com/?p=11026 RC TIMERから気になるSimple BGC 32bitボードが出てます。 Mini BaseCam SimpleBGC 32-bit Brushless Gimbal Controller サイズが書いてないけど、...

The post SImple BCG 32bit Board mini & big first appeared on MadaMada.]]>
http://hightimes247.com/11026/feed 2
WALKERA G-3D http://hightimes247.com/10849?utm_source=rss&utm_medium=rss&utm_campaign=walkera-g-3d http://hightimes247.com/10849#comments Sat, 26 Jul 2014 09:06:06 +0000 http://hightimes247.com/?p=10849 値段につられて買ってみました。 初めてのWalkera製品だけど、DJIを始めメジャーのパクリが多いメーカって印象ですが…(失礼) Walkera G-3D Brushless Gimbal Walkeraオ...

The post WALKERA G-3D first appeared on MadaMada.]]>
http://hightimes247.com/10849/feed 6
HMD Repair http://hightimes247.com/10991?utm_source=rss&utm_medium=rss&utm_campaign=hmd-repair http://hightimes247.com/10991#comments Mon, 21 Jul 2014 15:40:14 +0000 http://hightimes247.com/?p=10991 先日から調子悪かったFatShark Attitudeがついにお逝きなすった。 原因は予想通りPCBのパターン剥離。 もともとのRXユニットは固定用のピンが3箇所あり、そのピンをハンダで固定することで、回路に繋がる9ピン...

The post HMD Repair first appeared on MadaMada.]]>
http://hightimes247.com/10991/feed 6
FPV Equipment http://hightimes247.com/10549?utm_source=rss&utm_medium=rss&utm_campaign=fpv-equipment http://hightimes247.com/10549#comments Fri, 18 Jul 2014 22:33:22 +0000 http://hightimes247.com/?p=10549 アメリカでは、ゴーグルFPVはアカンで!てなことで大騒ぎ! 一方日本では 脱法ハーブ 合法FPVブームきてるん? ウチのブログの影響もあるん?なんてコッソリ思ってたりします。 (このエントリ結構アクセスあるんです。中身は...

The post FPV Equipment first appeared on MadaMada.]]>
http://hightimes247.com/10549/feed 7
never say "Hello World" http://hightimes247.com/10934?utm_source=rss&utm_medium=rss&utm_campaign=not-say-hello-world http://hightimes247.com/10934#comments Tue, 15 Jul 2014 17:22:23 +0000 http://hightimes247.com/?p=10934 Arduinoのサンプルコードやなんやは大体ネットにコロコロ転がってるわけです… 基本的にそれ拾ってくれば、何とかなるはずなんです…小学生でもサクッとできるはずなんです… なんです&#...

The post never say "Hello World" first appeared on MadaMada.]]>
http://hightimes247.com/10934/feed 2
Call Sign OSD http://hightimes247.com/10909?utm_source=rss&utm_medium=rss&utm_campaign=call-sign-osd http://hightimes247.com/10909#comments Sun, 13 Jul 2014 03:09:47 +0000 http://hightimes247.com/?p=10909 無線運用するにはコールサインを流す必要がある! ってのはみなさんご存知の通り。 ATVで一番手っ取り早いのは、コールサインを書いたボードをフライト前に写す方法 だけど(この場合1フライト10分以下) 、どうせならOSDに...

The post Call Sign OSD first appeared on MadaMada.]]>
http://hightimes247.com/10909/feed 7
QAV250 build log 5 http://hightimes247.com/10806?utm_source=rss&utm_medium=rss&utm_campaign=qav250-build-log-5 http://hightimes247.com/10806#comments Sun, 06 Jul 2014 16:11:54 +0000 http://hightimes247.com/?p=10806 QAV250は予想通りスロットルに対するレスポンスが凄くシビアで、ある程度高度をとっておかないとすぐ地面にタッチダウンしちゃいます。 一応Barometerは付いてるけど、とりあえず使わずに練習中。 シビアとはいえ、NA...

The post QAV250 build log 5 first appeared on MadaMada.]]>
http://hightimes247.com/10806/feed 10
Mobius Setting http://hightimes247.com/10814?utm_source=rss&utm_medium=rss&utm_campaign=mobius-setting http://hightimes247.com/10814#respond Sun, 06 Jul 2014 07:35:31 +0000 http://hightimes247.com/?p=10814 OSXでのMobius設定方法 備忘録。 OSX用のMobiusManager Appをダウンロード MobiusManager.app ←Zipのダウソロードが始まります。    Mobius設定用ファイル「SYSCF...

The post Mobius Setting first appeared on MadaMada.]]>
http://hightimes247.com/10814/feed 0
QAV250 build log4 http://hightimes247.com/10671?utm_source=rss&utm_medium=rss&utm_campaign=qav250-build-log4 http://hightimes247.com/10671#comments Sat, 05 Jul 2014 12:23:02 +0000 http://hightimes247.com/?p=10671 調整フライトを開始、FCと機体に慣れるまでは、MobiusやVtxは外した素の状態でのノンFPV。 なんとか駐車場で軽く飛ばせる程度までは辿り着いた。 この時点で、既にペラの消費が…(笑) 右も左もわからない...

The post QAV250 build log4 first appeared on MadaMada.]]>
http://hightimes247.com/10671/feed 4
FPV FLYING WAS BANNED!! http://hightimes247.com/10734?utm_source=rss&utm_medium=rss&utm_campaign=fpv-flying-was-banned http://hightimes247.com/10734#comments Thu, 03 Jul 2014 10:36:01 +0000 http://hightimes247.com/?p=10734 すっかり見落としてた、1週間前のビッグニュース!!! FAA(アメリカ連邦航空局)がFPVによるフライトは違法だとの見解を出した。 Interpretation of the Special Rule for Model...

The post FPV FLYING WAS BANNED!! first appeared on MadaMada.]]>
http://hightimes247.com/10734/feed 2
QAV250 build log3 http://hightimes247.com/10718?utm_source=rss&utm_medium=rss&utm_campaign=qav250-build-log3 http://hightimes247.com/10718#respond Wed, 02 Jul 2014 14:45:46 +0000 http://hightimes247.com/?p=10718 レシーバーをどうしよっかな、と。 色々切り替えようとすると6chは欲しい。 なるべく小ちゃいのとなると、FutabaのR617FSか、FrskyのTFR6か… と思わせといての、Delta-8 Delta-8...

The post QAV250 build log3 first appeared on MadaMada.]]>
http://hightimes247.com/10718/feed 0
US ROAD TRIP -10-Lake Powell http://hightimes247.com/10540?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-10-lake-powell http://hightimes247.com/10540#comments Sat, 28 Jun 2014 04:42:21 +0000 http://hightimes247.com/?p=10540 いつかボートハウスでのんびりバカンスしたいっす。 宝くじに当たったらボートハウス買ってプカプカと奥地の入り江までノンビリと数日かけて探検とか、間違いない。 全米第2位の人造湖、グランドキャニオン並みのキャニオンに水貯めた...

The post US ROAD TRIP -10-Lake Powell first appeared on MadaMada.]]>
http://hightimes247.com/10540/feed 2
QAV250 Build log-2 http://hightimes247.com/10636?utm_source=rss&utm_medium=rss&utm_campaign=qav250-build-log-2 http://hightimes247.com/10636#comments Tue, 24 Jun 2014 21:09:53 +0000 http://hightimes247.com/?p=10636 組み立てもほぼ終わり、あとは細かな仕上げを残すところで、とりあえずセッティング開始。 で、色々とトラブル… 一つ目は、初めて扱うMultiWii系のFCの洗礼。 ABCから始めよう!ってなレベルなので、マニュ...

The post QAV250 Build log-2 first appeared on MadaMada.]]>
http://hightimes247.com/10636/feed 8
Drones are completely banned at US NP!! http://hightimes247.com/10626?utm_source=rss&utm_medium=rss&utm_campaign=drones-are-completely-banned-at-us-np http://hightimes247.com/10626#comments Sat, 21 Jun 2014 12:49:01 +0000 http://hightimes247.com/?p=10626 きましたね。 US National Park ServiceがNational Park内でのDroneを全面禁止しました。 これは正式なルールが制定されるまでの、差し当たっての暫定的な措置ではあるけれど、おそらく解禁...

The post Drones are completely banned at US NP!! first appeared on MadaMada.]]>
http://hightimes247.com/10626/feed 2
QAV250 Build log-1 http://hightimes247.com/10614?utm_source=rss&utm_medium=rss&utm_campaign=qav250-build-log-1 http://hightimes247.com/10614#respond Sat, 21 Jun 2014 01:36:32 +0000 http://hightimes247.com/?p=10614 しゃいあせー! 「QAV250はじめました」(夏らしく) ということで、他人様のDISCOVERY 3AXISが落ち着いたので、QAV250の作製スタート。 小さいから余裕っしょ!的なノリで始めたのが大きな間違いで、小さ...

The post QAV250 Build log-1 first appeared on MadaMada.]]>
http://hightimes247.com/10614/feed 0
DISCO 3AXIS 2nd http://hightimes247.com/10611?utm_source=rss&utm_medium=rss&utm_campaign=disco-3axis-2nd http://hightimes247.com/10611#comments Fri, 20 Jun 2014 09:44:38 +0000 http://hightimes247.com/?p=10611 Disco 3AXISと同じものを作って欲しいってオーダーをシアトル 方面からいただきまして、世界で2機目のDISCOVERY 3AXISを作りました。 製作は数日かけてノンビリと。室内での動作確認はとれたので、テストフ...

The post DISCO 3AXIS 2nd first appeared on MadaMada.]]>
http://hightimes247.com/10611/feed 13
Mobius http://hightimes247.com/10513?utm_source=rss&utm_medium=rss&utm_campaign=mobius http://hightimes247.com/10513#comments Wed, 18 Jun 2014 12:32:32 +0000 http://hightimes247.com/?p=10513 遡ればATC2KやBloggieなんかも使ってましたが、GoProHD以降はGoPro一筋で、今回GoPro以外の小型ビデオカメラを買うのは実に4-5年ぶり。 (って書いた後でSonyのASを買ってたことを思いだしたw)...

The post Mobius first appeared on MadaMada.]]>
http://hightimes247.com/10513/feed 2
HEXO+ http://hightimes247.com/10524?utm_source=rss&utm_medium=rss&utm_campaign=hexo http://hightimes247.com/10524#respond Tue, 17 Jun 2014 11:32:00 +0000 http://hightimes247.com/?p=10524 自動追尾してくれるヘキサ『HEXO+』がKickstarterで資金を募ってます。 プロモーションを見るかぎりは追尾精度、良さそうですね。 時速70km、2DジンバルとGoPro積んで15分の飛行時間。 iPhone/A...

The post HEXO+ first appeared on MadaMada.]]>
http://hightimes247.com/10524/feed 0
Quater Multi http://hightimes247.com/10499?utm_source=rss&utm_medium=rss&utm_campaign=quater-multi http://hightimes247.com/10499#comments Thu, 12 Jun 2014 12:22:02 +0000 http://hightimes247.com/?p=10499 Quater Multi といえば250ccの4発な2輪!!(元々はバイクなブログなんだぜ) といいたいところですが、ccではなくmm、気筒ではなく枚。 ということで、去年末頃から世界的に流行りなスパン250mmサイズの...

The post Quater Multi first appeared on MadaMada.]]>
http://hightimes247.com/10499/feed 4
TBS1000KV LR Motor http://hightimes247.com/10483?utm_source=rss&utm_medium=rss&utm_campaign=tbs1000kv-lr-motor http://hightimes247.com/10483#comments Wed, 11 Jun 2014 13:36:34 +0000 http://hightimes247.com/?p=10483 TBSが新モーターをリリースしたので、DISCOVERY 3AXISをアップデートしました。 TBS 1000KV LR Motor DISCOやDISCO PROのパフォーマンスを最大限引き出すために、1.5kg-2....

The post TBS1000KV LR Motor first appeared on MadaMada.]]>
http://hightimes247.com/10483/feed 11
US ROAD TRIP -9-Grand Canyon http://hightimes247.com/10461?utm_source=rss&utm_medium=rss&utm_campaign=us-road-trip-9-grand-canyon-2 http://hightimes247.com/10461#respond Mon, 09 Jun 2014 14:08:21 +0000 http://hightimes247.com/?p=10461 Grand CanyonといえばYellowstone,Yosemiteに次ぐ人気のNPなわけだけど。 (日本だと1番有名?) いざ行くと、「思った程でも」とか「直ぐ飽きた」とか言う人もいたりするわけです…も...

The post US ROAD TRIP -9-Grand Canyon first appeared on MadaMada.]]>
http://hightimes247.com/10461/feed 0