When using a cell phone or tablet to control a robot you need to think first about an interface to hardware. How is the device going to talk to the outside world? Most robotics hardware is going to revolve around a micro controller of some sort. This could be a Parallax.com Basic Stamp II or Propeller board or some form of Arduino. These devices communicate via a USB or Serial interface. So that is what you need to think about how to make a phone speak serial to a micro controller. If the mobile device is an Android OS there is a free app you can get from the app store, type Basic Stamp and you should find a serial communication program that will allow the earbud speakout to be used to send serial data to an external device. The external device then needs to be programmed to act on the serial data from your Android bases device. .Net can certainly be used to control a robot, Visual Studio gives you everything you need to send serial data to a micro controller. You can even added vision system, text to speech and speech recongition with .Net running on a laptop, desktop or netbook. I use Visual Studio for this with my robots.
RoboJRR
Posts
-
.NET robotics controller -
Why Jonny Can't CodeSomething like that was already made: http://robotbasic.org/[^] :-D
-
I knew this to be true!Boo! Best Sci-Fi ever is Knight Rider! BSG is a close second. :-D
-
Your First Computer...A Colecovision Adam computer...it was a computer, game console and printer with TV output. It was the shiznit!
-
Viseme - How to use it in VB?Does anyone know how to implement Viseme events in Visual Basic 2005? I have the Microsoft SPAI-5.1 DSK for text-to-speech and voice recognition. What I want to do is create an animated face that moves it's mouth as if speaking while it is reading text-to-speech. This is on a Windows XP system, BTW. I've read that the way to do that is through viseme events, but I have not seen a good example of how to do that, especially in VB.net. I've also read reconflicting information that says that viseme events may only be possible under Windows Vista. Has any one used viseme events in VB? Or does anyone know a different way I can make an animated charactor sync mouth movements with spoke text-to-speech words? Thanks For Reading, -Justin R. Ratliff weyoun7ster@gmail.com