Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
77f1c73c 05/05/2013 11:54 PM David Sorber

Continuing to work on final project documentation. Also fixed another minor bug in rpi_client.py.

a7721fb9 05/05/2013 06:36 PM David Sorber

Fixing a bug that I just noticed while doing a dry run. The client sorts the temps before creating the SensorReading object so the correct temps don't correspond to the correct sensors on the server. The fix was simply to create the SensorReading object sooner before the temps are sorted.

cfebef28 05/05/2013 05:59 PM dsorber

Changing IP.

7bde117f 05/04/2013 03:14 PM dsorber

Adding dynamically updating charts using the Flot javascript plotting library.

6e306fcd 05/01/2013 12:23 AM dsorber

Okay, fixing that bug for reals now.

f945a1fe 05/01/2013 12:22 AM dsorber

Fixing a global variable bug in RPi client.

abe2d7e5 04/29/2013 08:45 PM David Sorber

Adding some charset info to make sure mod_wsgi doesn't puke on UTF-8 encoded strings. Also added a "-d" (debug enable) switch to the RPi client so that it only prints out debug information if you want it to. Finally, I added a try except block around the database insert code in the server daemon so that the whole daemone doesn't crash when there is an error.

6ec4a106 04/29/2013 04:20 AM dsorber

Made a few minor changes to the RPi client.

345c7d6a 04/29/2013 01:24 AM dsorber

Adding javascript (using Google Charts) graph of the last 60 data points to the per day display page.

5a52f49b 04/28/2013 08:25 PM dsorber

It would help if I spelled the acronym right...

45c4b73a 04/28/2013 08:12 PM dsorber

Adding web remote display code. All the basic functionality is complete but I'd like to play around with adding some graphs for S&G.

856d156b 04/23/2013 01:18 AM dsorber

Made good progress tonight with the client and server apps. Added the socket connection and SensorReading object to hold the sensor readings (surprise).

317c2b10 04/23/2013 12:32 AM dsorber

Adding work to rpi_client from this weekend.

e376a628 04/19/2013 12:59 AM dsorber

I'm finally starting to put all the pieces together and build the RPI client. So far so good, although I still need to work a few details. I also reorganized my "test scripts" into a proper library so that I can call the relevant code from my client program.

018481aa 04/18/2013 10:00 PM dsorber

Adding my improvements to the TMP512 controller code that I've developed over the past couple days.

74eab0f1 04/11/2013 02:08 AM dsorber

Did a bit more work. The remote temperature readings are way off, I need to figure out why.

e45aa19e 04/10/2013 10:19 PM dsorber

Adding code I wrote a while ago. I'm starting to create objects for each of the major functions/components of the board.

c5ac7e4c 03/30/2013 08:04 PM dsorber

Added a couple more scripts including one to talk to the 7 segment display.

22b6f476 03/28/2013 09:41 PM dsorber

Started working on some simple test programs for the board.

ade8d74a 03/23/2013 04:42 PM dsorber

Adding the first version of my LED blink test script which should be able to be reused verbatim as a test program for the actual board. Also adding correct mechanic drawing for SMT switch.