タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

arduinoとArduinoとI2Cに関するkorinのブックマーク (6)

  • A Simple Method For Expanding Arduino IO Capacity

    Although there are other ways to do this, [Rod] has decided to write up his method of using two Arduinos and the I2C protocol to expand an Arduino’s IO capacity. As seen in the picture above, you’ll sacrifice 2 analog pins, but if you happen to need IO and have an extra Arduino lying around, this could really help. [Rod] also notes that this method could be used with many Arduino’s in parallel if

    A Simple Method For Expanding Arduino IO Capacity
  • Experiment: I2C communication between two Arduino boards | Absences

  • I2C LCD用ライブラリを作ってみた

    「ビーコン菅原の組み込みがらみ | Arduinoで I2C LCD」を参考にして、ストロベリーリナックスのI2C低電圧キャラクタ液晶モジュール(16x2行)を動かしてみた。 ピン2だけでLCDが制御できてしまうのは楽チンだ。 ついでにアイコンの表示制御機能も追加した上で、ライブラリ化してみた。 スケッチはとにかく簡潔にしたいのである...;-) I2C LCD(ST7032i)用ライブラリ:NsLCD-0.1.zip ちなみに、ライブラリを置く場所は、IDEのバージョンが0017なら、「Sketchbook location」直下の「libraries」(無ければ自分で作ればよい)、IDEのバージョンが0016以前なら、IDEインストール場所の「Arduino\hardware\libraries」。 NsLCDを使ったスケッチはこんな感じになる。#include <Wire.h> #

    I2C LCD用ライブラリを作ってみた
  • I2C Between Arduinos

    About: Inventor, Author, Head of Innovation, Entrepreneur, Forbes 30 Under 30, 10 Outstanding Young Persons of the World More About cornelam » Maybe sometimes we want to share the workload of one Arduino with another. Or maybe we want more digital or analog pins. Inter-Integrated Circuit or I2C (pronounced I squared C) is the best solution. I2C is an interesting protocol. It's usually used to comm

    I2C Between Arduinos
  • Arduinoで遊ぼう - 大容量EEPROMに毎日の温度変化を保存する - なんでも作っちゃう、かも。

    Arduino/Make/フィジカルコンピューティング/電子工作あたりで活動しています。スタバの空きカップを使ったスタバカップアンプなど製作。最近はもっぱらArduinoと3Dプリンタの自作に興味があります。 Arduinoに搭載されているマイコン(AVR)には電源を切ってもデータが消えないメモリ「EEPROM」が内蔵されている。Duemilanove 168は512バイト、Duemilanove 328は1024バイト、MEGAは4096バイトのEEPROMを内蔵している。 少しだけ情報を保存する場合には内蔵のEEPROMで十分だけど、温度センサの値を数ヶ月に渡って保存したり、インターネットからダウンロードしたファイルを保存するには容量が足りない。そんな時は大容量のEEPROMをArduinoに接続してもりもりデータを保存しよう!今回、I2CインターフェースのEEPROMとCOMS温度セ

  • Arduino デジタルコンパス/HMC6352

    [HOME]  [Processing関係]  [Arduino関係]  [マテリアル関係]  [秋葉原工作マップ] 2008年用ですが、部分的に内容を更新しています(2010/06/14)。 また、[建築農業工作ゼミ2009-2010]とも連動していますので、そちらにも幾つかサンプルがあります。 : デジタルコンパス(方位センサ)によって、物体の方位を磁気的に調べることができます。Arduinoで制御可能あるいは入手しやすいデジタルコンパスとして幾つか以下に挙げておきます。 デジタルコンパスの種類: ・「RDCM-802」(秋月電子:¥3400) ・「HMC1052L」(Sparkfun:$24.95/ストロベリーリナックス:¥3480) ・「HMC6352」(Sparkfun:$59.95/ストロベリーリナックス:¥7350/スイッチサイエンス:¥6980) ・「HM55B(日立製)」

    Arduino デジタルコンパス/HMC6352
  • 1