タグ

irに関するhatayanorgのブックマーク (5)

  • A Multi-Protocol Infrared Remote Library for the Arduino

    Code now on github The most recent code is at github.com/shirriff/Arduino-IRremote. If you have any issues, please report them there. Do you want to control your Arduino with an IR remote? Do you want to use your Arduino to control your stereo or other devices? This IR remote library lets you both send and receive IR remote codes in multiple protocols. It supports NEC, Sony SIRC, Philips RC5, Phil

    A Multi-Protocol Infrared Remote Library for the Arduino
  • Arduinoで学習リモコン - Okiraku Programming

    Aruduino Duemilanove 328買ってみた。 Arduino (アルデュイーノ)とは、AVRマイコンを搭載しデジタル/アナログ入出力を備えたイタリア発祥のマイコンボードです。C++ライクな言語での開発環境が整備されていて、非常に簡単に開発が出来るのが特徴。いろんなセンサをPCに繋ぐインターフェースとしても使いやすいし、もちろんスタンドアローンでもいろいろこなしてくれます。 中でも Aruduino Duemilanove 328 (読み方。イタリア語かっこいい)は、USB 1PC(Mac, Windows, Linux)と接続するだけで、すぐに開発が始められる簡単さが特徴です。Arduinoは「オープンソースハードウェア」であり、設計情報は全て公開されているため、自分で組み立てることも出来ます。が、まずは製品を買うのが簡単だと思って、Amazonのスイッチサイエンス社の

    Arduinoで学習リモコン - Okiraku Programming
  • リモコンのノイズ対策 - マイコン工作実験日記

    赤外線受信モジュールは、タイマのキャプチャ端子に直接つなげていたのですが、職場の蛍光灯の下だと、なんと毎秒2000回ほどの割り込みが発生していることが判明。これだけのノイズによる割り込みが生じても、リモコン信号として誤検出されることは無いので、実害はありません。しかし、いくらなんでもこれはチトまずいんではないかというわけで対策を施すことに。 そもそも、データ・シートには「電源ラインに100Ωと20μFのRCフィルタを取り付けることを推奨します」と書いてあったんですが、これまではその指示を無視して、ただ単にUSBからの5Vをつなげただけでパスコンすら入れていませんでした。 そこで、まずは試しに0.1μのパスコン入れてみました。これだけで、毎秒800回くらいに減りました。効果あるもんですねぇ。 続いて、データ・シートの指示どおり、100Ωと20μFを入れてみると。。。さらに半分の毎秒400回く

    リモコンのノイズ対策 - マイコン工作実験日記
  • Building a Universal Remote with an Arduino

    Building a Universal Remote with an Arduino It is really easy to build a universal remote using an Arduino. With just an infrared LED, it can impersonate remotes for your TV, fans, lights, etc. and can let you easily incorporate these into your electronics projects. You won’t even have to solder anything or void any warranties. For a project I’m working on, I need to emulate the remote for a Lutro

  • ことぶ記: 簡単な赤外線カメラの作り方

    Link: MAKE: Blog: Make an Infrared Webcam. Make an IR camera! Using a webcam, removing the lens and replacing it with material from photo negatives, it should block visible light and only let IR through. MAKEのウェブログで取り上げられていた記事ですが、方法としてはいたって簡単で、ネガ・フィルムのリーダー部分を赤外線フィルターとして使用する、というもののようです。画像認識などの用途では結構この赤外線フィルターって必要になるんですが、いざ購入しようとすると結構高いんですよね。この方法で十分な精度が得られる場合もあるでしょうから、試してみる価値はありそうですね。 追記(2005.3.20)

  • 1