Build your own diversity controller! - RC Groups Ever since I discovered that most RF electronics have an RSSI (relative signal strength) pin on them I have been finding different ways to use it to my advantage. In this case I can use them to make a diversity system for a fraction of the cost of a conventional diversity controller. Sure this requires a little more work than simply buying a diversity controller, but my controller uses less power and also allows me to power my entire base station from a single battery. Even my video glasses and recorder can be powered straight from this controller! I even put a voltage monitor on it. Now more worrying about charging multiple batteries and worrying about any one going dead. in Radiostyrt > FPVwith builddiversityfpvhowtorssisignalstrengttutorialvideo
Building a Dojo Application using IBM Rational Application Developer In this tutorial you will create a Dojo application using the Web tools in IBM® Rational® Application Developer Version 8.0. Rational Application Developer provides wizards, content assist, validation, property views, palette drops, and other visual tools for rapidly developing Dojo web applications. You will build a Dojo-based loan payment calculator. The calculator accepts three pieces of input: loan amount, interest rate, and term. It outputs the monthly payment, a pie chart displaying the percentage of loan costs going towards principal and interest, and an amortization table. There is no submit button because the output fields are updated in real-time as users enter or change input. in Development > JavaScript, AJAX & Dojowith applicationbuilddojoibmradweb2.0widget
Create optimized Dojo builds for your custom Dojo artifacts Create a custom Dojo build for your custom widgets without including any modules from the dojo/dojox/dijit packages into your build output. Custom Dojo builds reduce the number of modules to be downloaded by combining all the modules into a single file, thereby reducing the number of network calls required for the individual module files. These techniques were developed with a real-world project where compact packages were a requirement. This article helps you to create optimized Dojo builds using the Dojo build tool. in Development > JavaScript, AJAX & Dojowith builddojo