Next version 'Nixie' is coming soon !

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

Hi guys, I am still having problems, I erased all files for Version 1712 and started over again. When I load all programs via the runtime It will fail and not load all of them. I have sent a no-workey. Thanks for any help you can give me.

Thanks BC

Could someone point me in the right direction to download the MRLComm that I need to install onto arduino.I've watched video after video and something is always missing. Do I install what one guy says which is a huge folder in myrobotlab under resource called MRLComm.ino in which case I get an error stating that wire.h is  not installed. Anyways I just need pointed the right way.There are so many things on here but most are way outdated. I'm using Myrobotlab version 1.0.1705 on a raspberry pi 3 if that helps. Thanks

Hello again, i am running version 1712. do i have to any thing with Arduino?

Thanks BC.

hey, I'm looking to create an Inmoov project to study robotic perception and interaction for my final year project. I would like some advice or tips on programming the robot to be more autonomous. In particualr I would like the robot to be able to recognise objects and if not the ask questions to be able to learn what new objects are. 

I found a line of code that gets the ProgramAB to talk and listen and it works fine on my laptop but I can't seem to get anything to work on the PI. I used this 

ear.addTextListener(alice)

alice.addTextListener(mouth)

(I opened Services with the correct names)

one or both of these were in a tutorial that I followed. I seem to be having alot of problems getting things to work on the RasPi.  Any suggestions or any idea where I can go to learn more about this?

When I open up MRL on my rasbpi3 I'm unable to insert code into the python service,it's blank same goes for some other services.I've installed them all and updated everything. I'm running Linux on my laptop and everything works just fine on it, I just can't seem to get the same results on the Pi. Any ideas? I sent a no worky from the python window, don't know where else to go. 

Hi all !

Is someone know how to comunicate with a standalone arduino ( with RX/TX not usb ) from MRL

I try to play with serial service but don't know how to use it from main mrl mega pins.

Maybe I must use "classical" arduino command after virtual arduino declaration:

Serial.write(inByte);

but how to specify the TX port
 

Thanks