summaryrefslogtreecommitdiff
path: root/software/ttx
Commit message (Expand)AuthorAgeFilesLines
* moved to external pic utilsChristian Pointner2015-02-251-3/+4
* updated copyright headerChristian Pointner2015-02-032-4/+4
* improved port pin definitionsChristian Pointner2012-06-071-25/+25
* ihu and ttx for exhibitionChristian Pointner2012-05-041-15/+17
* some adaptions for exhibition setupChristian Pointner2012-05-021-6/+6
* moved beacon interval to timer1 (async)Christian Pointner2012-02-041-59/+69
* try slower mode for ihu-ttx communcationChristian Pointner2012-01-301-6/+15
* make sure FST + IRP are fittingChristian Pointner2012-01-291-0/+4
* added aknowledge pulse to ihu-ttx communicationChristian Pointner2012-01-281-3/+9
* cleanupChristian Pointner2012-01-281-1/+1
* start beacon after resetChristian Pointner2012-01-281-3/+4
* cleanupChristian Pointner2012-01-281-5/+4
* fixed safe mode Christian Pointner2012-01-271-7/+7
* fixed header info (2011 vs. 2012)Christian Pointner2011-12-132-2/+2
* no timer1 anymore using rtc clkout capabilityChristian Pointner2011-07-301-24/+17
* tiny refactoringChristian Pointner2011-07-291-3/+3
* receive is now fasterChristian Pointner2011-07-281-2/+1
* checksum fixChristian Pointner2011-07-271-0/+1
* ttx <-> ihu communication include checksum/ack works nowChristian Pointner2011-07-271-1/+27
* ttx multiple byte rx code added (not tested yet)Christian Pointner2011-07-251-35/+97
* fixed cw generationChristian Pointner2011-07-251-1/+1
* updatd ihu-ttx protoChristian Pointner2011-07-251-28/+43
* communication speed ihu -> ttx is now rightChristian Pointner2011-07-251-4/+1
* first working communication between ihu and ttxChristian Pointner2011-07-251-113/+205
* switched to 125kHz for TTXChristian Pointner2011-07-241-6/+6
* ihu and ttx reset works nowChristian Pointner2011-07-241-1/+1
* now using A as start signChristian Pointner2011-07-231-2/+3
* added 'E' as as a start for the beaconChristian Pointner2011-07-231-6/+14
* beaconcnt should be working nowChristian Pointner2011-07-231-10/+14
* ttx cleanupChristian Pointner2011-07-231-3/+3
* BEACON_INT is a variable nowChristian Pointner2011-07-231-5/+8
* added safe mode checksChristian Pointner2011-07-231-3/+19
* added volatile beacon cntChristian Pointner2011-07-231-17/+20
* added send_parityChristian Pointner2011-07-231-4/+10
* RFC3548 compliant base32 coding works nowChristian Pointner2011-07-221-45/+33
* first version of base32 encoder (not working yet)Christian Pointner2011-07-221-12/+192
* split up send_beacon on sperate functionsChristian Pointner2011-07-221-25/+82
* beacon with powerdown works nowChristian Pointner2011-07-223-62/+23
* fixed prescaler due to FOSC/4Christian Pointner2011-05-281-3/+3
* ported code to PIC12F635 (not tested yet)Christian Pointner2011-05-282-56/+93
* ported code to 12F519Christian Pointner2011-05-271-18/+20
* switched to hight cw speedChristian Pointner2011-05-041-1/+1
* ignoring invalid characterChristian Pointner2011-05-031-3/+7
* first working versionChristian Pointner2011-05-033-38/+60
* added morse code tablesChristian Pointner2011-05-031-0/+129
* cleaned dottime calculationChristian Pointner2011-05-032-24/+50
* added dottime calculations and wait routineChristian Pointner2011-05-023-0/+77
* added subroutines sectionChristian Pointner2011-05-021-5/+14
* ttx: beacon intervalChristian Pointner2011-05-021-6/+17
* ttx: use external 32,768 kHz clock for timerChristian Pointner2011-05-021-23/+16