May 2014 update: Nowadays I perfected the printer settings and upgraded to latest Marlin firmware. I also began to use blue painter's tape which helps in sticking of the first layer better. I added a USB led light for night printing. While test printing I happened to own many miniature garden ornaments...
Next version 'Nixie' is coming soon !
Hi,
I now have MRL successfully running on a BBB ;-)
I have used python to test the Adafruit BBB Python modules (linux shared objects .so) for GPIO and successfully switch LEDs on and off . (note need to run as root or sudo due to permissions under default ubuntu user.
>>> import Adafruit_BBIO.GPIO as GPIO
>>> GPIO.setup("P8_14", GPIO.OUT)
>>> GPIO.output("P8_14", GPIO.HIGH)
Hi all,
Im kinda new here but im building the inmoov.
im trying to get the voice commands to work with inmoov.
i copy and paste the script from the site but he doesnt "hear" me i think.
when move the servo's manually thats no problem.
When i use the example robotlab script for pin 13 to turn him on or off.
That works perfect to my voice commands.
but when i use the inmoov script noting happens.
maybe someone can help me please?
thank you all
gr Leon.
Open any Linux executable binary up in a text editor - and the little guys have written ELF at the beginning of EVERY FILE !!! (They started the rumor that this means "Executable and Linking Format" .. but we know better !
Thanks for the pointer GroG. I'm going to need all the asists I can get :-)
So here's the second tryat getting a photo up here:
This blog thing is all new to me. Hopefilly this will end up as a photo of my InMoov head and not a link to fliker :-)
http://farm8.static.flickr.com/7311/11485343905_a39e4148b2_s.jpg
Hi All,
I installed the latest Java and dowloaded and unzipped the latest MyRoboLab. I am running this on a Windows 7 - 64bit machine. When I ry to execute either webgui.bat or myrobotlab.bat I get the following message.
Could not find the main class: org.myrobotlab.servie.Runtime
I think that I am missing a fundamental startup step but I don't know what it is. Is there a step by step to get started.
thanks,
dkeley
Gael : " When I saw the video of Alessandro, I felt like InMoov had to do something too!!
Thanks Grog for all your help and your kindness!"
RasPi Box being born....
Andrew Davidson has a new book out which utilizes JavaCV and it looks like he covers a variety of topics. In the past I have found his writing entertaing, and backed by small, concise, and working code examples.