Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox @ 6fbe093f

Name Size Revision Age Author Comment
  freemodbus 036b4f9a about 11 years Thomas Mullins Fixed annoying warnings about avr/signal.h
Makefile 927 Bytes 6fbe093f about 10 years Thomas Mullins Implemented code for new RFID readers It's not...
current.c 1.85 KB e8960789 about 11 years Thomas Mullins Fixed another overflow bug and removed isqrt
current.h 95 Bytes cbda92cc about 11 years Thomas Mullins Untested current RMS calculation It's not actu...
led.c 860 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...
led.h 688 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...
main.c 6.27 KB 36f3b65f about 11 years Thomas Mullins Removed rfid_restart flag This way the AVR wil...
program_tool 122 Bytes f15d9227 about 11 years Thomas Mullins Adding program_tool script so we remember how t...
rfid.c 1.85 KB 6fbe093f about 10 years Thomas Mullins Implemented code for new RFID readers It's not...
rfid.h 884 Bytes bbf2f5ad over 11 years Thomas Mullins Added flushing before write to rfid reader And...
serial.c 1.45 KB 6ca98a3f over 11 years Thomas Mullins Eradicated use of signed chars in serial *d'oh*
serial.h 233 Bytes 6fbe093f about 10 years Thomas Mullins Implemented code for new RFID readers It's not...
time.c 639 Bytes bbf2f5ad over 11 years Thomas Mullins Added flushing before write to rfid reader And...
time.h 258 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...

Latest revisions

# Date Author Comment
6fbe093f 02/12/2014 10:39 PM Thomas Mullins

Implemented code for new RFID readers

It's not fully working yet. When the checksum is enabled, it ignores all
responses. Also, it no longer recognizes a missing card.

36f3b65f 03/24/2013 04:18 PM Thomas Mullins

Removed rfid_restart flag

This way the AVR will always repoll the rfid reader after the timeout,
so hopefully it will never hang. Who knows?

f15d9227 03/24/2013 03:29 PM Thomas Mullins

Adding program_tool script so we remember how to set tool id

e8960789 02/28/2013 09:32 PM Thomas Mullins

Fixed another overflow bug and removed isqrt

db11713d 02/27/2013 08:38 PM Thomas Mullins

Fixed timing in current sensing

The ADC interrupt didn't clear the TIFR timer interrupt flag, which
means the ADC wasn't triggered again on the next compare match.

975af07c 02/18/2013 12:05 AM Thomas Mullins

Fixed overflow in current calculation

f4df665c 02/10/2013 03:20 PM Thomas Mullins

Switch ADC to timer 1 because timer 0 was taken. Oops.

cbda92cc 02/09/2013 10:40 PM Thomas Mullins

Untested current RMS calculation

It's not actually RMS, it's variance. Same general idea.

036b4f9a 02/03/2013 04:25 PM Thomas Mullins

Fixed annoying warnings about avr/signal.h

a96c5547 01/27/2013 09:10 PM Thomas Mullins

Moved tool address to Makefile

View revisions

Also available in: Atom