| | Re: Text languages for programming NXT?
|
|
I'm getting back into Mindstorms after a long hiatus. Let me resurrect this old thread, to see what the answer is in 2010. :-) What text-based languages are most mature and best-supported these days for programming RCX and NXT? Is RobotC still (...) (14 years ago, 28-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) *NOW* you're thinking like a Mindstorms person ;). Seriously, I'm glad it's working. The 1 ms difference could be due to a lot of things... but if it's not that critical, then it's not a problem. (14 years ago, 27-Aug-10, to lugnet.robotics, lugnet.technic)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Well, I've built a 2 sensor version of Brian's idea using parallel sequence bars (I tried your idea Kevin, got stuck, then Brian chimed in). I just did some testing by building a rig to press the 2 sensors "simultaneously." I was able to get (...) (14 years ago, 26-Aug-10, to lugnet.robotics, lugnet.technic)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) I like it! As they say "There's more than one way to skin a cat". I work on computer servers that have 128 CPUs per chip and 512 CPUs per pizza sized box, and I knew that there is no true parallelism here with the NXT :) I like your design, (...) (14 years ago, 26-Aug-10, to lugnet.robotics, lugnet.technic)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Thanks Brian, I am hoping to play with all of the ideas, and really appreciate the response. Robotics, programming, and the NXT are all quite new for me, but I already having fun trying out the solutions provided, and learning the G progamming (...) (14 years ago, 24-Aug-10, to lugnet.robotics, lugnet.technic)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) I'm not sure how much time you have, or what resources... but you might be able to do this with a single set. If you put an arm on each motor, such that "track A" would hit a peg and turn the motor clockwise, but "Track B" would hit a peg on (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Well, just for diversity here's a slightly different approach. Make the first block a "Reset Timer" block, then split the program into four sequences. Each is simply a "Wait for Touch Sensor", followed by "Read Timer" block with the result (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
Thanks Kevin! That gives me a good start. once I get some sort of working model, I'll share with world for some good old fashion criticism. Chris (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: How is this?
|
|
(...) Yes, change the "wait for 9" to be a "check for 9", and the problem should go away... Loop forever if Touched and distance < 9 { turn on motor } else { turn off motor } Kevin (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Chris, Sure it is, as long as the NXT cables are long enough to place the sensors where you want on the track. As you already figured out, the tricky bits are in the software. Here is pseudocode for what I would do were I to program it in G (...) (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | NXT Newbie "Is it possible" question
|
|
I am hoping to build a race timer mechanism using my NXT and 4 touch sensors. Essentially I need it to be similar to a pinewood derby timer. I am holding a LEGO car race for our homeschool group, and would love to be able to do all of the timing (...) (14 years ago, 18-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: os x support for old RCX?
|
|
i'm on an intel mac though... still possible? r (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|
|
| | Re: os x support for old RCX?
|
|
I still program the old RCX using NQC on a PPC Mac (OS 10.4). Bit of mucking about to get it to work, but it does. I'll see if I can't get some notes together over the weekend for you. Cheers Tom (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|
|
| | Re: os x support for old RCX?
|
|
I had a look and osx is supported in leJOS, but it seems quite cumbersome for a total Java illiterate like me. i'd be happier if i can go the Robolab way. Thanks for the tip though, Andrew! If it comes to that, i'll go for leJOS. R (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|
|
| | Re: os x support for old RCX?
|
|
I have just started playing around with leJOS on Linux with a lot of success--I would imagine that it would run nicely on OSX as well. (...) It does appear to be, sadly. ;-P -- Andrew G. Meyer (14 years ago, 11-Aug-10, to lugnet.robotics)
|
|
| | os x support for old RCX?
|
|
Hello I have an old RCX set (with USB infrared tower) and i would like to use it under Mac OS X. I wanted to check NQC but if i understand right i need the Macintosh USB & Ghost communication package for USB tower, which i couldn't find online. (...) (14 years ago, 10-Aug-10, to lugnet.robotics)
|
|
| | Re: Bluetooth and Windows 7
|
|
Hello Jan, Apperently you didn't got any answer.. For me I it worked ok installing the nxt2 software and a sitecom bluetooth dongle. Greetings Maico Arts Oss, NL Op 18-5-2010 6:35, Jan Kromhout schreef: (...) (15 years ago, 23-Jul-10, to lugnet.robotics)
|
|
| | Re: Kernel freeze when attempting to use rotation sensor
|
|
Greetings, I would suggest comparing this code with other programs that make use of rotation sensors, such as the following: * LDCC - (URL) particular, dccdemo.c uses a rotation sensor as part of a DCC throttle. * Power Functions - (URL) this thread (...) (15 years ago, 17-Jul-10, to lugnet.robotics.rcx.legos)
|
|
| | Re: BrickOS Patches and Development
|
|
Re: Power Functions: There is an older thread on the topic of Power Functions at [ (URL) ] which includes links to some BrickOS-based code for Power Functions. Be sure to follow the thread to the end, as some of the links mentioned earlier on no (...) (15 years ago, 17-Jul-10, to lugnet.robotics.rcx.legos)
|
|
| | Re: Set 8482
|
|
(...) There exist programs (not sure where) that can convert a video file into a series of still images. From there, it could be converted into a set of building instructions. (15 years ago, 17-Jul-10, to lugnet.technic, lugnet.robotics.cybermaster)
|