Dawn Robotics Forum Support and community forums for Dawn Robotics Ltd 2014-09-22T12:18:25+01:00 http://forum.dawnrobotics.co.uk/feed.php?f=5&t=1274 2014-09-22T12:18:25+01:00 2014-09-22T12:18:25+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1448#p1448 <![CDATA[Re: Edimax dongle not running ?]]>
Ah yes, that mistake has been made before with the batteries. I've updated the instructions to try to make them clearer, and I think that the update may have been after you bought the kit.

Controls can definitely be a bit twitchy and take some time to get used to. No 2 DC motors will run at exactly the same speed when given the same voltage, and you can balance out the motors on your robot a bit by going to 192.168.42.1/config.html and playing with the 'Left Motor Speed Scale' setting on the motors tab. Also if you only move the movement joystick forward a small amount then you should find that the robot drives forward much more slowly, and this makes it a bit easier to control the robot.

Regards

Alan

Statistics: Posted by Alan — Mon Sep 22, 2014 12:18 pm


]]>
2014-09-22T08:10:56+01:00 2014-09-22T08:10:56+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1444#p1444 <![CDATA[Re: Edimax dongle not running ?]]>
but . . . .

controls are really retarded. Up/forward sends it into a spin,as does back/reverse. Left and right can get both wheels running to give you straight line driving but its very fiddly finding that sweet spot. I will automaticaly assume its me doing something wrong again !


Any pointers ?

Gary

Statistics: Posted by jockinaus — Mon Sep 22, 2014 8:10 am


]]>
2014-09-21T15:11:40+01:00 2014-09-21T15:11:40+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1443#p1443 <![CDATA[Re: Edimax dongle not running ?]]>
I tried running the power for the driver straight from mains ( usb power plug with the driver usb lead plugged in) and another mains usb supply to run the pi,cutting out the ubec altogether. after connecting to the web server and trying both wheels,it runs no problem ( holding the unit up and letting the wheels run ) no drop out and no sluggish power.


What do you reckon Paul ?

Statistics: Posted by jockinaus — Sun Sep 21, 2014 3:11 pm


]]>
2014-09-19T11:09:42+01:00 2014-09-19T11:09:42+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1440#p1440 <![CDATA[Re: Edimax dongle not running ?]]>
Sorry for the delayed reply again. I've been very snowed under this week, but furture replies should hopefully be quicker.

It sounds to me like a power problem. How exactly are you powering your robot? Is it with AA batteries, and if so, what type of batteries are you using? i.e. rechargeable or non-rechargeable?

Regards

Alan

Statistics: Posted by Alan — Fri Sep 19, 2014 11:09 am


]]>
2014-09-18T12:43:56+01:00 2014-09-18T12:43:56+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1439#p1439 <![CDATA[Re: Edimax dongle not running ?]]> Statistics: Posted by jockinaus — Thu Sep 18, 2014 12:43 pm


]]>
2014-09-18T11:08:14+01:00 2014-09-18T11:08:14+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1438#p1438 <![CDATA[Re: Edimax dongle not running ?]]>
Where to next !!!


Gary

Statistics: Posted by jockinaus — Thu Sep 18, 2014 11:08 am


]]>
2014-09-15T17:55:31+01:00 2014-09-15T17:55:31+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1434#p1434 <![CDATA[Re: Edimax dongle not running ?]]>
Welcome to the forum. :) Sorry for the delayed reply.

The Wifi dongle is working as an access point, so that may be the reason it's not showing up as you expect?

When you view nearby WiFi networks with a device such as a phone, do you see a network called Pi_Mini_Robot? Normally you'd connect to that network (password Raspberry with a capital R) and control the robot by navigating to its IP address 192.168.42.1 with a webbrowser such as Chrome or Firefox.

If you'd like to make the robot connect to your router then you'll need to edit the file /etc/network/interfaces. You can open it by running

Code:
sudo nano /etc/network/interfaces


and editing it to look something like this

Code:
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0

iface wlan0 inet dhcp
   wpa-ssid "Router_SSID"
   wpa-psk "Router_Password"


You also need to disable the access point functionality. This can be done in a hacky way by running

Code:
sudo nano /etc/hostapd/hostapd.conf


and changing the driver line to read

Code:
driver=disabled


Hope that helps and is what you were looking for. Apologies if I've misunderstood.

Regards

Alan

Statistics: Posted by Alan — Mon Sep 15, 2014 5:55 pm


]]>
2014-09-13T14:20:13+01:00 2014-09-13T14:20:13+01:00 http://forum.dawnrobotics.co.uk/viewtopic.php?t=1274&p=1430#p1430 <![CDATA[Edimax dongle not running ?]]>
I recently purchased the Pi robot bundle,which is now assembled. I downloaded the disk image and mounted onto an SD.The pi boots up fine,but I am wondering if the wireless Edimax dongle is working.

First off it lights up and flashes away ,but when I go into WIFI config,it doesnt show the adapter ? Ive done an ifconfig,and it does mention wlan0 link encap ethernet ,and theres an inet and bcast address.

I have tried pinging the address from my pc but get nothing back.

Any ideas whats wrong here ?

Gary

Statistics: Posted by jockinaus — Sat Sep 13, 2014 2:20 pm


]]>