Skip to main content

Blog 2

Blog 2
The motors and the wheels have shipped, however, there is a big problem. The current width of our robot is 300mm but it has to be at a maximum of 225mm as stated in the rules of the competition. Possible ways of adjustments could include, but are not limited to, getting smaller motors, getting smaller wheels, removing gearbox off the motor (but I would rather not do this) or make a slightly complicated gear system that was recommended to me by a friend. The current motors I have run at about 450 rpm and have a lot of torque, so I like them a lot and would prefer not to change them. The wheels are also great and have a large amount of grip, perfect for the obstacle course. 
An image of my motors and wheels

Some basic code has already been written and has been tested. I am using the L298n dual H-bridge DC stepper motor controller as my motor controller right now during this 'test' stage of my robot. 

Comments

Popular posts from this blog

Blog 1

Blog 1 A quick update - if all goes to plan, most of the major parts for my chassis will arrive in a week's time. I am exploring the idea of making a tank based robot, however, I will do some tests and make many prototypes to see what type of robot better suits the challenges this year. While waiting for the various parts to arrive, I am going to start on the coding! I will probably be uploading all my work to GitHub and I will post a link to that as soon as possible. Right now I think that the challenge that requires the most thought is going to be 'The Zombie Apocalypse' .  The challenge is described as the following on the Pi Wars website: "Shoot all the zombies in the Tower and save the inhabitants. The targets will be at a number of different levels and you must use projectiles as your “anti-zombie device” to knock them over." My first idea for this challenge was to develop a mechanism using a push and pull solenoid, as well as  neodymium magnets and ...

Gripper Test!

Gripper Test Below is a quick video of a test for my Pi Wars 2020 gripper. In this video, I use a 6 channel digital servo tester as well as an inexpensive robot gripper I found on Robot Shop. I also tested out a vacuum-based gripper system (which I created using a syringe) however this was not as practical. Anyway, this is a video of a test of my gripper, enjoy!

Flywheel

Flywheel  For the 'Zombie Apocalypse' challenge, I am going to be using a flywheel from the 'Nerf N-Strike Elite Stryfe Blaster'. This flywheel will be controlled via an l298n motor controller (as they are fairly cheap) and I will also be using a linear actuator in order to push the bullets (from the cartridge) into the flywheel. Aiming is also very important so I will be using a laser pointer as well as a servo based mechanism (similar to the one used in the camera attachment) which will allow for pan and tilt so that I can shoot down the targets at all locations, thereby allowing me to gain more points. This is an image of what the stryfe flywheel looks like: A linear actuator is simply a component that creates motion in a straight line. I could use a push and pull solenoid instead, however, I have more experience using a linear actuator so it should, therefore, be generally easier for me to use one. I will send a video (hopefully by tommorow) with the fi...