var fDesc=new Array(); fDesc[0] = "RemoTI is the industry leading RF4CE-compliant software architecture. Built on TI's well proven IEEE 802.15.4 compliant TIMAC, RemoTI™ offers a simple, easy-to-use, intuitive software architectural framework and all of the tools, documentation, and support needed to build an RF4CE compliant product. RemoTI™ allows you to reduce development time and cost and allowing you to get your product to market quickly.
Features:
- The software package is based on version 1.0 of the ZigBee RF4CE specification
- Reduced stack size
- CC2533F64 and CC2533F96 support
- CC2531 HID Dongle functionality to support USB-compliant power savings
- CC2531 boot loader support
- Optimizations, documentation and tool support updates
- Bug fixes"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }