Author |
Message |
LuuPK_CeIt
Rookie
Joined: Sun Oct 30, 2011 12:54 pm Posts: 7
|
 send and receive data between two NXT
Hi everyone ! I am trying to send and receive data between two NXT, but do not know how. I post this new topic, hope anyone can help me, solve problems send and receive data between two NXT or anyone send for me few of your documents or code. Thanks so much !
|
Sun Oct 30, 2011 1:02 pm |
|
 |
Ian
Rookie
Joined: Mon Oct 31, 2011 12:25 pm Posts: 12
|
 Re: send and receive data between two NXT
Ok so you may do this via Bluetooth but that is the only way i could possibly think of doing it unless you could get a cord like an a to a cord but with the trapezoid USB cord. Sorry i wish i could help more and why are you trying to do this?
|
Mon Oct 31, 2011 3:19 pm |
|
 |
mattallen37
Expert
Joined: Thu Sep 29, 2011 11:09 pm Posts: 184 Location: Michigan USA
|
 Re: send and receive data between two NXT
BT and RS485 are the only two methods that don't rely on some other form of processor or other IC(s).
_________________ Matt
|
Mon Oct 31, 2011 4:02 pm |
|
 |
Ian
Rookie
Joined: Mon Oct 31, 2011 12:25 pm Posts: 12
|
 Re: send and receive data between two NXT
What do you mean?
|
Mon Oct 31, 2011 4:08 pm |
|
 |
mattallen37
Expert
Joined: Thu Sep 29, 2011 11:09 pm Posts: 184 Location: Michigan USA
|
 Re: send and receive data between two NXT
If you use USB, you need to use a computer between them, as an NXT can't be a USB host. The same goes with I2C, you would have to use a uC between NXT's, as an NXT can't be an I2C slave.
Bluetooth on the NXT can be master or slave (maybe also peer-peer), so you don't need anything between NXTs to use it. RS485 is peer-peer, and can be programmed as master-slave, so it could also be used directly between NXTs.
_________________ Matt
|
Mon Oct 31, 2011 5:11 pm |
|
 |
LuuPK_CeIt
Rookie
Joined: Sun Oct 30, 2011 12:54 pm Posts: 7
|
 Re: send and receive data between two NXT
Hi ! I want send and receive data between two NXT via Bluetooth. Like this project http://www.youtube.com/watch?feature=pl ... I7quwFOgdkIt is project of Eric Smalls. I do not know how to send and receive data via Bluetooth between two NXT. Hope anyone can help me Veryone can send documents or code to me via mail : luupk.ceit@gmail.comThanks ALL !
|
Tue Nov 01, 2011 2:56 am |
|
 |
LuuPK_CeIt
Rookie
Joined: Sun Oct 30, 2011 12:54 pm Posts: 7
|
 Re: send and receive data between two NXT
Please help me. 
|
Mon Nov 14, 2011 10:43 pm |
|
 |
DiMastero
Expert
Joined: Wed Jun 30, 2010 7:15 am Posts: 181
|
 Re: send and receive data between two NXT
He used the NXTBee ( http://dexterindustries.com/NXTBee1.html ), but I'm not very experienced with that. This is his blog: http://www.ericsmalls.com/ . You could try asking him about it by leaving a comment on one of his projects; he has a lot more experience with this than I do.
_________________leonoverweel.com
|
Mon Nov 14, 2011 11:40 pm |
|
 |
LuuPK_CeIt
Rookie
Joined: Sun Oct 30, 2011 12:54 pm Posts: 7
|
 Re: send and receive data between two NXT
Hi you ! Can you send to me the XBeeTools.h header file? mail : luupk.ceit@gmail.comThank so much !
|
Thu Nov 17, 2011 1:12 am |
|
 |
ericsmalls
Moderator
Joined: Tue Dec 21, 2010 1:38 pm Posts: 24
|
 Re: send and receive data between two NXT
Hi guys, This topic deals with multi-robot communication. Dexter Industries NXTBee utilizes Xbee radios and the NXT's high-speed RS-485 link (sensor port 4) to accomplish multi-robot communication. I've done a number of projects in this area. If you're interested in learning more visit the following links. NXTBee - http://dexterindustries.com/NXTBee.htmlMulti-robot communication- http://www.robotc.net/firewiki/index.ph ... =Main_PageMy Projects - http://www.ericsmalls.com/p/my-projects.htmlIf you have any more questions post them in the ROBOT-C multi-robot forum: viewforum.php?f=58Thanks!
|
Mon May 14, 2012 7:41 pm |
|
|