Author Topic: Need robot Dashboard for PC  (Read 2037 times)

0 Members and 1 Guest are viewing this topic.

Offline smitty505000Topic starter

  • Beginner
  • *
  • Posts: 1
  • Helpful? 0
Need robot Dashboard for PC
« on: August 08, 2011, 06:39:15 AM »
Hello all,

    New guy here.  I am in need of a GUI that will allow me to control a robot from a PC via usb/serial. Something that will have some directional arrows to click on that will send serial data out a usb port (Xbee). Also need this GUI to be able to display video from a usb capture device. Do I need to make something myself or is there something already made that will suit my purpose? If I make it myself, what would be a good language? Python? C? Visual basic? Java? I would like to eventually control this bot from Internet Explorer.

Smitty


Offline Sylvestre

  • Robot Overlord
  • ****
  • Posts: 221
  • Helpful? 13
Re: Need robot Dashboard for PC
« Reply #1 on: August 08, 2011, 10:05:39 PM »
I am also in need of a graphical user interface?   Does anyone know of any good software that displays video, arrows, etc.?
« Last Edit: August 20, 2011, 05:02:50 PM by Sylvestre »

Offline Sylvestre

  • Robot Overlord
  • ****
  • Posts: 221
  • Helpful? 13
Re: Need robot Dashboard for PC
« Reply #2 on: August 21, 2011, 11:43:47 AM »
I am also in need of a graphical user interface?   Does anyone know of any good software that displays video, arrows, etc.?

Offline Invicta

  • Full Member
  • ***
  • Posts: 65
  • Helpful? 1
Re: Need robot Dashboard for PC
« Reply #3 on: August 23, 2011, 05:09:45 PM »
If you have an Adroid mobile (cell phone) then check out the Cellbots App by the Google Team. The mobile needs to be running Android 2.2 (Froyo). Cellbots is fully graphical with several choices of interface including voice control. The basic link to your robot is by Bluetooth. There is also a brain mode where it is possible to get audio and video back from the robot.

So far I have connected my Galaxy S by Bluetooth to a Win98 PC running Hyperterminal and a Win7 laptop running PuTTY so that I can test the signals sent to a robot.

See:  http://www.cellbots.com/software/java-app/

Also:   http://www.societyofrobots.com/robotforum/index.php?topic=13452.0

Regards

Invicta

Offline Sylvestre

  • Robot Overlord
  • ****
  • Posts: 221
  • Helpful? 13
Re: Need robot Dashboard for PC
« Reply #4 on: August 26, 2011, 10:28:09 PM »
Thanks Invicta,

I'm just looking for a dashboard just for my pc though.

Offline adanvasco

  • Full Member
  • ***
  • Posts: 107
  • Helpful? 6
  • Necessity is the mother of invention.
Re: Need robot Dashboard for PC
« Reply #5 on: August 27, 2011, 11:05:25 AM »
Why not make it  yourself? Should be relatively easy just to send some commands and receive some data back.
Knowledge does not weigh.

Offline Sylvestre

  • Robot Overlord
  • ****
  • Posts: 221
  • Helpful? 13
Re: Need robot Dashboard for PC
« Reply #6 on: August 27, 2011, 12:26:38 PM »
Should I use Microsoft visual studio?

Edit: I meant visual studio not excel sorry about that.
« Last Edit: August 28, 2011, 11:29:15 AM by Sylvestre »

Offline The Headacher

  • Jr. Member
  • **
  • Posts: 14
  • Helpful? 1
Re: Need robot Dashboard for PC
« Reply #7 on: August 28, 2011, 05:42:20 AM »
Quote from: mitty505000
what would be a good language? Python? C? Visual basic? Java? I would like to eventually control this bot from Internet Explorer.
I have never tried such a thing, but Java seems like a good choice; it's already installed on most computers, and works well in combination with browsers, and has a lot of libraries available. Also, the language is more user friendly than for instance C/C++.

Quote from: Sylvestre
Should I use Microsoft Excel?
No, it is a spreadsheet not a programming environment.
Information about my first robot: https://sites.google.com/site/theheadacher/robot (work in progress)

Offline Sylvestre

  • Robot Overlord
  • ****
  • Posts: 221
  • Helpful? 13
Re: Need robot Dashboard for PC
« Reply #8 on: August 28, 2011, 11:26:05 AM »
(Deleted post)
« Last Edit: August 28, 2011, 11:35:56 AM by Sylvestre »