Home automation using Xbee radios

Dependencies:   EthernetNetIf HTTPServer RPCInterface mbed C12832_lcd

Link to Notebook Page

Changes

RevisionDateWhoCommit message
11:03ff417d0d5d 2013-12-09 chrisisthefish Added support for Mbed application board LCD screen.; Added support for displaying IP address and status on LCD screen. default tip
10:de0be690b3c0 2013-12-06 chrisisthefish Rewrote the function that monitors any changes to the RPC variables.; Also added support for push buttons that toggle the lights.; Lots of other stuff.
9:4b1e3531dd00 2013-12-04 chrisisthefish Changed too much stuff to comment on everything.; Got the xbee structs working; Got the RPC stuff working; Added functions for handling incoming RPC changes; Added timing functions to the motion detectors
8:e32fcca16102 2013-12-02 chrisisthefish Re-added Chris' Xbee communication code.; ; Integrated Hai's digital and analog handling code with the Xbee packet decoder code so that we handle incoming packets correctly.
7:15cbbbe6105c 2013-11-26 chrisisthefish Added initial code for Xbee communications.
6:438291b14122 2013-11-26 chrisisthefish added test comment
5:ae3cbcf75d78 2013-12-02 mmujica6 Added RPC Variables, main loop, and Ethernet initialization. ; ; I also imported 3 libraries necessary for RPC server to run and switched the mbed official library to Mihail Stoyanov's version, which has some additions necessary for the RPC library.
4:6091cb494e73 2013-11-28 hpham33 add case in which node doesnot exit in the list
3:c4bec8e7cc07 2013-11-27 hpham33 fix analoginputhandle
2:9503a713b648 2013-11-27 hpham33 upload Hai's code
1:230c1ec1c9bb 2013-11-26 mmujica6 Changed 1 to 0
0:c498b8bcfc46 2013-11-26 chrisisthefish Initial Commit