readme

来自「Develop Zigbee network real-time Os」· 代码 · 共 32 行

TXT
32
字号
This simple demo samples an accelerometer forwards it to a PC anddisplays fever curves on a screen. It has 3 parts: * PC_display * SampleForwardNode * SampleForwardBaseSampleForward=============The node samples continuously and forwards the packets using theradio. The node currently only runs on Sensinode Nano withaccelerometer board.The base receives the packets and prints them on the serial port forthe display app.PC_display==========Runs 3 graphs that read from a fifo each and a perl script that readsfrom the serial port and writes to the fifos. Start by starting thegraphs with "start_meter" and the reader with "ttxdemo.pl"trend: with the -f d it reasds "binary doubles" with no delimiter from the fifostart_meter.sh creates n fifos and starts a trend window for each 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?