<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
No matter what I think I will start early at 10AM and anyone else roboty or creative welcome to come along at the earlier time!!!<BR>
<BR>
Otherwise everyone welcome to come along after 2 when the chch creative space normally starts. Text or Phone on 02102655376 if I don't hear the doorbell (I will try to be diligent!).<BR>
<BR>
Morris.<BR>
<BR>
On Thu, 2009-06-25 at 20:53 +1200, jimmy allen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
sounds great i would be interested

On 6/25/09, Morris &lt;<A HREF="mailto:skibear@gmail.com">skibear@gmail.com</A>&gt; wrote:
&gt; Who is keen on doing some robot hacking on this Sunday and next Sunday?
&gt; 10AM till lateish?
&gt;
&gt; If possible discuss on <A HREF="mailto:chchspace@googlegroups.com">chchspace@googlegroups.com</A> (sign up if you
&gt; haven't - <A HREF="http://chchspace.nztech.org/)">http://chchspace.nztech.org/)</A>
&gt;
&gt; Options:
&gt; * You could bring your own robot bits
&gt; * I could help someone that want to do the electronics/mechanics but use
&gt; python and an arduino for control.
&gt; * You could help me (see below!)
&gt; * Just come along and do some other stuff! (Normal chch creative space).
&gt; * I have second hand motors and batteries I can sell for what I paid for
&gt; them - $1 each. I have about 10 each of : 20W motors, 7.2Volt 1500mAh
&gt; NiMH batteries, and 12Volt SLA/VRLA batteries which were 800mAh new but
&gt; I guess wont be near that now.
&gt; * I would love some criticism of what I have been doing!
&gt;
&gt; Following pdf has excellent information and links to projects using the
&gt; WL520gU for hardware projects:
&gt; <A HREF="http://mightyohm.com/files/wifiradio/Jeff_Keyzer-Hacking_the_Asus_WL520gU.pdf">http://mightyohm.com/files/wifiradio/Jeff_Keyzer-Hacking_the_Asus_WL520gU.pdf</A>
&gt;
&gt; Cheers, Morris
&gt;
&gt; Developing a wifi remote controlled robot that can be controlled by a
&gt; GUI. Using browser e.g. Internet Explorer on Windows, or Safari on
&gt; iPhone). General design can be used to control any actuators or read
&gt; many sensors (e.g. USB devices!) but is only suitable if you are not
&gt; trying to make a &quot;micro&quot; sized robot (and is not good a good fit if you
&gt; want robot to be alive for many hours without recharging -- unless you
&gt; use a car battery!).
&gt;
&gt; Progress on the following design:
&gt;
&gt; 1. Dumb Duemilanove/Arduino microcontroller
&gt;     * So far have used pyduino (running on the router) to do PWM control
&gt; of an LED, and reading a micro-switch. Just done using command line
&gt; using example.py that comes with pyduino to select input/output pin and
&gt; watch results.
&gt;     * ATMEGA328 connected to router using USB (FTDI serial
&gt; communications).
&gt;     * Installed firmata onto arduino (standard sketch that comes with
&gt; arduino.cc build tools). <A HREF="http://www.firmata.org">www.firmata.org</A>
&gt;     * Running pyduino to control firmata code.google.com/p/pyduino
&gt; Treat microcontroller as dumb device (no C code required!).
&gt;     * Super simple to read analogue inputs too (haven't yet tested).
&gt;     * There is firmata code for controlling servos too (I want to get
&gt; that going soon but I would like help).
&gt;     * Later on will be &lt;$10 using cheaper ATMEGA chips with veroboard or
&gt; simple PCB. Current board is $65 but only one evening's work to get it
&gt; up and running using USB so worth it!
&gt;     * Later can use cheap serial connection ($5 USB, or maybe connect to
&gt; interal 3.3V serial port of the router)
&gt;
&gt; 2. wireless router running Linux and Python scripts.
&gt;     * Router is to be the main brains of robot. Currently testing Python
&gt; scripting (controlling an Arduino - fun!) but intend to use Python web
&gt; server for GUI interface and Ajax (so can control robot from web page
&gt; using mouse and keyboard).
&gt;     * Asus WL-520GU wireless router USB 2.0. Costs $86 from
&gt; <A HREF="http://www.cbcnz.com/product_info.php/products_id/146191">http://www.cbcnz.com/product_info.php/products_id/146191</A> on corner
&gt; Fitzgerald and Kilmore - they have them in stock. Maybe a little cheaper
&gt; from AKL.
&gt;     * Running OpenWRT Linux from <A HREF="http://www.openwrt.org">www.openwrt.org</A> - Kamikaze 8.09.1
&gt; version using kernel version 2.4 (tftp the file
&gt; <A HREF="http://kamikaze.openwrt.org/8.09.1/brcm-2.4/openwrt-brcm-2.4-squashfs.trx">http://kamikaze.openwrt.org/8.09.1/brcm-2.4/openwrt-brcm-2.4-squashfs.trx</A>
&gt; into the unit).
&gt;     * Running Python installed to a 1GB USB stick (because I wanted the
&gt; full version not python-mini and standard 4MB flash not big enough for
&gt; full version).
&gt;     * wireless working well.
&gt;     * super easy to add and remove packages from the unit using opkg.
&gt;     * the internal flash is mounted as a flash drive and you can just
&gt; edit individual files or upload them.
&gt;     * USB is not true 2.0 speeds due to 200MHz CPU hitting 100% at
&gt; relatively low speeds.
&gt;     * Kernel 2.6 available but broadcom driver is apparently not stable
&gt; so wifi performance bad.
&gt;     * Haven't started on web server stuff - but not expecting anything
&gt; difficult. Could also use the internal luci (Lua script) web server if
&gt; have to.
&gt;    * Using USB hub so can also plug in USB memory and Duemilanove at
&gt; same time.
&gt;
&gt; 3. Electronics
&gt;     * What I intend to work on this Sunday! Any help or criticism would
&gt; be appreciated.
&gt;     * Or I would love to just use the router and Duemilanove with your
&gt; electronics&amp;mechanisms (then I can work on Python control control code
&gt; or web server instead!)
&gt;     * Planning to wire up motor driver electronics Sunday - got $10
&gt; L298N dual 3A motor driver which is super simple to use.
&gt;     * Got 7.2V and 12V batteries but no proper chargers yet. (ideally do
&gt; using arduino!)
&gt;     * Got some switches and other sensors.
&gt;     * $8 USB sound card (still to arrive from AKL) - need simple
&gt; amplifier for speakers (maybe use microphone?).
&gt;     * Intending to play with a USB webcam (maybe use microphone?).
&gt;
&gt; 4. Mechanics
&gt;     * Tried motors and wheels. Goes fine with 12V and fast with 24V!
&gt;     * Currently just hacked together badly (wire and random junk).
&gt;     * Investigated places to get Aluminium framework &quot;meccano
&gt; compatible&quot; for a flexible framework that can be quickly cut and
&gt; screwed. Would be best if can share costs.
&gt;     * Got some Servos and intend to use some mecanno to make an arm.
&gt;
&gt;
&gt;

_______________________________________________
Chchrobotics mailing list <A HREF="mailto:Chchrobotics@lists.linuxnut.co.nz">Chchrobotics@lists.linuxnut.co.nz</A>
<A HREF="http://lists.ourshack.com/mailman/listinfo/chchrobotics">http://lists.ourshack.com/mailman/listinfo/chchrobotics</A>
web site: <A HREF="http://kiwibots.org">http://kiwibots.org</A>
When replying, please edit your Subject line to reflect new content. 
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>