DIYbanter

DIYbanter (https://www.diybanter.com/)
-   Electronic Schematics (https://www.diybanter.com/electronic-schematics/)
-   -   Suggestions for a PIC for a one time project (https://www.diybanter.com/electronic-schematics/247754-suggestions-pic-one-time-project.html)

RFI-EMI-GUY April 27th 08 09:48 PM

Suggestions for a PIC for a one time project
 


I have a project I would like to build, and this would be for me a first
time PIC controller project.

I am looking for a PIC to do the following:

1. Address 17 parallel binary weighted bits (need at least 17 I/O's in
addition to inputs from (2) below and outputs for LCD (3) below.
2. Have a keypad or rotary encoder to select combinations of the above bits.
3. An LCD display of a frequency generated by the PLL device attached to
it per instructions below in (4).
4. Be able to enter a frequency such as 2300.6375 MHz, and do the math
to subtract an IF frequency and divide the resultant frequency by some
multiplier to address the parallel bits.

The PIC should be available with an evaluation board containing an LCD
display a keypad or rotary encoder. I do not want to have to design a
circuit board for a one time project.

For background, I have a Scientific Atlanta synthesizer that is designed
to generate a frequency in the range of 100.2x to 110.7x MHz to phase
lock a microwave brick oscillator used for a C band satellite up and
downconvertor. The unit has an external BCD switch which is designed to
display 3200.XX to 4200.XX MHz and I wish to re purpose it for a
different frequency band.

Any recommendations?
--
Joe Leikhim K4SAT
"The RFI-EMI-GUY"©

"Treason doth never prosper: what's the reason?
For if it prosper, none dare call it treason."

"Follow The Money" ;-P

ian field April 29th 08 09:43 PM

Suggestions for a PIC for a one time project
 

"RFI-EMI-GUY" wrote in message
. ..


I have a project I would like to build, and this would be for me a first
time PIC controller project.

I am looking for a PIC to do the following:

1. Address 17 parallel binary weighted bits (need at least 17 I/O's in
addition to inputs from (2) below and outputs for LCD (3) below.
2. Have a keypad or rotary encoder to select combinations of the above
bits.
3. An LCD display of a frequency generated by the PLL device attached to
it per instructions below in (4).
4. Be able to enter a frequency such as 2300.6375 MHz, and do the math
to subtract an IF frequency and divide the resultant frequency by some
multiplier to address the parallel bits.

The PIC should be available with an evaluation board containing an LCD
display a keypad or rotary encoder. I do not want to have to design a
circuit board for a one time project.

For background, I have a Scientific Atlanta synthesizer that is designed
to generate a frequency in the range of 100.2x to 110.7x MHz to phase
lock a microwave brick oscillator used for a C band satellite up and
downconvertor. The unit has an external BCD switch which is designed to
display 3200.XX to 4200.XX MHz and I wish to re purpose it for a
different frequency band.

Any recommendations?
--
Joe Leikhim K4SAT
"The RFI-EMI-GUY"©

"Treason doth never prosper: what's the reason?
For if it prosper, none dare call it treason."

"Follow The Money" ;-P


Something that might help one aspect of your design, the most recent issue
of Elektor magazine has a project to build a simple sub panel to convert a
LCD panel to 2-wire drive using only a shift register and a diode, its a big
saving on I/O pins even over 4-bit mode. They also supply the parts as a
kit.

There are several PIC based frequency counter designs floating about the
web, including ones programmed to calculate IF offset. As you google for ham
related sites, make a note of any call signs you see - googling callsigns
quickly reveals if the operator has a web presence, there's a lot of ham
related PIC stuff out there.



mick[_2_] April 29th 08 11:08 PM

Suggestions for a PIC for a one time project
 
On Sun, 27 Apr 2008 16:48:01 -0400, RFI-EMI-GUY wrote:

I have a project I would like to build, and this would be for me a first
time PIC controller project.

I am looking for a PIC to do the following:

1. Address 17 parallel binary weighted bits (need at least 17 I/O's in
addition to inputs from (2) below and outputs for LCD (3) below. 2. Have
a keypad or rotary encoder to select combinations of the above bits. 3.
An LCD display of a frequency generated by the PLL device attached to it
per instructions below in (4).
4. Be able to enter a frequency such as 2300.6375 MHz, and do the math
to subtract an IF frequency and divide the resultant frequency by some
multiplier to address the parallel bits.

The PIC should be available with an evaluation board containing an LCD
display a keypad or rotary encoder. I do not want to have to design a
circuit board for a one time project.

For background, I have a Scientific Atlanta synthesizer that is designed
to generate a frequency in the range of 100.2x to 110.7x MHz to phase
lock a microwave brick oscillator used for a C band satellite up and
downconvertor. The unit has an external BCD switch which is designed to
display 3200.XX to 4200.XX MHz and I wish to re purpose it for a
different frequency band.

Any recommendations?



I really wouldn't bother about using an evaluation board for this. By the
time you've found one that will do exactly what you want without having
to add anything it will probably work out *very* expensive.

I would suggest a 28-pin (26 I/O) PIC16LF876A for one version:
17 (IO) + 6 (LCD) +2 (Rotary encoder or 1 analogue input for a resistance
string keypad)

Or maybe a 40-pin (38 I/O) PIC18F4585, which would easily give enough
pins for a keypad.

Both of these include a 4MHz internal clock oscillator which should be
perfectly ok for this job. They both use standard DIL sockets too so you
could build your project on stripboard.

Personally, I think you are being quite brave tackling this as a first
PIC project! The hardware is the easy bit.

--
Mick (Working in a M$-free zone!)
Web: http://www.nascom.info http://mixpix.batcave.net
Filtering everything posted from googlegroups to kill spam.


All times are GMT +1. The time now is 09:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2014 DIYbanter