They say that marathon runners feel an overwhelming sense of euphoria when they complete their race. Here at Intuitive Homes we've been working like mad for the past eight months to create a robust home automation system for some of the largest private homes in the USA. This morning, I felt a bit of that euphoria with a project I've been working on; porting our touch panel UI to a wireless Pocket PC.
Yesterday my day started at 5:30am and for the next 14 hours I
transitioned the navigation and lighting controls UI from the 4:3
aspect touch panel interface to a wireless Pocket PC. This morning we
threw the switch on our client's WiFi network and I was able to control every light in the house, all from the Pocket PC. Euphoria!
The speed of development is certainly one of the reasons that we are using Flash MX to develop our UI. Major sections of our system logic in Flash didn't need any re-writing for the Pocket PC -- just the UI needed tweaking. Another reason that Flash makes such an excellent tool for building Home Automation UIs is the vast number of devices that Flash can run on. We're already developing touch panels UIs with Flash, and now the Pocket PC platform is up and running. Then there's the potential for deploying our Home Automation UI to PlayStations, xBoxes, DoCoMo phones and more.
To build our interface we've been using Macromedia's new Standalone Macromedia Flash Player 6 for Pocket PC 2002,
which allows Flash developers to create projectors specifically for the Pocket PC platform. The new Pocket PC player works great, and Flash performed all the code flawlessly. The main issue with our UI at this point has to do with the processor speed of the Pocket PC.
Unfortunately the XML parsing ability of the Pocket PC player is very
sluggish - needing nearly 30 seconds to configure our Flash application and parse the initial settings XML. Once that's been done however, the interface moves along at a fairly decent pace. Our XML Socket server connection over the wireless is very zippy for sending our SOAP XML calls though; turning off the theater with over 25 individual light loads (or switches) takes less than a second.
Color me tickled pink. Flash rocks.