본문 바로가기
반응형

Development51

[arduino]WIZ550io + 온도/초음파센서를 xively에서 모니터링[1-2] - Arduino Sketch APIKEY , FEEDID, USERAGENT 는 1-3에서 설명할께요~~이번 차트에는 그냥 이런게 있다고 알고 넘어가지면 됩니다. ip의 경우 초기값을 세팅해주고, 나중에 DHCP Server로부터 할당을 받으면 ip주소가 변경되며, 그렇지 않을 경우에는 default ip를 사용하게 되요~#define APIKEY "YfqMfUI4h9QIZ0dL8JQTpqfhIfaeXwGOc7qrpPeoFHecVPEI" // replace your Xively api key here #define FEEDID 863324820 // replace your feed ID #define USERAGENT "make fair" // user agent is the project name #define ledPin 8 #.. 2014. 9. 18.
[arduino]WIZ550io + 온도/초음파센서를 xively에서 모니터링[1-3] - xively사용 1. 자이블리에 접속하자!!https://xively.com/ 2. 로그인후 Develop > 만들어놓은 디바이스 를 클릭한다.3. Arduino sketch에 User Agent, Feed ID, APIKEY를 입력한다.4.자이블리로 모니터링 하자!!! 2014. 9. 15.
Python Script for WIZ107SR WIZ107SR의 Serial Command를 Python Script를 이용하여 동작하는 것을 포스팅하고자 한다.먼저!!embeddist의 블로그( http://embeddist.wordpress.com/category/imcu/ )에 접속하여 해당 프로그램을 받아야한다.위의 블로그에 가면 해당 Python code를 받을수 있으며, 실제 수정하여 사용하기위해 손을 대야하는 부분만을 포스팅하고 있다. 아래의 유투브 동영상은 위의 블로그 접속부터 TCP 통신까지를 연속적으로 보여주고 있다.(자체제작~^^) 2014. 8. 18.
[CoIDE]If you use printf function in the CoIDE??? printf(namo printf) redirect to the UART under CoIDE 1.7.6 - by irinaKim Download and install CoIDE V1.7.6: http://www.coocox.org/Tools/CoIDE-1.7.6.exe Replace the file "/plugins/org. Coocox. Builder. Ui_1. 0.0.201212141638. Jar" under the CoIDE installation directory with the documents in the attachment Download GNU Tools for ARM Embedded Processors Version 4.7 The download address is: https://.. 2014. 2. 5.
반응형