Getting started with myrobotlab - Having problems? Ask the nice people here.
#include <Wire.h>
Getting started with myrobotlab - Having problems? Ask the nice people here.
Starting out. very New.
Tested Audio and microphone. When I setup the miccrophone in Chrome as per YT videos there are not the same options as in the older versions (v35....) Cannot get ok google listen option.
Hi ! Does some had the same problem ?
The service can't work anymore. ( I did't use eclipse, only the jar )
This is the error when I call a wdf.getdescription :
This is in response to wkinnes question about how to save your work in MRL.
The best way to save your work is by creating a Python script, because they can be saved. The GUI is good for playing around with as a beginner, but not really a good way to get a permanent result.
The generic way to start a service from a python script is like this.
arduino1 = Runtime.createAndStart("arduino one","Arduino")
Hello is there a posibility to save data in realtime in AIML?
I spend lot of time by search and write a lot of aiml but if I turn off the myrobotlab and start it again all the data is lost.
Example:
Hi all can you help me :
My camera ( Lifecam HD 3000 ) is not detected in mrl / opencv
When I start the capture the video widget didnt show up
And open cv give me an error
Hi ! I have some problems to poll analog pins
Before I used :
right.addListener("publishPin", "python", "publishPin")
right.analogReadPollingStart(1)
def publishPin(pin):
print pin.pin, pin.value
analogReadPollingStart no worky anymore
So I try that :
can someone tell me what "cannot get device id for servo " means? or bad magicnumber 246 or unknown serial event 38. I open up a new arduino and servo service ,connect the arduino to the correct port I've got MRLComm version 39 installed it lights up green sayin it is connected but doesnt work. I'm using version 1691 myrobotlab.I'm lost on this one,I've tried looking for the answer so now I'm asking for help,Thanks
<?xml version="1.0" encoding="UTF-8"?>
Hey guys, after a long time i am back at work =)