⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 tinyos最新版
💻
字号:
README for TestCommAuthor/Contact: cotsbots-help@millennium.berkeley.eduDescription:TestComm provides a test platform for sending and receiving motor packets.This program runs on the mica(2) mote and sends messages to the motorboard periodically telling it to turn on its LED.  TestCommMotor doesthe same thing from the motor board.  It periodically sends messagesto the mica mote to toggle its LED.LED Debugging:RED_LED -- toggles when a message is received GREEN_LED -- toggles when a message is sentYELLOW_LED -- toggled when it receives an LED_TOGGLE command from the	motor boardMOTOR_LED -- toggles when a message is sent or an LED_TOGGLE message	is receivedNOTE: I2C is not currently implemented on the Motor Board.  The I2C protocolrequires pull-up resistors on the I2C clock and data lines which do notexist in our current schematic.  These may be added manually if I2C isdesired, or UART communication will suffice for most applications.  The resistors may exist anywhere and are not limited to the motorboard, so ifyou are using another board that has these pull-up resistors, you shouldbe okay.Tools:No tools needed.Known bugs/limitations:This component is primarily used to calibrate the internal RC oscillatorso that I can reliably send packets over the UART.  By timing a bitperiod with an oscilloscope, I can adjust the calibration constant storedin the EEPROM accordingly (see ATmega8L documentation for more details).

⌨️ 快捷键说明

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