This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using MSP430 in PWM and wireless communication



Basically I want to generate 3 PWM signals and transmit the signal over wireless network to another processor.
Which will be the best MSP430 microcontroller to do the required?  I am sorry if you think that the question is too simple as I am new to developing on MSP430. 

Thanks

  • Pratham Oza said:
    Basically I want to generate 3 PWM signals and transmit the signal over wireless network to another processor.

    ???

    How do you intend to transmit a PWM signal over a wireless network? Sampling it with a high frequency after generation, and send the sampled data through the network, then reconstruct it using D/A on the target?

    Why don't you just send the PWM information (duty cycle, frequency and perhaps phase) as binary data through the network and let the receiver generate the signal?

    Pratham Oza said:
     I am sorry if you think that the question is too simple as I am new to developing on MSP430. 

    Indeed, the question is too simple, but in the meaning of not providing enough information to evaluate it.
    You should give more details of what you want to do, as your current description is ambiguous at best.

**Attention** This is a public forum