Going from E-Blocks to Working Prototype?

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
Werner
Posts: 95
Joined: Sat Jun 11, 2011 4:12 am
Has thanked: 87 times
Been thanked: 31 times

Going from E-Blocks to Working Prototype?

Post by Werner »

Hi Guys,
I have a few working projects and want to start building some proto boards for them and am wondering what I need to watch out for? My chip it the 16F877A one question is that my EB-006 has the switch at XTAL selected. I am assuming that this is for the external crystal that is on my EB-006? If I am using an standard LCD on PortB do I have to use an external crystal or can I use the chip oscillator?

I found this note:

3: RA4 is an open collector I/O pin. When
used as an output, a pull-up resistor is
required

I could not find what value the resistor should be?
And does it mean the pin is ready to go as input without the resistor? But to use it as an output the resistor should be installed to pin RA4 and +5 volt?

For low buck projects should opto isolators be utilized?

Thanks for the help!! :D

Werner
Werner
STUDENT OF: Martin - Professor of Flowcode, John, Jan, Fotios and Nicolas "Spanish Dude"

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Going from E-Blocks to Working Prototype?

Post by Benj »

Hello Werner,
If I am using an standard LCD on PortB do I have to use an external crystal or can I use the chip oscillator?
Internal oscillator will work fine. Though do not use if you need highly accurate timing.
I could not find what value the resistor should be?
And does it mean the pin is ready to go as input without the resistor? But to use it as an output the resistor should be installed to pin RA4 and +5 volt?
4.7K or 10K pullup between RA4 and +5V should do the job fine and is only needed if you want to be able to output a logic 1 on that pin.
For low buck projects should opto isolators be utilized?
It really depends on what you are connecting your circuitry to. I rarely use opto's in my designs but there are times when they come in very handy for protection.

Post Reply