i have a doubt here, am using a microcontroller and want to generate 4 different frequency signal from a single channel i mean single pin.. is it possible to do this....?
Is there any technology or alternates to do this...?
Probably we don't use the same series. Most of those I know (MSP430, PIC, ARM...) have ADC
and some of them also have DACs.
i have a doubt here, am using a microcontroller and want to generate 4 different frequency signal
from a single channel i mean single pin.. is it possible to do this....?
Your question has already been replied. But you may consider rethinking your design. What would
be the point of generating these waves? A kind of DTMF encoding? Otherwise there might be
other solutions to your problem, so it might be a good idea to explain a little bit more what you
want to do.
Does a Digital to Analog Converter (DAC) ring a bell?
Some microcontrollers actually have onboard DACs as peripheral modules, even those that do not, can certainly control a DAC with an SPI, I2C or Parallel interface.
but I´m missing a lot of input.
* Are the signals sinsoid or square wave or other waveform?
* What are the voltage levels? Are they constant?
* Are the frequencies alternatively or may there be multiple frequencies at the same time?
* What is the purpose of it? What is the reciever?