1
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.

arduinoでXFDを作る。「アラーム君」Win版リリースしました。

Last updated at Posted at 2016-06-16

GitHubでデモ動画、arduinoのソース、node-serialportのバッチ、Jenkins設定方法を公開しています。

間違いや、改善ポイントがあれば、お気軽にコメント、アドバイスくださーい。

###Makers Bazaar Osaka vol.3出店します!
http://makersbazaar.jp/
2016/7/9(土)、7/10(日)
間に合えば、3500円ぐらいで販売予定です。
気になる人は、見に来てください。
今すぐ欲しい人は、少数なら準備できるかもなので、コメントください。


AlarmBoy

Arduino Simple XFD

###Wiring diagram
配線図

###OverView
概念図

###Demo(YouTube)
Demo

#SetUp
##node-serialport
instal node.
npm install -g serialport

##_config.bat
NODE_PATH,COM port number,api token

###Setup Test
C:\AlarmBoy\tool\win\node-serialport\SerialTest.bat

##Jenkins Setting
###install Plugin
Post build task
https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task

###add 3task

  1. before build

    call C:\AlarmBoy\tool\win\node-serialport\BuildOn.bat

  2. after build,before test

    call C:\AlarmBoy\tool\win\node-serialport\testingOn.bat

    call C:\AlarmBoy\tool\win\node-serialport\BuildOff.bat

  3. after publish test result

    set JOB_URL=http://[Jenkins URL]/job/TestJob/

    call C:\AlarmBoy\tool\win\postBuild.bat

###Commands

Pin ON OFF Remarks
D2 c C Err(Blink)
D3 d D Warn
D4 e E NG
D5 f F OK
D8 i I Testing
D9 j J Building(Blink)
A5 t T Sound t:NG T:OK

push A3:Button,then D2:Blink OFF.

#for Linux and Mac Soon!!

1
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
1
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?