Need help in designing a transmitter and receiver.

Bluetooth, XBee, RF......

Need help in designing a transmitter and receiver.

Postby kanni » Tue Apr 05, 2011 9:51 am

hi..
i am currently making a project that looks like this...

[analog input]--->[ band limiting filter]--->[ PCM Encoder]--->[ASK modulator]--->[Wireless channel]--->[ASK
demodulator]--->[PCM Decoder]--->[Lowpass filter]--->[analog output]


is there any reflectance that i can use to build up this circuit??
im thinking of using PT 2262 and pt 2272as my encoder and decoder.

thanks..
kanni
Greenhorn
 
Posts: 2
Joined: Tue Apr 05, 2011 9:49 am

Re: Need help in designing a transmitter and receiver.

Postby shahrul » Tue Apr 05, 2011 1:10 pm

If using microcontroller, you can short into
[analog input] >> [UART] >> [Transmitter] ---- [Receiver] >> [UART] >> [analog output]
You can see example Transmit data through RF and then analog output.
User avatar
shahrul
Professional
 
Posts: 812
Joined: Sat May 16, 2009 9:54 pm
Location: Selangor

Re: Need help in designing a transmitter and receiver.

Postby kanni » Wed Apr 06, 2011 9:23 am

shahrul WROTE:If using microcontroller, you can short into
[analog input] >> [UART] >> [Transmitter] ---- [Receiver] >> [UART] >> [analog output]
You can see example Transmit data through RF and then analog output.


i have the transmitter and receiver circuit..what if i directly convert analog signal to digital signal then connect it with my transmitter.. will it work?? how to make the ADC converter and DAC converter. thanks
kanni
Greenhorn
 
Posts: 2
Joined: Tue Apr 05, 2011 9:49 am

Re: Need help in designing a transmitter and receiver.

Postby shahrul » Wed Apr 06, 2011 10:11 am

kanni WROTE:i have the transmitter and receiver circuit..what if i directly convert analog signal to digital signal then connect it with my transmitter.. will it work??

Convert analog to digital. UART is digital signal.

kanni WROTE:how to make the ADC converter and DAC converter.

ADC is build-in in the PIC. DAC can build using R-2R ladder or convert PWM-to-analog.
User avatar
shahrul
Professional
 
Posts: 812
Joined: Sat May 16, 2009 9:54 pm
Location: Selangor

Re: Need help in designing a transmitter and receiver.

Postby yonghui » Wed Apr 06, 2011 4:50 pm

hi,
i think it will be better to use microcontrollers to do this task compared to PT 2262

as mentioned by Sharul, ADC in microcontroller is readily to be used for the analog to digital conversion, then the digital signal is transmitted as wireless after encoding using UART protocol. the ASK thing is done by the RF module already.
at receiver side, the demodulation of ASK is done by receiver module. the signal will be received and UART signal and decode by microcontroller.

in addition to Sharul's comment on using R2R resistor ladder as DAC, u can use the PWM module in microcontroller as the DAC to convert the digital data to analog values. the PWM pulse can be easily changed to analog voltage by simple RC filter of one resistor and one capacitor.


regards,
yh
thanks&regards,
yh
yonghui
Moderator
 
Posts: 732
Joined: Mon Sep 28, 2009 3:27 pm


Return to Wireless Device

Who is online

Users browsing this forum: No registered users and 29 guests