www.robowars.org

RoboWars Australia Forum Index -> State Specific Information

QRSC robot workshops
Goto page Previous  1, 2, 3  Next

Post new topic   Reply to topic
  Author    Thread
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

Workshops would probably be once a week for a few weeks or something like that but essentially whatever we want to do.

As for facilities they have a computer lab and will have a sort of electronics workshop. No actual metalworking or construction facilities that I know of. Apparently they were looking at having some 3D printing and laser cutter and stuff down stairs but that is not covered under their current budget.

I think they could probably store our arena short term like for few months if we were doing things regularly but that would have to be negotiated.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Sat Jan 30, 2010 8:02 pm 
 View user's profile Send private message Send e-mail MSN Messenger
dyrodium
Experienced Roboteer


Joined: 24 Aug 2004
Posts: 6476
Location: Sydney


 Reply with quote  

microswitching setups are easy to make using $3 microservos and the switches epoxied to the side, I can't see any budget way of using real esc's for a workshop...
_________________
( •_•)

( •_•)>⌐■-■

(⌐■_■)

YEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH

Post Sat Jan 30, 2010 8:03 pm 
 View user's profile Send private message Visit poster's website MSN Messenger
Knightrous
Site Admin


Joined: 15 Jun 2004
Posts: 8511
Location: NSW


 Reply with quote  

quote:
Originally posted by kkeerroo:

Or ant weights powered by modified servos?


The available parts for antweights now is insane. With cheap Lipo/servos/wheels are all under $5 these days, a $100 order with hobbycity could build a bunch of antweights! Some quick links from Hobbycity I found in 5 mins.

Antweight Lipols
Micro Servos
Mini Servos
$30 radios
35mm foam wheels
$25 Charger
$35 Charger
Cheap 1mm Carbon Fibre

For a workshop class, antweights are seriously something that can be built in a session or two without a massive amount of tools or cash. If they are serious about building something bigger (and a budget to suit) shove them onto featherweights.
_________________
https://www.halfdonethings.com/

Post Sun Jan 31, 2010 12:42 am 
 View user's profile Send private message
dyrodium
Experienced Roboteer


Joined: 24 Aug 2004
Posts: 6476
Location: Sydney


 Reply with quote  

True, you could get standard servos and modify them beforehand for continuous rotation, hand them out with cardboard and doublesided tape - instant antweight. Laughing Little dull though.
_________________
( •_•)

( •_•)>⌐■-■

(⌐■_■)

YEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH

Post Sun Jan 31, 2010 1:39 am 
 View user's profile Send private message Visit poster's website MSN Messenger
Knightrous
Site Admin


Joined: 15 Jun 2004
Posts: 8511
Location: NSW


 Reply with quote  

quote:
Originally posted by dyrodium:
True, you could get standard servos and modify them beforehand for continuous rotation, hand them out with cardboard and double sided tape - instant antweight. Laughing Little dull though.


Maybe a little dull, but I'm sure a bunch of us have felt triumphant the first time we put a set of drill motors on a bit of plate steel and drove it around the shed floor Smile Those basic achievements provide inspiration to build something bigger and better
_________________
https://www.halfdonethings.com/

Post Sun Jan 31, 2010 4:47 am 
 View user's profile Send private message
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

I had written a rather large post but I lost it when site went down for a short while last night.

So workshop ideas which I currently am considering:

Antweight workshop + comp. Should be fairly easy to do and we could run a comp for the antweights leading up to event and have some feathers there to show entrants. I am pretty sure we would at least get a few people interested enough to continue with bigger bots.

Lego mindstorms robot workshop. I know that UQ do an entire subject using the NXT robot system so I have been looking at the kits as a teaching platform. It seems to be pretty widely used though the upfront cost of $400 per kit could be an issue.

Robot sumo workshop. A bit harder to do than just the antweights but incorporates some AI which lends more the actual robotics learning. Not sure how much it would cost and would be harder to do .

Learn how to build and learn AVR programming from scratch. I have been looking at designing a board which has components which can be incrementally added to build a robot with more and more functionality. Rather hard to run and many things could go wrong.


I think that at the very max the cost of one of these workshops should be $100. Which should be doable for all these options.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Mon Feb 01, 2010 8:19 am 
 View user's profile Send private message Send e-mail MSN Messenger
