Search found 29 matches
- 29 Jun 2011, 22:33
- Forum: Mindstorms Projects
- Topic: NXT battery test
- Replies: 14
- Views: 19017
Re: NXT battery test
I agree very much, that light bulbs, or other resistors would probably be more precise that motors. Using the motors does have a bunch of disadvantages (from precision load, regardless of the wear on the motor, the test will be noisy, and the test will cause some wear on the motors. Regardless, I th...
- 28 Jun 2011, 11:59
- Forum: Mindstorms Projects
- Topic: NXT battery test
- Replies: 14
- Views: 19017
Re: NXT battery test
As soon as I have a few hours, I'll make some initial measurements. I think I can borrow 9 or even 12 motors, set the brick to run on a stabilized power supply, and then measure the motor power consumption under different conditions. The goal should be to find a way to generate a well-defined amp. l...
- 27 Jun 2011, 17:35
- Forum: Mindstorms Projects
- Topic: NXT battery test
- Replies: 14
- Views: 19017
Re: NXT battery test
Sorry - been away for some weeks now! :) Great to hear that I caught your interest! Regarding the fan method for putting load on the motors, the wind resistance will depend on the air density, which again depends on the local air pressure, temperature and humidity, and then it becomes rather complex...
- 17 May 2011, 09:30
- Forum: Mindstorms Software
- Topic: Problem with LeJOS JDK
- Replies: 5
- Views: 6489
Re: Problem with LeJOS JDK
Have another look. Windows downloads are to two lines near the bottom:
Windows x86 76.66 MB jdk-6u25-windows-i586.exe
Windows x64 67.27 MB jdk-6u25-windows-x64.exe
- depending on wether you want a 32-bit version or you want a 64-bit version. Simply download and run the EXE-file to install.
Windows x86 76.66 MB jdk-6u25-windows-i586.exe
Windows x64 67.27 MB jdk-6u25-windows-x64.exe
- depending on wether you want a 32-bit version or you want a 64-bit version. Simply download and run the EXE-file to install.
- 16 May 2011, 20:55
- Forum: Mindstorms Software
- Topic: Sensor AutoDetection
- Replies: 8
- Views: 8788
Re: Sensor AutoDetection
I've tried a bit of sensor detection myself. At least to ensure that the sensors I've plugged into the robot, just might be correctly connected. As mentioned before, the I2C sensors are pretty straight forward. It's the analog sensors that may cause problems. The analog sensors may however behave qu...
- 22 Feb 2011, 00:19
- Forum: Mindstorms Software
- Topic: What programming language do you prefer?
- Replies: 19
- Views: 17654
Re: What programming language do you prefer?
Sorry - I didn't see the poll.. LeJOS for me, thanks! In very short: Full support for classes with local method names, inheritance, overloading. World class development environment using eg. Eclipse or Netbeans Full support for recursion, threads, dynamic allocation, automatic garbage collection. Go...
- 09 Feb 2011, 22:52
- Forum: Mindstorms Projects
- Topic: Breakout Game Help
- Replies: 2
- Views: 4939
Re: Breakout Game Help
Hi there Using a task (or thread, as it may be called in other programming languages) for the ball and for the controller is kinda neat. Both the ball and the controls have their own "life". But modelling the bricks as tasks is not such a great idea, as you point out yourself. It doesn't w...
- 08 Feb 2011, 19:55
- Forum: Mindstorms Projects
- Topic: NXT battery test
- Replies: 14
- Views: 19017
Re: NXT battery test
Yes, the odd thing is that the alkaline batteries are rated at 1.5V, but very quickly drops to 1.1-1.3V, whereas rechargeable NiMH batteries actually start at 1.4V but stays well over the alkaline batteries for quite some time - especially at a high current. This means that you NXT motors might star...
- 08 Feb 2011, 19:20
- Forum: Mindstorms Projects
- Topic: NXT battery test
- Replies: 14
- Views: 19017
Re: NXT battery test
Yes Imahara is a pretty cool robot builder. I love the Mythbuster show!! But no, that was not what I meant by a battery tester. Let me try again: I want to test the batteries inside the NXT brick itself. Build a robot, load the NXT brick with the batteries to be tested, and run the program. The prog...
- 07 Feb 2011, 21:34
- Forum: Mindstorms Projects
- Topic: NXC: "Speech"-Recognition
- Replies: 15
- Views: 15833
Re: NXC: "Speech"-"Recognition"
Hi doc I wrote one in Lejos some time ago, and it works pretty well under the given circumstances (small processor, very limited amount of space, coarse sampling frequency etc.). There are lots of FFT algorihms out there, but you'll probably need to do some translation. Google for FFT numerical reci...