Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I'm currently developing a Lego Robot, the mindstorm series to be specific. I want to replace the lego NXT brick with an arduino, maybe an intel galileo in the future. How do I establish connections from the arduino with the lego sensors? Also, I would like some input on any cool features that I can add to this robot. This robot is to be seen as a human companion. Thanks in advance.

An example of a sensor i would like to use is here : http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NIS1070

How do I interface this with an arduino?

share|improve this question
1  
Looks like they use I2C so you just have to look at the pinout and then hook it up to the I2C pins on the Arduino. dexterindustries.com/howto/… –  sachleen Apr 4 '14 at 6:10

1 Answer 1

Doing a quick search on google you can find a couple of shields designed for that purpose:

Second one is allows less motor connections but it's cheaper and has a book written by the designers

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.