Comments on: Using the Dagu Mini Driver to Build a Raspberry Pi Camera Robot http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/ Tutorials and updates from Dawn Robotics Mon, 09 Nov 2015 16:39:02 +0000 hourly 1 http://wordpress.org/?v=3.7.11 By: Alan http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-1010 Mon, 28 Sep 2015 12:47:34 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-1010 Hi there,

If you also had an Arduino to use with the shield then yes this should be possible. The code that we supply would need to be modified, which depending on your experience may take a while, but it would definitely be a learning experience. :)

Regards

Alan

]]>
By: Firman http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-1003 Tue, 22 Sep 2015 05:12:01 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-1003 I have another question
I want to use this driver motor because i dont have the Dagu
https://learn.adafruit.com/adafruit-motor-shield/overview

It it possible?

]]>
By: Alan http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-1001 Mon, 21 Sep 2015 17:27:14 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-1001 Hi there,

Thanks for your question. This robot, and the software we’ve created for it works fully with the Raspberry Pi 2. The initial photos show the old Model B Pi, but you should also see that there are photos showing the B+, and this configuration will also work with the Pi 2. Any problems getting up and running, please let me know.

Regards

Alan

]]>
By: Firman http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-1000 Mon, 21 Sep 2015 09:14:40 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-1000 Hi Alan

I am interested to make this robot
I am going to use Raspberry PI 2. Is it compatible with the modules and works perfectly with your tutorial?
Because it seems you are using Raspberry B

Thank you

Regards,

Firman

]]>
By: Alan http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-989 Tue, 01 Sep 2015 12:45:19 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-989 Hi Mark,

Sorry for the delayed reply. To get our software to work with the Redbot, you’ll need to write a sketch for the onboard Arduino (can probably modify the one we’ve written for the mini driver) and a Python class to handle communications between the Pi and the Redbot board.

This forum post is fairly long and rambling, but should hopefully give you a good idea about the structure of the software. The Arduino sketch needs to listen for commands coming over the serial connection and use them to set motor speeds etc. The MiniDriver Python class we have basically provides an interface for controlling the robot’s hardware and sends serial commands to the Mini Driver Arduino board.

The full MiniDriver class we’ve written is fairly complicated and does things like automatically uploading the correct Arduino sketch if the one on the Arduino is out of date. You probably don’t want to go to all that trouble. Instead I would recommend that you focus on implementing the setOutputs routine on your Python RedBot class which sets the motors speeds and the angle for the neck servos. If you don’t have neck servos then you can ignore those angles and instead just focus on passing the motor speeds down to the Redbot board. Once you have your RedBot class working, you can then use it to replace the MiniDriver class in robot_controller.py.

Hope that all makes sense. Interested to hear how you get on. :)

Regards

Alan

]]>
By: Mark De Silva http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-988 Fri, 28 Aug 2015 23:06:27 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-988 Hi, I’m trying to replicate this using the Redbot instead of the mini driver. I thought the boards would be similar enough such that the web interface would work, but apparently it doesn’t.

Could I ask for a little help on where I should make the changes in the python scripts? I’m very green to all this and there are so many scripts.

Don’t suppose there is a redbot version of the software?

Thank you.

]]>
By: Alan http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-984 Wed, 26 Aug 2015 16:35:45 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-984 Hi Victor,

Thanks for the question. The Pi Co-op is Arduino compatible, like the Mini Driver, so it can be used as part of a robot that uses the same software as this one. However, it lacks a motor driver, so you’d need to add one on, such as the L293D in order to be able to move DC motors.

Regards

Alan

]]>
By: Victor Tagayun http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-982 Tue, 25 Aug 2015 15:04:02 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-982 Hello Alan,

Is it possible to use Pi co-op here instead of Dagu mini driver?
What change needed in raspi?

Regards,

Victor

BTW, good tutorial!

]]>
By: Alan http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-941 Tue, 16 Jun 2015 11:27:36 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-941 Sorry, I didn’t see this post. But in answer to your question, yes, this robot works very well with the Pi 2 Model B. I’ve updated the post to make it clearer.

Regards

Alan

]]>
By: jt http://blog.dawnrobotics.co.uk/2014/01/using-dagu-mini-driver-build-raspberry-pi-camera-robot/#comment-933 Fri, 12 Jun 2015 17:07:07 +0000 http://blog.dawnrobotics.co.uk/?p=440#comment-933 Hi, I was wondering if anyone has used the Raspberry Pi 2 Model B for this project?

Thanks!

–jt

]]>