-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
executable file
·56 lines (37 loc) · 1.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2012 Group 09 : Remotely Controlled Robot
================================================
Group Info:
------------
+ Bhaskar Bandyopadhyay
+ Nilekh Chaudhari
+ Uddhav Arote
Extension Of
------------
This project is not an extension of any of the projects done before.
However, we have extensively studied Firebird Swiss Knife for our project.
Project Description
-------------------
Remotely controlled robot is a project (system) under E-Yantra. The system controls the robot from the remote location. It provides a user interface, a web application, which controls the movement of the robot, its IO ports. The system uses two standard protocols, HTTP and Zigbee, for the communication between web browser and web server, web server and robots respectively.
Technologies Used
-------------------
+ Embedded C
+ Xbee
+ HTML5
+ CSS3
+ PHP
+ JQuery
+ ANSI C
+ MySQL
Installation Instructions
=========================
The system used is Ubuntu. The system requires installation of the LAMP stack.
Do as follows in the terminal as root:
#tasksel
Select the LAMP stack and select ‘OK’. The prompt asks for entering the password for MySQL server. It prompts for the installation of PHP module, do accordingly.
The video tutorial for the same is uploaded at the link as given below:
[links]((http://youtu.be/lOhZG97SLrA) to all these software.
References
===========
+ [IO port programming](http://www.faqs.org/docs/Linux-mini/IO-Port-Programming.html)
+ [Serial communication](http://www.easysw.com/~mike/serial/serial.html)
+ [TheNanoVM-Javaforthe AVR](http://www.harbaum.org/till/nanovm/index.shtml)