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.

rf module cc2500 with pic

Status
Not open for further replies.

shreyas_patel21

Full Member level 3
Joined
Jan 4, 2011
Messages
181
Helped
15
Reputation
30
Reaction score
14
Trophy points
1,298
Activity points
2,325
hello everyone

I have CC2500 Rf transiever

I want to use two module 1 as transmitter and other as receiver with 2 boards containing pic18f46k22

here is the configuration of module:

Code:
#define FSCTRL1 	0x0b09
#define FSCTRL0 	0x0c00
#define FREQ2   	0x0d59
#define FREQ1   	0x0e42
#define FREQ0   	0x0f5f
#define MDMCFG4 	0x1066
#define MDMCFG3     0x1175
#define MDMCFG2     0x1203
#define MDMCFG1     0x1322
#define MDMCFG0     0x14e5
#define DEVIATN     0x1543
#define FREND1		0x2156
#define FREND0		0x2210
#define MCSM1		0x1700
#define MCSM0 		0x1818
#define FOCCFG		0x1916
#define BSCCFG		0x1a6c
#define AGCCTRL2	0x1bc7
#define AGCCTRL1	0x1c07
#define AGCCTRL0    0x1d10
#define FSCAL3		0x23a9
#define FSCAL2		0x240a
#define FSCAL1		0x2500
#define FSCAL0		0x2611
#define FSTEST		0x2959
#define TEST2		0x2c88
#define TEST1		0x2d31
#define TEST0		0x2e0b
#define IOCFG2		0x0029
#define IOCFG0		0x0206
#define PKTCTRL1	0x0705
#define PKTCTRL0    0x0845
#define PKTLEN		0x06ff

can anybody help me to interface it with pic?
or explain the working of CC2500?

thank you.
 

wht is ur allpication tell us in brief and post ur schimatic diagram also
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top