Knightrous
Site Admin


Joined: 15 Jun 2004
Posts: 8511
Location: NSW


 Reply with quote  

You could roll the antweight and AVR programming ideas into one. Use the AVR based Baby Orangutan B-328 Robot Controller from Pololu, it has a 1amp cont, 3amp peak dual motor controller on board, which could be used with either some Pololu Gearmotors or gutted servos for drive. You can then teach them the basics about programming the AVR to read adc's, do pwm and all the other widgets for a bot controller.

Provide them with source code that works for the workshop and allow them to build upon it.
_________________
https://www.halfdonethings.com/

Post Mon Feb 01, 2010 12:35 pm 
 View user's profile Send private message
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

Yeh that could be done but I was looking at something that I could put a bootloader on or that had programming built into it so that they don't need to buy a separate programmer.

Another thing was to build up a robot for a workshop. Send them away with it and a working source then they can modify it and reprogram it for a competition in a weeks or two.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Mon Feb 01, 2010 12:39 pm 
 View user's profile Send private message Send e-mail MSN Messenger
Knightrous
Site Admin


Joined: 15 Jun 2004
Posts: 8511
Location: NSW


 Reply with quote  

quote:
Originally posted by marto:
Yeh that could be done but I was looking at something that I could put a bootloader on or that had programming built into it so that they don't need to buy a separate programmer.


Just make a boot loader for the B-328, you only need to program them via the seriial pins then?
_________________
https://www.halfdonethings.com/

Post Mon Feb 01, 2010 3:00 pm 
 View user's profile Send private message
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

Then you gotta make board with MAX232 Chip on it to convert to the right logic levels. Which sorta gets bit messy. Easy enough but would prolly be easier to put everything on the same board. You can get the 2A /channel LN298s for pretty cheap. Which would be fine for antweights just dont have the same tiny footprint.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Mon Feb 01, 2010 3:04 pm 
 View user's profile Send private message Send e-mail MSN Messenger
Knightrous
Site Admin


Joined: 15 Jun 2004
Posts: 8511
Location: NSW


 Reply with quote  

Put the MAX232 on the serial cable itself, saves having to put it in the robot. Otherwise, just buy the programmer Smile
_________________
https://www.halfdonethings.com/

Post Mon Feb 01, 2010 3:33 pm 
 View user's profile Send private message
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

Controller + programmer is at least $40USD + radio and gearmotors. You are looking at well over $100. Before all the other bits.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Mon Feb 01, 2010 11:33 pm 
 View user's profile Send private message Send e-mail MSN Messenger
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

Another option which would be very low cost and would be good to get people involved. Would be just to run a few demos and open up some robots and tell them how they work.

If we could have just a rock, paper and scissors bots. And make posters of them dissambled and how they work. Then get up explain them then do a bit of a demo would pretty good.

Do a rammer and explain the basics. Then throw in marauder and scare some people. Them maybe a spinner. And have a bit of a battle. Do all this with someone talking with powerpoint. Then take them out of the arena and put them next to posters and people can walk round and ask questions.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Mon Feb 01, 2010 11:46 pm 
 View user's profile Send private message Send e-mail MSN Messenger
kkeerroo
Experienced Roboteer


Joined: 17 Jun 2004
Posts: 1459
Location: Brisbane


 Reply with quote  

All the talk about building ant weights has got me thinking of building one again. I just want to confirm if we are following the RFL rules. Will we be building an ant weight arena?
_________________
Get Some!!!

Secretary of the Queensland Robotics Sports Club inc.

Post Tue Feb 02, 2010 7:26 pm 
 View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
marto
Experienced Roboteer


Joined: 08 Jul 2004
Posts: 5459
Location: Brisbane, QLD


 Reply with quote  

I think we will do the antweights. Sent off another email today. Will see what they think.
_________________
Steven Martin
Twisted Constructions
http://www.botbitz.com

Post Tue Feb 02, 2010 7:35 pm 
 View user's profile Send private message Send e-mail MSN Messenger
  Display posts from previous:      

Forum Jump:
Jump to:  

Post new topic   Reply to topic
Page 2 of 3

Goto page Previous  1, 2, 3  Next

Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Last Thread | Next Thread  >
Powered by phpBB: © 2001 phpBB Group
millenniumFalcon Template By Vereor.