Project

General

Profile

Statistics
| Revision:

root / trunk @ 165

# Date Author Comment
165 02/16/2010 08:32 PM Kevin Woo

bootloader stuff that should work

164 02/16/2010 06:34 PM Kevin Woo

changed bootloader to start at 0x400

163 02/13/2010 05:02 PM Brad Neuman

tried to update test Makefile to move code to start at 1024
also added some printouts to netprog

162 02/13/2010 04:56 PM Kevin Woo

Fixed bug in bootloader that writes to flash. Can now write to flash

161 02/11/2010 09:31 PM Kevin Woo

Bootloader fixes

160 02/11/2010 04:54 PM Brad Neuman

added simple test code for programmer

159 02/10/2010 10:25 PM Brad Neuman

got state transitions working with toolbox board!

158 02/10/2010 10:25 PM Kevin Woo

Bootloader state machine and rudimentary programming, can receive program but doesn't actually program

157 02/10/2010 09:40 PM Brad Neuman

first draft of network programmer, no error checking!

156 02/10/2010 09:04 PM Kevin Woo

Added a packet parser and ack generator to the bootloader. Also added the new mesages to the tooltron.h file

155 02/10/2010 07:21 PM Brad Neuman

undid hack to main toolbox code
got something of the bootloader working

154 02/10/2010 06:39 PM Brad Neuman

added bootloader code

153 02/09/2010 01:25 PM Kevin Woo

First version of the cardbox hardware that's not perf boarded. These are the gerbers sent to fab.

152 02/07/2010 11:24 PM Kevin Woo

This is the toolbox that we sent to fab

151 02/07/2010 11:23 PM Kevin Woo

First run at the improved cardbox

150 02/03/2010 10:41 PM Brad Neuman

Fixed several bugs:
warn state no longer allows red button to kill tool while it is spinning
keypresses are flushed by the server before a request so we don't get the one-swipe-behind bug

Changes:
red light stays on on toolboxes while powered
added more blink-error codes to the cardbox

149 01/27/2010 09:50 PM Brad Neuman

added a much better idiot check

148 01/27/2010 09:22 PM Brad Neuman

UNTESTED hacky check state solution for idiot mode, going back to idiot-state solution

147 01/27/2010 07:56 PM Brad Neuman

updated comments

146 01/18/2010 06:41 PM Brad Neuman

logging with user names

145 01/18/2010 05:36 PM Brad Neuman

added some more logging to server

144 01/18/2010 05:09 PM Brad Neuman

added some logging but doesn't look up usernames yet

143 01/18/2010 04:41 PM Brad Neuman

updated server to handle multiple swipes and have more reasonable timeout behavior.
tested with 5 toolboxes, seems to work for now
Also removed unnecessary code from uart in toolbox.

142 01/18/2010 03:38 PM Kevin Woo

changed it so that the cardbox ignores uart rx until it gets a key

141 01/18/2010 01:43 PM Brad Neuman

changed timeouts to be shorter for 422 acks

140 01/18/2010 01:06 PM Brad Neuman

renamed dustmite to tooltron since dustmite the server is dead

139 08/12/2009 04:27 AM Kevin Woo

Added LGPL to all source code except the hardware schematics.

137 08/12/2009 03:26 AM Kevin Woo

Moved hardware to the trunk

136 08/12/2009 03:15 AM Kevin Woo

Renamed cardbox_new to cardbox

135 08/12/2009 03:13 AM Kevin Woo

Deleted old server code

134 08/12/2009 03:10 AM Kevin Woo

Removed old crusty code

131 04/24/2009 12:02 AM Brad Neuman

ooops

130 04/24/2009 12:01 AM Brad Neuman

added multiple tool numbers per tool name
i.e. there are two bandsaws but one item called "Bandsaw" in the db

129 04/23/2009 11:59 PM Kevin Woo

Added ac line detection and won't kill power to the tool if it is on.

Considered feature complete.

128 04/23/2009 11:44 PM Brad Neuman

added a silly thread and fancy compilicated crap that allows us to ignore input to stdin between swipes

127 04/23/2009 11:44 PM Brad Neuman

added a silly thread and fancy compilicated crap that allows us to ignore input to stdin between swipes

126 04/23/2009 09:47 PM Brad Neuman

oops, flush is undefined on stdin, so now using read instead.
rookie mistake

125 04/23/2009 09:32 PM Brad Neuman

hopefully fixes the multi-swipe bug

124 04/17/2009 04:13 PM Brad Neuman

bugfix

123 04/16/2009 01:43 PM Kevin Woo

Added timeouts and blinking, state machine implemented. Works with the server.

122 04/15/2009 11:55 PM Brad Neuman

bugfix

121 04/15/2009 10:53 PM Brad Neuman

added a function which parses the ack

120 04/15/2009 10:25 PM Brad Neuman

sending and recving over bus works!!
need to parse for ACKs

119 04/15/2009 08:25 PM Brad Neuman

added query stuff to dustmite.py. should be working but hasn't been tested with the keypad

118 04/14/2009 05:47 PM Kevin Woo

Moved relay pin. Can trigger the transistor correctly.

117 04/14/2009 04:56 PM Kevin Woo

Removed debug leds in the uart module. Can turn relay on and off now.

116 04/14/2009 04:33 PM Kevin Woo

Finished state machine with timeout/warn state. Need to build timer still.

115 04/14/2009 03:52 PM Kevin Woo

Added button checking.

114 04/13/2009 06:35 PM Kevin Woo

Added packet parsing, seems to work. Lights can also be controlled as well.

113 04/10/2009 08:29 PM Brad Neuman

added lookup code to query so it returns tool id #s

112 04/09/2009 06:50 PM Kevin Woo

Moved the new toolbox to the toolbox folder for naming.

111 04/09/2009 06:49 PM Kevin Woo

Removed the old toolbox code

109 04/09/2009 06:48 PM Kevin Woo

Made it so that we can TX/RX from the toolbox.

106 04/05/2009 04:10 PM Kevin Woo

Preparing tooltron repository to become the officers repo.