Interplan IM920 library, 920MHz module

Dependents:   IM920_sample IM920_SDlog IM920_sample IM920_sample3 ... more

IM920 ライブラリ

データモード、低速、長距離 の設定で通信するライブラリです。

920MHz無線モジュール

http://www.interplan.co.jp/images/contents/solution/im920.png IM920 (インタープラン製)

  • mbedとモジュールとは、シリアル(TX,RX)、BUSY、RESET端子を接続します。
  • モジュールはあらかじめ、コマンドでノード番号などを設定しておきます。

NECの920MHz近距離無線モジュールもおすすめ

IM920_conf.h

Committer:
idealtechlab
Date:
2015-04-24
Revision:
5:2fd9b1725283
Parent:
1:81b2fd407327

File content as of revision 5:2fd9b1725283:

#ifndef _IM920_conf_h_
#define _IM920_conf_h_

//#define DEBUG
//#define DEBUG_DUMP

#define IM920_BAUD 19200

#define CFG_BUF_SIZE 150
#define CFG_DATA_SIZE 64
#define CFG_CMD_SIZE 16

#define DEFAULT_WAIT_RESP_TIMEOUT 500
#define CFG_TIMEOUT 5000

#endif