On Mon, 2005-08-22 at 07:33 -0500, Zack Widup wrote:
> On Mon, 22 Aug 2005, jdelgadillo66 wrote:
> > I have a trouble with a PIC microcontroller, I need to control some
> > outputs, the PIC is in a project building by others and I can not
> > modify, but I need put in the same circuit a One logic when the pic
> > puts zero (only in some conditions), I want do that by atmega8
> output,
Why an ATMEGA8? if I understand your problem, you have access to a
controller implemented on a PIC, that is outputting a zero, at a time
when you need a conditional 1 output. Depending on the complexity of
the conditions, an 8 pint AVR like the ATTINY11 may do the job quite
dequately (as might an inverter and a few logic gates). Be more
specific about what it is you need to do, please?
> > Other question is about cheap and good programmer for atmega8 that I
> > can build compatible with AVR Studio 4.
> The STK500 is really quite a deal and I've been more than happy with
> mine.
While the STK500 may be a fine system, it is hardly inexpensive. All
this fellow needs is an ISP cable. That is covered in the ISP
applications notes on Atmel's Wbesite (I don't know the document number
off the top of my head).
Tom