Re: 555 timer circuits for digital camera trigger
- From: Jan Panteltje <pNaonStpealmtje@xxxxxxxxx>
- Date: Wed, 01 Oct 2008 13:52:19 GMT
On a sunny day (Mon, 29 Sep 2008 05:02:08 -0700 (PDT)) it happened DorkyGrin
<jchickering@xxxxxxxxx> wrote in
<1f5c3530-c13e-49af-8e06-60e3188d746a@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
I was thinking 555 or PIC because of size requirements (needs to be
portable and run off a 6-12v battery). I had not considered USB.
Hummm...
Are there any PICs that don't require a steep learning curve for
programming? Something like a PIC for dummies?
Sorry for the late reply.
I did see some recommend custom solutions like pic-axe (spelled right?).
In my view it is much better to just take the time, and learn PIC asm.
You will, as electronics person, work close to the hardware,
and really, writing a delay loop in asm is just as simple, and a lot more versatile,
then doing it in some higher language.
You will want to write to IO ports, read AD the converter, do interrupts too, later.
Learning curve? There is always one.
If you _ever_ programmed in a language, say BASIC or whatever, then
you understand the idea of having something execute your instructions.
In such a case learning PIC asm (or any other asm) is just having a good read of
the data sheets, the instruction set, and start with something simple like lighting a LED
for example.
There are lots and lots of examples for asm on the Microchip website,
and the cheapest programmer is less the 50 $ IIRC.
.
- Prev by Date: Electronic components in the Cape, South Africa
- Next by Date: Re: OT: SARAH PALIN DUMBER THAN A ROCK
- Previous by thread: Re: 555 timer circuits for digital camera trigger
- Next by thread: Re: OT: SARAH PALIN DUMBER THAN A ROCK
- Index(es):
Relevant Pages
|