 | | Has anyone figured out how to improve the NXT light sensor?
|
|
I'm looking for ways to build this sensor into a studless beam project of mine, and I was wondering, given it's large size and the comparative brightness of the LED used to light it, how can I use it to detect if an object is blocking a path? (...) (19 years ago, 16-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT Firmware source code
|
|
(...) About a year ago, I got involved in doing some hacking on the Sony PSP, and wrote a Windows utility that will rip any font at a chosen size as a bitmapped C array. If I can figure out which computer I left the sources on, I'll make it (...) (19 years ago, 16-Dec-06, to lugnet.robotics.nxt, FTX)
|
| |
 | | Re: NXT Firmware source code
|
|
> This is very good news. Thanks for the update. I've been waiting for this for > a long time, particularly to have a look at the rather weak graphics > capabilities. I've had an expanded font (and a much smaller one) kicking around > for a while (...) (19 years ago, 16-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT Firmware source code
|
|
(...) Now that's a cool idea. I've been messing around with remote-controlling the NXT via Bluetooth from a PC application, and it seems pretty solid. You'd definitely have some timing issues running a remote emulation like you describe, but this (...) (19 years ago, 15-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: How to control NXT motor's rotation by using LabView NXT Direct Commands?
|
|
(...) Did you say you're using the bluetooth commands from Labview? I thought it had different motor blocks. I'll have to look again. Steve (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Connection Problems
|
|
Hi. I've recently bought a notebook with integrated bluetooth, and of course connecting to the NXT was the first thing I did with it, and it worked like a charm. After that I used it to upload some videos to my phone, but before that I had to go (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: How to control NXT motor's rotation by using LabView NXT Direct Commands?
|
|
The "motor unlimited" is designed to set the motor to run an unlimited distance. It's just a "turn motor on" type block. I think you want the "Motor Degrees" block, or something like that, don't you? (sorry, I don't have access to LV right now) (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: NXT Firmware source code
|
|
(...) My understanding is that the source is version 1.04. John Hansen (19 years ago, 15-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT Firmware source code
|
|
(...) If this limitation had applied to the rcx, I'd have suggested this. Because you can control the outputs and read the inputs direct from a pc you could run an emulation of the rcx firmware running your program on the pc. The rcx would then (...) (19 years ago, 15-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: How to control NXT motor's rotation by using LabView NXT Direct Commands?
|
|
(...) The "motor unlimited" is designed to set the motor to run an unlimited distance. It's just a "turn motor on" type block. I think you want the "Motor Degrees" block, or something like that, don't you? (sorry, I don't have access to LV right (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | How to control NXT motor's rotation by using LabView NXT Direct Commands?
|
|
hello,guys I want to use labview NXT Direct Commands to control my NXT . I connected PC and NXT through USB successfully, and also got the response form Sound Sensor. The sound level is used to specify the rotational distance of NXT motor in (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Almost Holonomic Drive Built With The NXT
|
|
(...) Ah, now that is sweet. I hate that I missed that. It is very similar to the smaller RCX rama version below. (...) Hehe, I guess that qualifies it as a walker. Rich (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Almost Holonomic Drive Built With The NXT
|
|
(...) Yes, Steve Hasseplug: (URL) (...) You may use RCX motors with conversion cables. But rotation sensors help to coordinates motors to drive precisely in any direction. I love your toe-like "wheels" ;o) Philo (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Almost Holonomic Drive Built With The NXT
|
|
(...) Basically, it's a fancy word meaning that the robot is movable in every possible direction and can spin in every direction. A Killough platform is holonomic in a two dimensional world - it can move forwards, backwards, left and right - and (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Almost Holonomic Drive Built With The NXT
|
|
"Rich Thompson" <rich@robotthoughts.com> wrote in message news:JAAttJ.I8z@lugnet.com... (...) Can you define "holonomic" as that word relates to this project of yours? I looked it up on dictionary.reference.com and it didn't find a dictionary entry (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | Almost Holonomic Drive Built With The NXT
|
|
I have been working on a few different designs for a Lego Holonomic Drive or Killough Platform. I almost have the components right with the robot that I have built here: (URL) anyone else built this type of platform using the NXT set? I found this (...) (19 years ago, 15-Dec-06, to lugnet.robotics)
|
| |
 | | More Not eXactly C (NXC) beta news
|
|
(...) I'm working on the next beta release (15) of NBC with the focus on building the Not eXactly C (NXC) API. These features are already working: New NXC API functions: ExitTo(task), Stop(bStop), SetInput(port, field, value), SetOutput(ports, (...) (19 years ago, 15-Dec-06, to lugnet.robotics.nxt, FTX)
|
| |
 | | Re: NXT Snake game
|
|
(...) "Left as an exercise for the reader": Create a version which uses a bluetooth cellphone as a controller for access to more keys. Also: Nxtris, anyone? Hey! What about a physical implementation of Snake? Dennis (19 years ago, 15-Dec-06, to lugnet.robotics.nxt, FTX)
|
| |
 | | Re: Not eXactly C beta news (NBC)
|
|
(...) I have uploaded NBC beta 14 for Linux, Mac OSX, and Win32 platforms. John Hansen (19 years ago, 14-Dec-06, to lugnet.robotics.nxt, FTX)
|
| |
 | | Re: Not eXactly C beta news (NBC)
|
|
(...) I just uploaded a zip containing a few example programs to the NBC samples page. (URL) I'm working on documentation. I'll be releasing beta 14 later today (for all platforms) which has the following new features: Version 1.0.1.b14 Adds string (...) (19 years ago, 14-Dec-06, to lugnet.robotics.nxt, FTX)
|