Message from discussion
i need help
Received: by 10.58.33.234 with SMTP id u10mr911793vei.28.1349299042579;
Wed, 03 Oct 2012 14:17:22 -0700 (PDT)
X-BeenThere: xbee-api@googlegroups.com
Received: by 10.221.0.70 with SMTP id nl6ls1777256vcb.5.gmail; Wed, 03 Oct
2012 14:17:22 -0700 (PDT)
Received: by 10.52.22.98 with SMTP id c2mr814201vdf.4.1349299042086;
Wed, 03 Oct 2012 14:17:22 -0700 (PDT)
Received: by 10.52.22.98 with SMTP id c2mr814200vdf.4.1349299042061;
Wed, 03 Oct 2012 14:17:22 -0700 (PDT)
Return-Path: <zmash...@gmail.com>
Received: from mail-vb0-f47.google.com (mail-vb0-f47.google.com [209.85.212.47])
by gmr-mx.google.com with ESMTPS id s13si296530vde.2.2012.10.03.14.17.22
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 03 Oct 2012 14:17:22 -0700 (PDT)
Received-SPF: pass (google.com: domain of zmash...@gmail.com designates 209.85.212.47 as permitted sender) client-ip=209.85.212.47;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of zmash...@gmail.com designates 209.85.212.47 as permitted sender) smtp.mail=zmash...@gmail.com; dkim=pass header...@gmail.com
Received: by vbbez10 with SMTP id ez10so8493858vbb.6
for <xbee-api@googlegroups.com>; Wed, 03 Oct 2012 14:17:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=YDJ/4q8DWGoElP59s/tmrLnigUPYFZZFKnCMIJzIp+E=;
b=DdV20OvaoMzE6iDSOLdYeOcofvj7QPGJglwDogwe5eA0618UY/q24Z/2u82iZffwrS
qXDmekRm+u3EGr6BWBVq8tOp1FCvZsX3GxUu+eV9BaXoO5RZ2nstdftyIag95d1hPTuh
Sd1J2F5FBG/blTRw7gjsPtxxVn+Uqygim22rEHWsP3rjRecwB0xTIIZCtI0RZbfbZ7SV
8e47KebrAnhIcuxgjzTKEmU71Zz1mynpHxwGXYMTfO1xAmx3U6BBmkHiyynfw34+Cqll
FlvIIDuAr0C/9wGPaxqTqHNTs1WAHbhoPUtsmosKNKd9ZQTTpGjXNcR8EAspW2C/n05g
l+fQ==
MIME-Version: 1.0
Received: by 10.58.89.200 with SMTP id bq8mr1965786veb.17.1349299041784; Wed,
03 Oct 2012 14:17:21 -0700 (PDT)
Received: by 10.58.31.166 with HTTP; Wed, 3 Oct 2012 14:17:21 -0700 (PDT)
In-Reply-To: <fda2087f-d1fd-4b3f-b82e-b3c006181849@googlegroups.com>
References: <6dcfa51b-da0e-47e9-818a-2dbdbc3bae62@googlegroups.com>
<CAHn13WRhgQ7OeMZ7Qc4yS+qPx6AtqmRa7hRY2tYRsVNrnb=...@mail.gmail.com>
<fda2087f-d1fd-4b3f-b82e-b3c006181849@googlegroups.com>
Date: Wed, 3 Oct 2012 23:17:21 +0200
Message-ID: <CAHn13WSL9ym56Pv3t4jho1aBWHMwm_Mz1WC0GM1035mmLEv...@mail.gmail.com>
Subject: Re: i need help
From: Zakie Mashiah <zmash...@gmail.com>
To: xbee-api@googlegroups.com
Content-Type: multipart/alternative; boundary=047d7b33966f14d1ea04cb2e2a44
--047d7b33966f14d1ea04cb2e2a44
Content-Type: text/plain; charset=ISO-8859-1
You welcome.
The limitation of Xbee is packet size:
*For Series 1 it is 100 bytes; Series 2 varies depending on firmware and
configuration, but is generally at least 80 bytes*
as taken from: http://code.google.com/p/xbee-arduino/wiki/DevelopersGuide
If the data you are going to send is less than that size, you are fine. If
more... you will need to layer your protocol with several packets per
transmit.
Generally the choice between Series 1 and Series 2 modules are based on the
architecture of the network. For simple 2 nodes (one remote and one PC),
Series 1 is good. Series 2 is required in the cases where you need much
more devices and peer-to-peer between them (at least from your initial
description, that does not seem to be the case). Also with Series 1 there
is easier way to do remote firmware upload to the Arduino (that is the PC
programs the remote device wireless). With Series 2 *I think* it is not
possible.
After you decided on the right series to use, your next step is to figure
out the distance you expect between devices. This will lead you to select
the module based on power of transmission. If power consumption is of any
issue (like the case of batter powered devices) then this might be more
complicated. Also, with Series 2 I know you can have repeaters setup
easily, while in Series 1 I am not so sure (you will have to read about
that).
One more subtle difference between the two series is the price.
Yours,
Zakie
On Wed, Oct 3, 2012 at 10:55 PM, amel samuel <engamelsam...@gmail.com>wrote:
> wow , thanks zakie mashiah i am very pleased for reply me
> i have another question can i send data from RFID and Fingerprint and IR
> sensor to PC using Xbee
> can i make that? what is the module can i use
>
> On Tuesday, October 2, 2012 11:11:48 PM UTC+2, Zakie Mashiah wrote:
>>
>> Xbee is a duplex system or two-way communication. It can send and receive
>> data in one module.
>> On the PC side, you connect it via "Explorer" which basically introduces
>> a serial (COM) port on the PC.
>> On the Arduino side it is a UART.
>>
>> So it is going to be straight forward to achieve. Having said that, since
>> this is a security related design, consider encryption of the traffic and
>> well registration of remote devices to the PC. Xbee modules do support
>> encryption. Registration should not be a big challenge either for the PC.
>> The remote units need to know however that the PC is really the authority.
>> You can rely on the encryption only or have additional measures for that.
>>
>>
>>
>> On Tue, Oct 2, 2012 at 10:47 PM, amel samuel <engame...@gmail.com> wrote:
>>
>>> i have question i want to design access control system use RFID and
>>> finger print and send data from them to PC using Xbee and Arduino and my
>>> PC Take desicion to permit access and reply to Arduino that mean i need
>>> to use Xbee as transciever can i make that
>>> please help me if you can
>>> i need to know how i make that
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "xbee-api" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/xbee-api/-/APpMJ5ja0TwJ<https://groups.google.com/d/msg/xbee-api/-/APpMJ5ja0TwJ>
>>> .
>>> To post to this group, send email to xbee...@googlegroups.com.
>>> To unsubscribe from this group, send email to xbee-api+u...@**
>>> googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/**
>>> group/xbee-api?hl=en <http://groups.google.com/group/xbee-api?hl=en>.
>>>
>>
>>
>>
>> --
>>
>> Zakie Mashiah
>>
>> Voice: +972 9 771 0481
>>
>> Mobile: +972 54 424 4461
>>
>> Email: zmas...@gmail.com
>>
>> IM: zakie_mash...@msn.com
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "xbee-api" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/xbee-api/-/cOQqP9NSvfgJ.
> To post to this group, send email to xbee-api@googlegroups.com.
> To unsubscribe from this group, send email to
> xbee-api+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/xbee-api?hl=en.
>
--
Zakie Mashiah
Voice: +972 9 771 0481
Mobile: +972 54 424 4461
Email: zmash...@gmail.com
IM: zakie_mash...@msn.com
--047d7b33966f14d1ea04cb2e2a44
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">You welcome.<div>The limitation of Xbee is packet size:</d=
iv><div style><blockquote style=3D"margin:0 0 0 40px;border:none;padding:0p=
x"><div style><span style=3D"font-family:arial,sans-serif;font-size:13px;li=
ne-height:16.383333206176758px;background-color:rgb(255,255,255)"><i>For Se=
ries 1 it is 100 bytes; Series 2 varies depending on firmware and configura=
tion, but is generally at least 80 bytes</i></span></div>
</blockquote>as taken from:=A0<a href=3D"http://code.google.com/p/xbee-ardu=
ino/wiki/DevelopersGuide">http://code.google.com/p/xbee-arduino/wiki/Develo=
persGuide</a></div><div style><br></div><div style>If the data you are goin=
g to send is less than that size, you are fine. If more... you will need to=
layer your protocol with several packets per transmit.</div>
<div style><br></div><div style>Generally the choice between Series 1 and S=
eries 2 modules are based on the architecture of the network. For simple 2 =
nodes (one remote and one PC), Series 1 is good. Series 2 is required in th=
e cases where you need much more devices and peer-to-peer between them (at =
least from your initial description, that does not seem to be the case). Al=
so with Series 1 there is easier way to do remote firmware upload to the Ar=
duino (that is the PC programs the remote device wireless). With Series 2 <=
u>I think</u> it is =A0not possible.</div>
<div style><br></div><div style>After you decided on the right series to us=
e, your next step is to figure out the distance you expect between devices.=
This will lead you to select the module based on power of transmission. If=
power consumption is of any issue (like the case of batter powered devices=
) then this might be more complicated. Also, with Series 2 I know you can h=
ave repeaters setup easily, while in Series 1 I am not so sure (you will ha=
ve to read about that).</div>
<div style><br></div><div style>One more subtle difference between the two =
series is the price.</div><div style><br></div><div style><br></div><div st=
yle>Yours,</div><div style>Zakie</div><div style><br><div class=3D"gmail_qu=
ote" style>
On Wed, Oct 3, 2012 at 10:55 PM, amel samuel <span dir=3D"ltr"><<a href=
=3D"mailto:engamelsam...@gmail.com" target=3D"_blank">engamelsam...@gmail.c=
om</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"marg=
in:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,20=
4);border-left-style:solid;padding-left:1ex">
wow , thanks zakie mashiah i am very pleased =A0for reply me=A0<div style>i=
have another question can i send data from RFID and Fingerprint and IR sen=
sor to PC using Xbee</div><div style>can i make that? what is the module ca=
n i use=A0</div>
<div style><br>On Tuesday, October 2, <a href=3D"tel:2012" value=3D"+972201=
2" target=3D"_blank">2012</a> 11:11:48 PM UTC+2, Zakie Mashiah wrote:<block=
quote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-w=
idth:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding=
-left:1ex">
<div style>Xbee is a duplex system or two-way communication. It can send an=
d receive data in one module.<div style>On the PC side, you connect it via =
"Explorer" which basically introduces a serial (COM) port on the =
PC.</div>
<div style>On the Arduino side it is a UART.</div><div style><br></div><div=
style>So it is going to be straight forward to achieve. Having said that, =
since this is a security related design, consider encryption of the traffic=
and well registration of remote devices to the PC. Xbee modules do support=
encryption. Registration should not be a big challenge either for the PC. =
The remote units need to know however that the PC is really the authority. =
You can rely on the encryption only or have additional measures for that.</=
div>
<div style><br></div><div style><br><br><div class=3D"gmail_quote" style>On=
Tue, Oct 2, <a href=3D"tel:2012" value=3D"+9722012" target=3D"_blank">2012=
</a> at 10:47 PM, amel samuel <span dir=3D"ltr"><<a>engame...@gmail.com<=
/a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;p=
adding-left:1ex"><div style=3D"font-family:arial,sans-serif">=A0i have ques=
tion i want to design access control system use RFID and =A0finger print an=
d send data from them to =A0PC using Xbee and Arduino and my PC Take desici=
on to permit access and reply to =A0Arduino =A0that mean i need to use Xbee=
as transciever can i make that</div>
<div style=3D"font-family:arial,sans-serif">please help me if you can=A0</d=
iv><div style=3D"font-family:arial,sans-serif">i need to know how i make th=
at=A0</div><span><font color=3D"#888888">
<p></p>
-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;xbee-api" group.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msg/xbee-api/-/APpMJ5ja0TwJ" target=3D"_blank">https://groups.google.c=
om/d/<u></u>msg/xbee-api/-/APpMJ5ja0TwJ</a>.<br>=20
To post to this group, send email to <a>xbee...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a>xbee-api+u...@<u></u>googl=
egroups.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/xbee-api?hl=3Den" target=3D"_blank">http://groups.google.com/<u></u>gr=
oup/xbee-api?hl=3Den</a>.<br>
</font></span></blockquote></div><br><br clear=3D"all"><div style><br></div=
>-- <br><div style><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:navy;font-size:=
14pt">Zakie Mashiah</span><span style=3D"color:rgb(0,0,64);font-size:10pt">=
</span></p><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Voice:=A0=A0=A0=A0
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0
<a href=3D"tel:%2B972%209%20771%200481" value=3D"+97297710481" target=3D"_b=
lank">+972 9 771 0481</a></span></p><font size=3D"3" face=3D"Times New Roma=
n">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Mobile:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0
<a href=3D"tel:%2B972%2054%20424%204461" value=3D"+972544244461" target=3D"=
_blank">+972 54 424 4461</a></span></p><font size=3D"3" face=3D"Times New R=
oman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Email:</span><span style=3D"color:rgb(166,166=
,166);font-size:10pt">=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0
</span><span style=3D"color:rgb(31,73,125)"><span style=3D"font-size:10pt">=
<font color=3D"#0000ff"><a>zmas...@gmail.com</a></font></span></span></p><f=
ont size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt">IM:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0
</span><span style=3D"color:rgb(31,73,125)"><a><span style=3D"font-size:10p=
t"><font color=3D"#0000ff">zakie_mash...@msn.com</font></span></a></span><s=
pan style=3D"color:rgb(166,166,166);font-size:10pt"></span></p>
<font size=3D"3" face=3D"Times New Roman">
</font></div><br><span class=3D"HOEnZb"><font color=3D"#888888">
</font></span></div></div><span class=3D"HOEnZb"><font color=3D"#888888">
</font></span></blockquote></div><span class=3D"HOEnZb"><font color=3D"#888=
888">
<p></p>
-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;xbee-api" group.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msg/xbee-api/-/cOQqP9NSvfgJ" target=3D"_blank">https://groups.google.c=
om/d/msg/xbee-api/-/cOQqP9NSvfgJ</a>.<br>=20
To post to this group, send email to <a href=3D"mailto:xbee-api@googlegroup=
s.com" target=3D"_blank">xbee-api@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:xbee-api%2B=
unsubscribe@googlegroups.com" target=3D"_blank">xbee-api+unsubscribe@google=
groups.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/xbee-api?hl=3Den" target=3D"_blank">http://groups.google.com/group/xbe=
e-api?hl=3Den</a>.<br>
</font></span></blockquote></div><br><br clear=3D"all"><div style><br></div=
>-- <br><div style><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:navy;font-size:=
14pt">Zakie Mashiah</span><span style=3D"color:rgb(0,0,64);font-size:10pt">=
</span></p><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Voice:=A0=A0=A0=A0
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0
+972 9 771 0481</span></p><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Mobile:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0
+972 54 424 4461</span></p><font size=3D"3" face=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt" lang=3D"FR">Email:</span><span style=3D"color:rgb(166,166=
,166);font-size:10pt">=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0
</span><span style=3D"color:rgb(31,73,125)"><span style=3D"font-size:10pt">=
<font color=3D"#0000ff"><a href=3D"mailto:zmash...@gmail.com" target=3D"_bl=
ank">zmash...@gmail.com</a></font></span></span></p><font size=3D"3" face=
=3D"Times New Roman">
</font><p style=3D"margin:0cm 0cm 0pt"><span style=3D"color:rgb(166,166,166=
);font-size:10pt">IM:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0
</span><span style=3D"color:rgb(31,73,125)"><a href=3D"mailto:zakie_mashiah=
@msn.com" target=3D"_blank"><span style=3D"font-size:10pt"><font color=3D"#=
0000ff">zakie_mash...@msn.com</font></span></a></span><span style=3D"color:=
rgb(166,166,166);font-size:10pt"></span></p>
<font size=3D"3" face=3D"Times New Roman">
</font></div><br>
</div></div>
--047d7b33966f14d1ea04cb2e2a44--