FPGARelated.com
Forums

fpga zigbee interface

Started by Unknown May 25, 2017
i have spartan6 atlys(LX45) board, can anyone suggest me how to interface zigbee to this board to communicate with pc.thnx
On 05/24/2017 10:16 PM, srirameee09@gmail.com wrote:
> i have spartan6 atlys(LX45) board, can anyone suggest me how to interface zigbee to this board to communicate with pc.thnx >
Buy a Zigbee module and implement whatever physical layer it needs. Freescale/NXP probably offers some. Texas Instruments may also. Any particular reason for using Zigbee? Bluetooth would probably be easier to find modules for and probably has better support on the PC end. BobH
On 25/05/2017 14:05, BobH wrote:
> On 05/24/2017 10:16 PM, srirameee09@gmail.com wrote: >> i have spartan6 atlys(LX45) board, can anyone suggest me how to >> interface zigbee to this board to communicate with pc.thnx >> > > Buy a Zigbee module and implement whatever physical layer it needs. > Freescale/NXP probably offers some. Texas Instruments may also. > > Any particular reason for using Zigbee? Bluetooth would probably be > easier to find modules for and probably has better support on the PC end. > > BobH
As this is a Student board perhaps that's a requirement of a college project or similar. Plenty of papers on the net on doing this for specific data items e.g. http://iopscience.iop.org/article/10.1088/1742-6596/332/1/012007/meta plenty of simple modules that use for example the SPI interface e.g. http://www.microchip.com/wwwproducts/en/MRF24J40MA which is simple to implement, but that board already has lots of connectivity. Why complicate things by add ZigBee Dave