Tuesday 10 January 2012

History - Windows Temp Download UI

To make the best use of my Bluetooth temperature sensor I decided to write a Windows application to automate the download and graphing of the temperature data. I used the following tools to do this.

The first page lets you pick a port, or to skip this step if you just want to reload some old data.

If you select a port, the program handles connecting including any retries.

Once connected, the data is downloaded and graphed. The actual data isn't timestamped so the fetched data is assumed to be readings stretching backwards in time from now.

The full code is available here.