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

📄 readme.txt

📁 无线传感器网络操作系统tinyos下的cc2420测试驱动程序
💻 TXT
字号:
README for RadioCountToLedsAuthor/Contact: tinyos-help@millennium.berkeley.eduDescription:This is a low power listening version of RadioCountToLeds,using the broadcast address to delivery packets.  That means the delivery will remain on for the full duration of the receiver's LPL check to ensure all listeners get the message.Each node is performing 1 second receive checks, but there is a 1.5 second delay between each transmission.Verification: * Install the application to at two motes * Both motes should count up their LED's just like RadioCountToLeds   - This indicates they are communicating with each other. * LED's will not toggle in rhythm.   - Being a broadcast LPL transmission, you'll sometimes see     the LED's count up one at a time, or multiple counts     at a time.  This is normal.If you see LED's waggling on both motes, the test passed.To compile for motes with CC2420 radios, you must do:  env CFLAGS="-DLOW_POWER_LISTENING" make <platform>RadioCountToLeds maintains a 4Hz counter, broadcasting its value in an AM packet every time it gets updated. A RadioCountToLeds node that hears a counter displays the bottom three bits on its LEDs. This application is a useful test to show that basic AM communication and timers work.Tools:RadioCountMsg.java is a Java class representing the message thatthis application sends.  RadioCountMsg.py is a Python class representingthe message that this application sends.Known bugs/limitations:None.$Id: README.txt,v 1.2 2007/07/10 16:47:09 rincon Exp $

⌨️ 快捷键说明

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