Page 1 of 1

data to be send via xbee

PostPosted: Sun Jun 24, 2012 9:11 pm
by fydo12
i want to da a project to send me data daily or perhaps hourly..the data is in form of pulse..the pulse received might need to be configure first before send to xbee receiver..

Could someone suggest me what to buy to do this project? :D

Re: data to be send via xbee

PostPosted: Fri Jun 29, 2012 2:33 am
by sich
Since you mentioned XBee, so you need one pair of that to establish the wireless communication. Then you will need two microcontroller boards, one for each XBee. It can be SK40C from Cytron or Arduino Uno...

Re: data to be send via xbee

PostPosted: Fri Jun 29, 2012 2:22 pm
by yonghui
since you are going to use xbee and there will be microcontroller. u can send data instead of pulses.

Re: data to be send via xbee

PostPosted: Fri Jun 29, 2012 3:08 pm
by shahrul
You can't sending the pulse but can send no of pulse counting by microcontroller.

Re: data to be send via xbee

PostPosted: Mon Jul 09, 2012 4:11 pm
by fydo12
sich WROTE:Since you mentioned XBee, so you need one pair of that to establish the wireless communication. Then you will need two microcontroller boards, one for each XBee. It can be SK40C from Cytron or Arduino Uno...


can i just use one micro controller instead? or i must use two for it to work?since i am first time using it, i'm afraid of buying extra parts..for the microcontroller, what is the difference between arduino uno and Arduino-XBee Shield? is it microcontroller design for the use of xbee only? thank you in advance for rplyg :D

Re: data to be send via xbee

PostPosted: Thu Jul 12, 2012 12:40 pm
by ober
XBee can be configure as standalone transceiver, but as far as I know, the input are digital and analog only. Of course if the pulses are slow enough, you should be able to do it by configuring transmitter Xbee to be standalone and connect a microcontroller to receiver XBee to process the pulses. Please refer to the documentation from PR20. It shows how to configure XBee to be standalone wireless device.

Re: data to be send via xbee

PostPosted: Thu Jul 12, 2012 1:33 pm
by yonghui
maybe u can use skxbee connected to computer. then other side use arduino duemilanove with xbee shield.
hourly arduino duemi commands the xbeeshield to send data to the computer teminal.