0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

message station > v0.5 > hello, bye対応

Last updated at Posted at 2016-02-20
動作確認
ESP-WROOM-02
Arduino IDE 1.6.6

https://hackaday.io/project/9526-bring-your-own-pizero-byop
にエントリー中のBYOPで核となるMessage stationの実装をしている。

ようやくhello, byeの応答までたどり着いた。

v0.5 @ github

コードは3つのinoファイルで実装中

  • eps8266_160220_BYOP.ino : メイン
  • eps8266_160220_StringLib.ino : 文字列(主にcsvテキスト)を扱う
  • esp8266_160220_UARTlib.ino : UART通信を扱う

予定している通信プロトコルは以下。
http://qiita.com/7of9/items/a62a6f21b00923fe3658

現状は以下のコマンドが動く。

入力 応答
hello hello,7of9
bye bye,7of9
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?