Thread
:
dds + pic
View Single Post
#
2
June 7th 04, 08:56 AM
Victor Koren 4Z4ME
Posts: n/a
You can look at the OM3CPH site:
http://www.qsl.net/om3cph/om3cph.html
It has some beautiful projects including DDS generators controlled by PIC.
(Laura Halliday) wrote in message om...
Ken Scharf wrote in message . ..
Has anybody here attempted to use a pic to control a dds chip (and
wrote the software himself)?
(snip...)
Or "herself", as the case may be...sheesh.
My very first attempt in this area was a long time
ago. I built a DDS around a Qualcomm parallel-input
DDS chip but got tired of binary computatin and
soldering diodes into a programming board. So I made
a controller with a shaft encoder, a Basic Stamp
and a serial-to-parallel interface cobbled together
out of 74HC logic. It worked fine.
Don't try to do everything at once. Get basic
functionality first, *then* get fancy. Do you
really need umpteen memories, variable tuning rates,
and so on? Right away? Probably not...
My Q2220 controller manipulated the 24 bit tuning
word directly (the steps were 50 million / 2^24,
about 3 Hz), then the software turned this into a
frequency readout. With modern chips you probably
don't want to do it this way around.
It's not a crime to recycle other peoples' code,
like the mundane and generally boring bit-pushing to
talk to a 44780 LCD controller.
Laura Halliday VE7LDH "Que les nuages soient notre
Grid: CN89mg pied a terre..."
ICBM: 49 16.05 N 122 56.92 W - Hospital/Shafte
Reply With Quote