Slashdot Mirror


Arduino and MK802 Robot, Controlled By Phone

beefsack writes "An engineer by the name of Andrej Skraba has combined an Arduino board and an MK802 mini PC running Ubuntu to create a robot which is controllable via its own node.js server and a mobile phone. Seen by some as products competing in a similar space, Andrej shows how the two devices can make the most of their unique features to complement each other, working together."

15 of 31 comments (clear)

  1. Tape a phone on it by icebike · · Score: 1

    Seems that the route to novelty and ingenuity these days requires you somehow cable a cell phone into your project.
    Even when your computer-on-stick already has Wifi built in.

    --
    Sig Battery depleted. Reverting to safe mode.
    1. Re:Tape a phone on it by 2.7182 · · Score: 1

      True. But instead we get another tiresome robot this-or-that story.

    2. Re:Tape a phone on it by oodaloop · · Score: 1

      But instead we get another tiresome robot this-or-that story.

      Yeah. I'm tired of living in the future.

      --
      Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
    3. Re:Tape a phone on it by crutchy · · Score: 1

      or another Windows 8 is Microsoft/Linux/Apple/Google FUD story... oh hang on this is slashdot; FUD stories NEVER get old :)

    4. Re:Tape a phone on it by crutchy · · Score: 1

      ok i didn't proof read that one very well

  2. I fail to see... by Anonymous Coward · · Score: 1

    I fail to see how this is even remotely newsworthy. My undergraduate EECS projects were far more advanced than this.

  3. Pointless by Animats · · Score: 5, Insightful

    OK, so this guy has a dumb battery, motors, wheels platform, with no sensors. On this, he put a web server with WiFi, which he then controls from a cell phone. So all that this does is run two small DC motors under manual remote control.

    This is lame even by amateur robotics standards today. There's enough compute power there for a full vision system. Running Apache and node.js is not useful. It might be worthwhile to get familiar with the technology, but you don't publicize it.

    1. Re:Pointless by Noodlenose · · Score: 1, Flamebait

      Let me see your finished product and I will judge it for you. Sniping at somebody who might be an amateur roboticist and possibly wrote his first Java script is easy. Putting this into being isn't. Wanker.

    2. Re:Pointless by icebike · · Score: 1

      Sniping at somebody who might be an amateur roboticist and possibly wrote his first Java script is easy.

      Its Especially Easy, and certainly fair game when that person posts his first juvenile project on Youtube, then the maker of the computer SOC submits it to slashdot claiming its from an ENGINEER.

      --
      Sig Battery depleted. Reverting to safe mode.
    3. Re:Pointless by icebike · · Score: 2

      It's fun. Let him enjoy his 15 minutes!

      The story was submitted by the someone associated with Miniand, the maker of the computer. This poor guy probably never dreamed it would end up on Slashdot. A blatant advertising ploy.

      --
      Sig Battery depleted. Reverting to safe mode.
    4. Re:Pointless by VortexCortex · · Score: 1

      Let me see your finished product and I will judge it for you. Sniping at somebody who might be an amateur roboticist and possibly wrote his first Java script is easy. Putting this into being isn't.

      Wanker.

      Let me see your finished novel and I will judge it for you. Sniping at somebody who might be an amateur writer and possibly wrote his first critique is easy. Making snide remarks on Slashdot isn't.

      Hypocrite.

    5. Re:Pointless by jerdnaabarks · · Score: 1

      Main thing is that combination of Arduino and MK802 removes the need for the cable as seen in this case: http://youtu.be/jf-cEB3U2UQ#t=11m28s And yes, by shown example all the computing power for machine vision etc. is now on board. Not to mention node.js javascript and firmata. Your observation about new computing power on board which becomes available is right. Lame? ... I'm sorry to hear that.

  4. Re:Grammar by VortexCortex · · Score: 1

    "it's" means "it is"

    "its" is the possessive form.

    Ugh.

    Yes, and we all know this. However, we're just very complex sentient chemical reactions and thus we're prone to make mistakes. In fact one of the strengths of having such a large, inefficient pattern matching mind with many redundant information processing channels is that when said mistakes occur you can identify them and understand what the other communicator means -- Many time such errors are missed in the proof reading because the writer knows what they meant, and reads it as such, not because they can't follow the current iteration of the language's changing grammatic rules. Cyberneticists dream to one day achieve the level of comprehension that you now squander by balking at minor syntax errors like a dumb BASIC interpretor.

  5. Sounds like FPS Russian! by Dr+Herbert+West · · Score: 1

    The narrator's voice totally sounds like the FPS Russian's voice. Now I want an Arduino controlled 50-cal machine gun with explosive rounds!

  6. Root Kit it for fun by epSos-de · · Score: 1

    You can control it randomly too. The robot is controlled by address calls.

    212.235.232.101:8080/1/100/1 - forward
    212.235.232.101:8080/2/100/1 - stop
    212.235.232.101:8080/3/100/1 - backward

    100 is a parameter of speed of DC motor, it could go from 0 to 255.

    Have fun messing around !