To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *47419 (-20)
  Researchers use Lego Mindstorms robot to improve ATM security
 
(URL) the article: "When the researchers created their prototype, which is called Undercover and was built with a Lego Mindstorms robot, they attempted to come up with a system that would be easy to use but would limit vulnerability to common (...) (17 years ago, 8-Feb-08, to lugnet.robotics, lugnet.robotics.nxt, lugnet.mediawatch)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) rats! (...) Thanks for the heads up, John Looks like I really have to start brushing up on my NXT 'bot building now. Dave K (17 years ago, 4-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) Dick Swan's replacement RCX firmware also does not support directly manipulating the IR led and it doesn't support microsecond timing control. Both of these features would be required in order to send the IR messages to a Power Function or R/C (...) (17 years ago, 4-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: Power Functions infra-red RC protocol released!
 
In lugnet.general, Jason J Railton wrote: <snip> (...) I'm runnign Dick Swan's alternate firmware that he sent me a while back. Dave K (17 years ago, 4-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) I doubt that's possible - a bytecode program just can't run fast enough to do the timing for the IR commands, on either brick. The NXT can only manage it because it sends them over a slow comms link to a HiTechnic IRLink sensor, then that (...) (17 years ago, 3-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) <snip> Nicely done John! Is there a tentative timeframe when NQC for the RCX will be updated to support IR to the LEGO powerfunctions? Dave K (17 years ago, 2-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) In collaboration with Jason Railton I have modified/extended the NBC and NXC API functions for the HiTechnic iRLink device in support of the newly documented Power Function modes as well as the R/C Train IR protocol. I uploaded a new (...) (17 years ago, 1-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics) ! 
 
  Re: [Q] LEGO NXT Book Recommendation
 
David, Zitat von David C Matthews <lego-robotics@crynwr.com>: (...) What does "standard for LEGO NXT" mean? There are a lot of NXT-related books out there already, and they deal with a variety of different topics (see for instance (URL) ). I guess (...) (17 years ago, 29-Jan-08, to lugnet.robotics)
 
  [Q] LEGO NXT Book Recommendation
 
Greetings- What single book, if any, is considered the standard for LEGO NXT? -David (17 years ago, 29-Jan-08, to lugnet.robotics)
 
  New Power Functions Electronics Folder
 
The new Power Functions Electronics folder in my Brickshelf: (URL) contains circuits and pictures of how to use electronics with your PF parts. So far there are PF lead mods, a light direction, latch and flash circuit, which can keep train lights on (...) (17 years ago, 29-Jan-08, to lugnet.technic, lugnet.trains, lugnet.general, lugnet.robotics, lugnet.loc.uk, lugnet.parts.mod)
 
  Re: Power Function control with RCX and BrickOS
 
A new version of my Power Functins library and PWM remote are now available at: (URL) There was some code cleanup and fine tuning. The PWM remote program now goes from slowest to fasted speed. give it a try and thanks for all the feed back so far. (...) (17 years ago, 28-Jan-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics, FTX)
 
  Re: WiiMote controlled shipyard crane
 
Nice idea. I wonder if it is possible to make the Wiimote talk directly to the NXT over Bluetooth... (17 years ago, 28-Jan-08, to lugnet.robotics.rcx)
 
  WiiMote controlled shipyard crane
 
Recently, I've bought WiiMote (Nintendo Wii Controller), which can be tethered to a regular PC via Bluetooth. You can then use for example this library - (URL) - to read WiiMote buttons, IR and accelerometer data. I've combined this with a simple (...) (17 years ago, 27-Jan-08, to lugnet.robotics.rcx)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) Very good. Have you done experiments to map the power level settings to RPM? I am guessing that each of the 7 steps sets literally a power level (PWM width) and not a speed. Have you done experiments under load to see what happens to the speed (...) (17 years ago, 27-Jan-08, to lugnet.technic, lugnet.trains, lugnet.robotics, FTX)
 
  NXT Battery not charging
 
Has anyone had this issue before; I have a NXT with the rechargable battery pack and everything has been working fine. I've charged it twice with out issue, but then last night the NXT complained about a low battery but when I hooked it up to the (...) (17 years ago, 27-Jan-08, to lugnet.robotics.nxt)
 
  Re: Power Function control with RCX and BrickOS
 
(...) Could it be that the long range mode of IR is not set (I saw no reference to range setting in your source, and I don't know the default state). Despite the difference in carrier frequency, the RCX 1.0 and RCX2.0 are able to dialog albeit with (...) (17 years ago, 27-Jan-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 
  Re: NXT Power Programming > LDD files?
 
(...) I don't know if the instructions are on-line (publishers don't always like that), but you might want to have them build something similar of their own, just to help in designing something. Remote controls tend to be pretty simple (although (...) (17 years ago, 27-Jan-08, to lugnet.robotics.nxt)
 
  Re: Power Functions infra-red RC protocol released!
 
(...) I just tried the new commands with a home-made NXT-controlled IR remote. I was able to get them to work without a problem. I verified the single-output PWM mode, which starts a motor at a given power level, in which it stays indefinitely (...) (17 years ago, 26-Jan-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics, FTX)
 
  Re: Power Function control with RCX and BrickOS
 
(...) i have not really spent a lot of time trying to figure these modes out. i was more concerned with getting the PWM to work correctly. i'm going to spend more time testing this and will let you know. bob (17 years ago, 26-Jan-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics, FTX)
 
  Re: Power Function control with RCX and BrickOS
 
(...) Glad it worked for you and thanks for the heads up on the RCX 2.0 problems. i don't have a 2.0 RCX to play with so i'm not sure if it is a timing issue that can be resolved or what. i was very excited the first time i got my RCX to talk to the (...) (17 years ago, 26-Jan-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR