• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

MindStorm

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does any one know about LEGO Mindstorm programming with Java here at the ranch?

Lego is an old friend, and this mindstorm stuff is getting increasingly interesting...
Is it necessary to know electronics in order to take full advantage of this game? Also, is it 'opened enough' so we can 'plug-in' some (electronic) hardware as an input?
Thanks in advance,
Gus
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the Lego mindstorm and have used the java libraries with it. Unfortunatly I have not had much time for play.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ditto.
There are two options for plugging Java into Mindstorms: You can run a remote API that sends RCX instructions to the robot over the IR communications, or you can replace the RCX (programmable lego block) with a Java runtime environment then run java programs on it.
the sensors are limitted to 3 analog inputs, but there are sites with instructions on how to make lots of add on parts.
Jan somebody also has a Jini to Mindstorm adapter I've been meaning to try... (search google for "jini jan book" or something"
Dave
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm moving this to Other Java Products and Servers. Please post followups there.
 
They worship nothing. They say it's because nothing lasts forever. Like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic