Page 4 of 8 FirstFirst 12345678 LastLast
Results 31 to 40 of 78

Thread: Robotics: Crenn's Third Year Project

  1. #31
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    Well the semi good news is we're allowed to take the project home, so I have something to work on over the holidays, I have 3 microcontrollers in a box, 2 ATMega640s and a ATMega32 which is planned to be turned into a USB programmer.
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  2. #32
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    Well, this project isn't quite on hold, just split up, so what's happening currently?

    Well, I'm playing around with an Arduino (finally able to test out the sensors and find out what is going on) currently and recently found out that I can hook this arduino in a certain way and use part of it as a programmer. I'm going to be also seriously thinking about redesigning the board and sending it to an etching company.

    As for the mechanical side, currently that is being handled by the other main team member who is trying to find a R/C controller that can handle everything we need, the other problem is trying to control the speed controllers, but we need to organise a meeting for that, which is going to be difficult since the other team member is currently in an Industry Based Learning position for 6 months. We'll have to find some time eventually.
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  3. #33
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    We'll today we managed to finally get the speed controllers working with an arduino after a little hassle. It turns out the normal servo library does a pulse every 20ms, which is great for a servo as it means the servo tries to hold it's position, but for a speed controller, it gives a pulse too often, so after a lot of trail and error plus a little research, we found we needed to give a pulse every 50 ms which means the servos are allowing a little drift, but it will correct every 50ms or so. To achieve this, we modified the Servo library included with the Arduino IDE to use 50ms instead of 20ms and we then found that when the speed controller's position was set to 0 degrees, it wouldn't respond, but it responded when it was set to 20 degrees, I've worked out how to fix this problem quite easily and it should also give me finer control over the motor speed.

    A video will be uploaded later tonight.
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  4. #34
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project



    Sorry it took some time to upload, but there it is. Questions are welcome.
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  5. #35
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    THREAD REVIVAL!

    This project has been taken onto my 'final' year project. While it's not my final year at the uni, the subject is usually referred as the final year project. We're hoping to get this thing to fly in a couple of weeks (this means serious time being put into the project, I did 9-6PM with a 30-45 lunch break today) and then adding more components and software modules until we have a full UAV.

    Here's the result of the work today:

    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  6. #36
    Resident 100HP water-cannon operator SXRguyinMA's Avatar
    Join Date
    Jun 2008
    Location
    MA
    Posts
    5,865

    Default Re: Robotics: Crenn's Third Year Project

    sweet!

  7. #37
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    Want to see what 4 hours yields?





    It houses an XBee Wireless Communication Module, a dual axis IDG500 gyro and a triple axis ADXL345 accelerometer. The switches are used to switch the ADXL345 between SPI and I2C (my project partner wanted that ability). It's designed only to sit on my maple, but that's not an issue as we have another board that works with the Arduino, but doesn't work as a shield though.

    Also to highlight the difference in processing power between the Arduino and Maple. Same function running on both, Maple took 56uS to do it, the Arduino took 1012uS to do the same function. Measured by making a pin high before the function, and low afterwards, measuring with an oscilloscope.
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  8. #38
    Resident 100HP water-cannon operator SXRguyinMA's Avatar
    Join Date
    Jun 2008
    Location
    MA
    Posts
    5,865

    Default Re: Robotics: Crenn's Third Year Project

    nice! I've always wanted to mess with Xbee's. I will sooner or later

  9. #39
    Fox Furry crenn's Avatar
    Join Date
    Apr 2005
    Location
    In the shadows behind you
    Posts
    4,067

    Default Re: Robotics: Crenn's Third Year Project

    To quickly get started, I'd recommend a good guide... like this one!
    http://forums.trossenrobotics.com/tu...e-basics-3259/

    But I'd also recommend this kit if you want to mess around with XBee Modules:
    http://www.sparkfun.com/products/9897

    The USB XBee Board will be priceless when you start!
    Antec Sonata II | Pioneer DVR-212
    Good news! You can follow my website or follow me on twitter!

  10. #40
    Resident 100HP water-cannon operator SXRguyinMA's Avatar
    Join Date
    Jun 2008
    Location
    MA
    Posts
    5,865

    Default Re: Robotics: Crenn's Third Year Project

    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •