| | New NXT Utilities
|
|
I have posted a couple new utilities for the NXT on my BricxCC website. One (MidiBatch) is a batch conversion utility for converting MIDI files into NXT Melody (.rmd) files. NXT Melody files can be played via NXT-G simply by renaming them as NXT (...) (18 years ago, 16-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Robot Swarm at BrickFest -- featuring Bluetooth
|
|
In article <J3y0B4.FM0@lugnet.com>, Brian Davis <brdavis@iusb.edu> wrote (...) I shall have PC software to do this, and probably others will have similar tools before I finish. (...) I believe 7 is the number of connections specified in the (...) (18 years ago, 15-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Motor Encoder Accuracy and Dead Reckoning
|
|
(...) ... (...) Yes. Very easily. I took my floor cleaner robot, Rosie: (URL) a two-block NXT-G program (in a loop): (URL) created a robot that I think has the accuracy of "Peeves", as seen here: (URL) appears to return within a couple cm each time. (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Robot Swarm at BrickFest -- featuring Bluetooth
|
|
(...) My problems with this solution are two-fold. First, NXT-G currently can't send anything back to the PC, as it's not running anything to get the NXT-G message structure (yes, folks could write this... almost certainly will. But likely not me). (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Robot Swarm at BrickFest -- featuring Bluetooth
|
|
Here's an idea of how to get more than 3 NXTs connected via Bluetooth (BT). It involves using a PC as a "relay point". I think standards allow up to seven simultaneous connections per BT device. The limitation to three connections on the NXT may be (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Motor Encoder Accuracy and Dead Reckoning
|
|
(...) I've played with it a good bit. It seems to be extremely accurate, in that one motor will slavishly follow the other - you can do demos like set a Move block to drive forward 10 rotations, and while it's trying to do that pick up the robot and (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Motor Encoder Accuracy and Dead Reckoning
|
|
Dick, the article you referenced with the PID controller is excellent. I spent a lot of time trying to do a straight line with an RCX model a few years ago, but with a different approach: It was track-driven and the drive shaft extension on each (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | NXT Motor Encoder Accuracy and Dead Reckoning
|
|
Has anyone done any experiments on the accuracy of the NXT motor "move to" block? If so, can they post their results or impressions? I know NXT supports PID calculations to synchronize two motors and run in a straight line. Can you use this to drive (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Robot Swarm at BrickFest -- featuring Bluetooth
|
|
(...) I played around with this a little bit, trying to confirm what I've been told. It is possible to have an NXT connect as either a master or a slave, but not both at the same time. I'm sure this is true. Here's what I did: I took three NXTs with (...) (18 years ago, 13-Aug-06, to lugnet.robotics.nxt)
|
|
| | Re: NXT Robot Swarm at BrickFest -- featuring Bluetooth
|
|
(...) As I was working on my ruby-nxt module, I managed to get the nxt to connect to my laptop as both a master and a slave. On my laptop (a MacBookPro) I created an incoming bluetooth serial port and an outgoing serial port on the DEV-B device (...) (18 years ago, 11-Aug-06, to lugnet.robotics.nxt)
|