Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[req:] AVR MSK soft transciever

Status
Not open for further replies.

aNdreiBuuu

Full Member level 4
Joined
Apr 30, 2001
Messages
223
Helped
25
Reputation
50
Reaction score
12
Trophy points
1,298
Location
moon
Activity points
1,796
Hi,
I want to implement a simple, low data rate (1200-2400baud) MSK communication between 2 tiny AVR. (the carrier can be anywhere between 9KHz and 20KHz)

Can you provide some C source code for MSK software modulation/ demodulation?
I want to use only the controller without other active components or circuits.

Thanks in advance,
Best Regards,
//a
 

HI

8 bit AVR will find it hard to process FSK or MSK data modulated carrier - try to use AVR32 bit or ARM cortex (M3)

Basically you will need to decode A bi-phase signal using DFT algorithm

Google DFT & Grotzel to learn more

Go to TI site and search for MSP430 there is an fine application note for modem design using FSK and code written in C language

All the best

Bobi

The microcontroller specialist
 

    aNdreiBuuu

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top