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.

Need hep with UART module in DsPIC 30F4012

Status
Not open for further replies.

dragonvnu

Newbie level 5
Joined
Mar 28, 2011
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Viet Nam
Activity points
1,330
Hi everyone!
I'm using DsPIC 4012 to receive temparate signal from another device -( RF430- CC2480) that developed by Texas Intrusment and I do not understand how can I do using UART module to do it.
Can you guys tell me the way to do it. I learn about the CC2480 and I wanna use ADC converter in processing the Analog signal to digital.
Thanks all!...........
 

Are you attempting to interface a ZigBee Module to your dsPIC?

Is this the device:

Z-Accel 2.4 GHz ZigBee® Processor

If so the CC2480 ZigBee Module supports both asynchronous serial (UART) or SPI interface.

The SPI would be the most versatile, the UART the simplest to implement.

In using the UART interface, just initialize the UART as if you were going to establish serial communications with a PC.

BAUD rate is default at 115,200 with hardware flow control.

The following project details the use of the CC2480 using the UART interface:



Unfortunately, there are not a lot of example applications using a PIC MCU, let alone a dsPIC.

BigDog
 
@bigdogguru:
Thanks for your reply so much!
I am attempting to interface a ZigBee Module and dsPIC. I tried to using DSPic to communicate data between two DSPics and tested with Leds when I received data.
However, in my project includes a Zigbee Module and dsPic, I do not understand how can to build the connection between two modules above?
Can you tell me some main block that I can make in my systems, not only initializing UART, timer, DAC....ect.,....?Otherwise, I do not have alot of sample project or code C for DsPic 4012 so I feel difficult.:(

Thanks!
 

I am attempting to interface a ZigBee Module and dsPIC. I tried to using DSPic to communicate data between two DSPics and tested with Leds when I received data.
However, in my project includes a Zigbee Module and dsPic, I do not understand how can to build the connection between two modules above?
Can you tell me some main block that I can make in my systems, not only initializing UART, timer, DAC....ect.,....?Otherwise, I do not have alot of sample project or code C for DsPic 4012 so I feel difficult.:(

Hi Dragonvnu,

I'm currently reviewing all the documentation concerning the CC2480.

You mentioned that you are using modules are they aftermarket or manufactured by TI?

Can you point me to the datasheet for the actual module or possibly upload it?

Any information concerning these modules would be of major importance.

I believe I've come up the a viable plan of attack.

How much experience do you have the SPI or UASRT configuration?

BigDog
 
  • Like
Reactions: FvM

    FvM

    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