Progress is being made albeit slowly due to time constraints.
The basic program that obtains a temperature reading from the Xbee has been modified to
Include the system message logging output configuration in the body of the code.
Record the system message output in a log file.
Record the temperature readings in a file.
It's not in anyway refined at the moment. Just enough to test the code and my Java programming. The code can be found here.
The next objective is to further develop the log file recording for the Xbee measurements. The measurements will be stored in a file per day. The readings will be written with a specified frequency such as once every half hour or hour. If readings are being received more frequently they will be averaged over the period.
No comments:
Post a Comment