?? readme
字號:
README for MicaSBTest1Author/Contact: tinyos-help@millennium.berkeley.edu Description: MicaSBTest1 is an application that test out the magnetometer, accelerometer, and temperature sensor.It demonstrates how to access the data from each individual sensors, how to perform real time "calibration", and how to filter and process sensory data for the magnetometer. The test cases for the accelerometer and the temperature sensor is very simple. The raw 10 bit data fromthese sensors are sent over the UART for visual inspection. The format of the packet looks likethe following: (24 bytes long, each data is 2 bytes long)[TEMP ACCEL_X ACCEL_Y] [TEMP ACCEL_X ACCEL_Y] [TEMP ACCEL_X ACCEL_Y] [TEMP ACCEL_X ACCEL_Y] [TEMP ACCEL_X ACCEL_Y]For the magnetometer, one can visually look at the LEDs to see if it is working.RED - self calibration is being doneGREEN - idle -> no magnetic field event detectedYellow - event triggered: either X or Y axis has event detected. Tools: None Known bugs/limitations: The new radio stack may only send 29 bytes instead of the usual 30 bytes packet. If this is true, you may lose the last byte for the packet sent over the UART.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -