Robotics
Tuesday, May 10, 2016
Sensor Coding
Ready for the next level of C coding. Learn how to code the sensors. Check out the video on youtube. https://www.youtube.com/watch?v=yYc_jkV2AbQ
Controller Coding
Hey everyone, here is a link to the next stage of coding with Robotc. The video cuts out at the end but all it shows is how to turn it on and download it. If you don't know how to do that, check out my Autonomous video to learn. https://www.youtube.com/watch?v=3KZZt_Ha8tA
Friday, April 22, 2016
Autonomous Coding
Here is how you code a robot autonomously. Details are in the video.
Resolution too low? Watch it on Youtube! https://www.youtube.com/watch?v=e2TNazFA6J0
Wednesday, April 6, 2016
Learning Examples
My robotics class and I recently went to a robotics competition for Vex. We used a robot C code for the competition. Coding is not for everyone, to give an example, this is 1/5 of our code:
task main()
{
if (vexRT[7U] == 1);
{
motor[leftliftmotor] = 67;
}
if else (vexRT[7D] == 1);
{
motor[leftliftmotor] = -67;
}
else
{
if (vexRT[5U] == 1);
{
motor[leftliftmotor] = 67;
motor[rightliftmotor] = 67;
}
if else (vexRT[5D] == 1);
{
motor[leftliftmotor] = -67;
motor[rightliftmotor] = -67;
}
else
{
motor[leftliftmotor] = 0;
motor[rightliftmotor] = 0;
}
}
}
This is for you to make sure that before you choose to learn this, you understand what will be placed in front of you.
Coding is not for everyone but even if you don't want to code as an occupation, it looks great on a resume and is actually very useful. I hope you enjoyed, feel free to ask questions or make requests.
Tuesday, April 5, 2016
Program Downloads
Humming Bird Lab: http://www.hummingbirdkit.com
Finch Lab: http://www.finchrobot.com
Snap And Scratch (Used For Finch): http://snap.berkeley.edu
Robot C (Vex): http://www.robotc.net/download/vexrobotics/
These are the websites where you can download their coding programs. Yes, the robots do cost money but it is not required to learn coding. If you want learn any of these, feel free to leave a comment.
Monday, April 4, 2016
Available Programs
I can help teach people on coding with the programs: Finch Lab, HummingBird Lab, Snap, Scratch, and Robot C (Vex). If you have any questions on how to use/get these programs, feel free to leave a comment.
Friday, March 25, 2016
Welcome
Hi, and welcome to my blog. My blog is about the many robots and their coding. I have created this to teach other students
and teachers about robots and how to code them. Feel free to ask questions and I will answer it the best I can. Thanks for
stopping by, and I hope to hear from you.
Subscribe to:
Posts (Atom)