Epic

->TelePresence<-

Robot


Let us begin The Building



Das Plan:





  • Learn/Review Basic Web
  • Use Python To Control Arduino
  • Use Web to Control Arduino

Making Your Controller


Making Buttons


Making buttons on a webpage can makes the controller usable via mobile phones:

 <input type="button" value="Click here to move forward">

Boost Your WEbsite with Libraries

Using other people's code, we can make the site look cooler and better.

In the <head> </head> tags of the site include your libraries

 <script src="library.js"></script>

Angular.Js

Angular.js will allow you to teach your  html new tricks

Adding a Database


  • Sign-up for developer's account on Firebase.
  • Adding AngularFire
    • how Angular works
    • Json ( + 1 Database http://osrc.dfm.io/chessmanlo)


                                         It's Python Time

Installing py-Serial

To install pyserial it is good to have easy_install

then you just need to:
 sudo easy_install pyserial

Epic Telepresence Robot

By gskielian

Epic Telepresence Robot

  • 375