Next version 'Nixie' is coming soon !

Help us to get ready with MyRobotLab version Nixie: try it !

Now with 100% more lasers!

 

here is a java file calls some pointcloudish processing code that I can runs in eclipse.

the frame rate is appaling but it would be interesting (to me at least) if you could make it run in MRL.

regardless its and example of how the original simple was used which may help you

the java build path will need to point at c:/path to processing/core/all things windowsy

i01.startPIR("COM5",12)
 
 
 
def input():
    # print 'python object is ', msg_clock_pulse
    pin = msg_i01_right_publishPin.data[0]
    print 'pin data is ', pin.pin, pin.value
    if (pin.value == 1):
      mouth.speak("howdy partner")
      #head.neck.moveTo(85)
      #sleep(2)

Here is a pic of ther rf reciever in the car. I can see there is a transistor hbridge on the right. The board is powered by 9.6V. How do I tap into this with an arduino, or from the Beagle Bone Black GPIO?