-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhardware.html
132 lines (132 loc) · 5.73 KB
/
hardware.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<link rel="stylesheet" type="text/css" href="css/menu.css"/>
<title>hardware</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/language.js"></script>
</head>
<body> <a href="index.html"><img src="images/eyes-logo.png" height="100" width="420" alt="eyes logo"/></a>
<div id="mynb">
<ul>
<li><a href="design.html"> <span class="tr">Design</span></a></li>
<li><a href="hardware.html"> <span class="tr">How to Buy</span></a></li>
<li><a href="software.html"> <span class="tr">Software</span></a></li>
<li><a href="android.html"> <span class="tr">Android</span></a></li>
<li><a href="python.html"> <span class="tr">python</span></a></li>
<li><a href="microhope.html"><span class="tr">MicroHOPE</span></a></li>
<li><a href="people.html"> <span class="tr">People</span></a></li>
<li><a href="news.html"><span class="tr">News</span></a></li>
</ul>
</div>
<h3 class="tr"> Hardware Availability </h3>
<p class="tr"> ExpEYES is currently available from the following firms: </p>
<table style="width: 80%" border="1">
<tbody>
<tr>
<td class="tr">Shankar Systems<br/>
Plot 21, Gali 6/2, Block C,<br/>
Dechave Enclave,<br/>
Najafgarh, NEW DELHI-110043.<br/>
Ph:- 09810841403<br/>
email : shankarsystemsdelhi1997 at gmail.com<br/>
</td>
<td class="tr"><a href="http://s2s2.in/">S2S2 Services</a><br/>
TV 33/268, Third Floor Elite Complex<br/>
Netaji Road, Kannur 670 001<br/>
Kerala<br/>
Ph: 09447449107<br/>
email : s2s2service at gmail.com <br/>
</td>
<td class="tr"><a href="http://www.svtechnocrafts.in/">S.V. Techno Crafts</a><br/>
86, J.D. Nagar, Patamata,<br/>
VIJAYAWADA - 520010<br/>
Ph: 09440978459<br/>
email : [email protected]<br/>
</td>
</tr>
<tr>
<td class="tr">Fab.to.Lab (<a href="http://fabtolab.com/index.php?route=product/product&product_id=80">Order
Online</a>)<br/>
Koramangala,<br/>
Bangalore – 560095<br/>
Ph: +91 8050032228/9<br/>
email: sales at fabtolab.com<br/>
<br/>
</td>
<td class="tr">Vibrant Systems and Softwares<br/>
1/4869H, 1st Floor Koyisco Building,<br/>
Wyanad Road, East Nadakkavu,<br/>
Calicut-673011.<br/>
Ph: 9847193371.<br/>
email: vibsys_n_soft at yahoo.com<br/>
</td>
<td class="tr">Sys-Con Engineering<br/>
53B Mirza Galib Street<br/>
Kolkata 700 016<br/>
Ph: 09830417377 , 033 40014680<br/>
email : sceskm at yahoo.com </td>
</tr>
<tr>
<td class="tr"><a href="http://www.pi-supply.com/product-category/raspberry-pi-add-on-boards/phoenix/">Pi-Supply</a><br/>
Kent<br/>
United Kingdom<br/>
Phone : 01732590665<br/>
email: sales at pi-supply.com <br/>
</td>
<td class="tr"><a href="http://www.buyapi.ca/">BuyaPi.ca</a><br/>
25 Northside Rd, Unit C<br/>
Ottawa, ON K2H 8S1<br/>
Canada<br/>
</td>
<td><br/>
</td>
</tr>
</tbody>
</table>
<p><br/>
</p>
<p class="tr">Pricing:<br/>
The development ExpEYES is done by Inter-University Accelerator Centre,
New Delhi. Since the objective of PHOENIX project is to make the products
available to maximum number of people, they are kept royalty-free.
The cost of expEYES is depends on the cost of raw materials, labour
involved, and the sales overheads. The vendors have fixed the Maximum
Retail Price considering the expenses and paperwork involved in securing
orders and the delay in payments from institutions. However, they will
offer discount when payment is done in advance so that individual buyers
get it cheaper.</p>
<p class="tr">Currently ExpEYES Junior is available at Rs. 2000/- and
MicroHOPE at Rs. 700/-<br/>
<br/>
<span style="font-weight: bold;">Reaching out to more People:</span><br/>
ExpEYES is designed by IUAC and it is distributed
royalty-free. The software is under GNU GPL. Anybody interested in
retailing / manufacture expEYES may contact us. In order ensure quality of
the product and user support, the vendors need to meet the following
conditions:</p>
<ol>
<li class="tr"> One sample piece has to be certified by IUAC for
quality of material and workmanship.</li>
<li class="tr"> The prototype approved by IUAC should be duplicated
without changes</li>
<li class="tr"> Vendor should inform IUAC about the sales so that
we can keep track of the user community.</li>
</ol>
<p class="tr"> Currently expEYES is available from several
vendors. However, it would be convenient if it is available from a local
store, especially for institution that cannot order online by making
advance payment. One option is to ask some computer vendor in your
locality to become a dealer of expEYES. They will be able to sell at the
same price by getting commission from the manufacturers.</p>
<p>Ajith Kumar B P ( bpajith at gmail.com )</p>
<p><br/>
</p>
</body>
</html>
<!--
Local Variables:
mode: nxml
End:
-->