Hi,

Before starting my robot project (buying electronic stuff) I would like to know something :

Is there a way to transfer data from excel (or any kind of spreadsheet) to Arduino board automatically ? To sum up : arduino controled by a spreadsheet.

I found out a promising program wich is Gobetwino freeware (interaction between arduino and PC)... Do you think this could help ?

Gobetwino link : http://electronics.divinechildhighschool.org/Home/Arduino-Lessons/using…

Thanks in advance to MRL community !

Thierry

GroG

9 years 2 months ago

Hi titi56 and Welcome !

Short answer:

Yes.

Longer answer:
MyRobotLab (MRL) - is composed of a bunch of Services (things which do stuff) .. one of which is an Arduino. 
Typically we use Python to glue things together.   This Python glue can open spreadsheets copy data and do open browser, start applications, make sounds....  pretty much most things you can think of.

Hope this helps !

https://thenewcircle.com/s/post/1572/python_for_beginners_reading_and_m…

Cheers,

GroG

 

Thanks for reply !

Is the "glue " (I m concerned about) to make ? Or is it existing in MRL ?

 

GroG

9 years 2 months ago

In reply to by titi56

MRL is a collection of already defined services - here's a list - they are in various levels of functionality

http://myrobotlab.org/matrix.php 

Some of them require no "glue" to use ..

As an example look at OpenCV. OpenCV is a complex one which requires no glue to see through the gui and experiment with various filters.

This is its service page.

http://myrobotlab.org/service/OpenCV 

The service page includes (hopefully) useful documentation .. including some "glue" which allows you familiarize yourself with it.