Next version 'Nixie' is coming soon !

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

A while back we added the DiscordBot service to MyRobotLab.  The Discord Bot service acts as a gateway.  

The DiscordBot service implements 2 interfaces in MyRobotLab, the first is UtterancePublisher and the UtteranceListener.  

The idea is that DiscordBot connects to a discord server using the Discord java API.  The DiscordBot logs into the server using a security token that is associated with a discord bot user. 

I'm using Inmoov2 version 1.1.701 to test my hand servos.There is a GREEN bar and a BLUE bar that adjusts the 'input' and 'output lock (?)'.  I understand the orange 'rest' bars purpose but I don't understand the relationship between the input and output setpoints. Will you describe how to use these setpoints as a unit --- perhaps a finger example?

I have tried to get OpenCV working on MRL (ver 1.1.823) with a Mac without success, is there a set of instructions or tutorial that I could review - I am new to this and would appreciate some help. Thanks.

This is now sorted - moved to Nixie build.

 

Hello everyone
I want to run inverse kinematics service with Inmoov Virtual
So i try to use the service in this repo
https://github.com/MyRobotLab/pyrobotlab
But some service work and other not
And keep tell me "" Module not found "
I'm using Ubuntu 20.04 & python 3.8 and
I install python 2.7
But inverse kinematics service not working
Is anyone have a solution???
Thank you

After install WebGUI fails to load correctly

I tried a restart of windows ........ no changes

I'm trying to use Windows Remote Connection but the same problem occurs using a direct connection.

 

win10-Pro / java version "17.0.1"  / myroborlab 1.1.820

Chrome tries to go to http://localhost:8888/#/tabs

reports -- 

briefly says sent no data then switches to

Hi Guys

I strugle a bit and do not know how to sort this. The robot begin to talk nice . Afther 2 or three words , robot finish it sentence but mouth stops talking. Why. i dont know how to fix this

I  use Nixie

Greetings

Adolph

 

 

We will need a MicroSD card to hold the Operating System. (OS) I suggest a 32GB class 3, but a class 1 will work.
The last version released was Buster, the most recent is Bullseye in both 32 bit and 64 bit.
In any case you will need to use a flash program to copy it to the MicroSD card.
You can use the Raspberry Pi Imager https://www.raspberrypi.com/software/ or another imager, 
I used BalenaEtcher https://www.balena.io/etcher/
Using either program flash your chosen OS to the MicroSD Card.

Here are some details of how I cobbled up a 16 channel ADC rig for use with MRL's Ads1115 service

As you can see above the i2c SDA/SLA lines require 10k resistors as pull up loads.

The trick to keeping it compact is to the stack and common through the GND,SDA,SCL,VCC pins (see below)

Plotting character sets to the Neo_Pixel Service.

Numbers can be fitted into a 4x5 (with a little flare) matrix, so here is a simple set based in Python to get you going.

Worthy of note is Python has a triple """ option for text declaration, which means you can include new lines in the text input, so I was able to separate the character bitmaps to some degree.

Usage :-