home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / mods / radioshk / pro2020a.doc < prev    next >
Text File  |  1997-02-01  |  5KB  |  85 lines

  1. FILE NAME: PRO2020.001 @ VE3EUK REQMOD
  2.  
  3. Date:       Wed, 26 Jul 89 12:04:40 EST
  4. From: MKELLY@CARLETON.CA
  5. Reply-To: "MKELLY/2020"@CARLETON.CA
  6. Subject:    PRO 2020 SCANNER MOD
  7.  
  8. Here is the mod for the Radio Shack Pro-2020 Scanner that I posted
  9. to Info-Hams Vol 89 Issue 314, Slightly condensed.
  10. It adds another 80 memories to the existing 20, in four banks of  20,
  11. and suggests other mods.
  12. It MIGHT be helpfull for other scanners that store frequency info in
  13. a ram seperate from the cpu chip.
  14. The address, data, and WE lines on the old and new ram are paralleled.
  15. Chip enable from the cpu is multiplexed to the old and new ram, with
  16. the mux select being driven by a high order line from a counter. The
  17. high order address lines on the new ram are driven off of the low
  18. order bits of the same counter that drives the mux.  These counter
  19. lines also drive a binary->7 segment decoder/led driver to indicate
  20. which bank the machine is using.  The mux output is inhibited by a
  21. power_on_reset signal to prevent spurious writes during power up.
  22. CE1 from the cpu goes to the input to a 1 to 2 mux (1 input, CE1;
  23. 2 outputs, OLD_CE1, NEW_CE1).
  24. The mux is made of 1/2 of a 74hc00 2 input nand and 2/3 of a 74hc10
  25. 3 input nand. There is one 3 in nand unused, inputs are tied high.
  26. The 3input nands drive the ce lines on the rams.  The third input on
  27. each of the two 3 in nands is driven by the power_on_reset line that
  28. goes to CE2 of the ram in the original machine.  This signal stays
  29. low until the rest of the system is powered up and stable,  preventing
  30. spurious chip selects (& writes) until the power up sequence is complete.
  31. The top 2 address lines of the new ram (1k x 4 cmos) are selected by a
  32. 4520 4 bit binary counter configured to count 0,1,2,3,4 with binary
  33. output 101 decoded with another 1/4 of the 74hc00 looking for a high on
  34. Q0 and Q2 of the counter at the same time.  This signal is inverted
  35. (using the last 1/4 of the 74hc00) and fed into the clear line of the
  36. counter.  The clock inputs are configured so a low on the clock will
  37. increase the count. The line(s) being used for the clock have a resistor
  38. to counter vcc and a capacitor to ground.  The bank select switch is a
  39. SPST N.O. switch that shorts the capacitor.
  40. Q2 goes to the select input of the mux.  When Q2 is low, chip selects
  41. from the cpu go thru to the new ram, and when it is high, the chip
  42. selects go to the original ram, as before, like this:
  43. Q0  Q1  Q2
  44. 0   0   0  new ram bank 00  bank display reads 0
  45. 1   0   0  new ram bank 01  bank display reads 1
  46. 0   1   0  new ram bank 10  bank display reads 2
  47. 1   1   0  new ram bank 11  bank display reads 3
  48. 0   0   1  old ram (only one bank)  bank display reads 4
  49. 1   0   1  generate asynch reset and go back to 0 0 0
  50. The bank display
  51. is a FND367 using 470 ohm resistors to +5v.  The display driver is a
  52. 4511 driven off the SECOND counter in the 4520 package.  Since one of
  53. the segments in a 0-1-2-3-4 counter is always on, it is run (via its
  54. resistor) directly off +5, rather than off of the 4511.
  55. I used rather stiff decoupling (around 100uF in parallel with .1uF)
  56. on the display "module" (4511+fnd367), and the expansion board on both
  57. +5V and +5VBACKUP lines.  This may be excessive, but overkill doesn't  hurt
  58.  
  59. THE NEXT TIME I'm in there, I will probably switch the 4520 power line
  60. onto the battery backup, so it will power up in the bank I left it in,
  61. rather than at any bank at random as it does now.  If I were doing it
  62. again, I would drive the 4511 off the same lines as the address, rather
  63. than using the second counter in the package, because on power up, the
  64. two halves of the counter chip might have different numbers in them,
  65. causing the bank display to "lie" to you until you go to bank zero (when
  66. both halves get a reset and get synched up again)
  67. I have decided that the scan speed is too slow to make any practical use
  68. of the idea of decoding "20" in the channel number display and using
  69. it to clock the "bank" counter.  With that many channels being scanned,
  70. the chances of catching anything diminish too far.
  71.  
  72. THE NEXT MOD is to put a fet switch (probably a TIS73 jfet) across the
  73. "speed" switch, with a capacitor from the gate to the switched +5V line
  74. and a resistor from the gate to ground.  This should hold the "speed"  key
  75. on the keypad closed on power up, so the machine starts off in "fast"
  76. speed, rather than in slow.   I havent thought this one out yet, so if
  77. you beat me to it, lemme know how it works.
  78. This mode isn't the best one to send schematics through, so if you
  79. want a schematic of the mod, send me a papermail address.  Mine is:
  80. Mike Kelly, Carleton University, Colonel By Dr., Ottawa, Ontario,
  81. Canada, K1S 5B6.                 73.. mike k. (VE3 FFK)
  82.  
  83. ------------------------------
  84.  
  85.