Thursday, February 28, 2019

Jose Luis Vargas - PM - 40 min - Soldering!

Today I was assigned to split a wire in two, soldier both ends to both ends of a resistor, encase the resistor in a white tube, and wrap the wires in two fuzzy vaccumm tubes in a spiral formation. An led is attached to the end of the two wires and the fuzzy vaccumm tubes would allow it to be bent into any position you may want it in.

Erin-PM-1hour-Probe machine work

I worked on the probe machine some more. I found the location of the plugs that go from the steppers to the board and were able to control the steppers from that location using the pi.

Nicholas-PM-40 min- Testing the tank

For today's open lab, I was testing the car with the code to make sure the motor would run and the ultrasonic sensor works.

Alan-PM-60min-Domo Arigato, Mr Saturn's Rings

Refitting of saturns rings and logging. it's a quiet day...
66 45 13 58 04
almost too quiet.
Be careful, the "observers" are watching you.

Jordan-30min-Open Lab

For my 30 minutes I built the model for a desk light that Mr. Burnham. I also then calibrated the printer to print the model.

Shane Ward-20 min 3d Printer

For open lab today, I went to go check out the printer and what was scheduled to be printed.

Open lab

What i did for open lab was i was trouble shooting the bot as well as tightening any loose bolts.

miguel-pm-30 min-open lab

I was working on the submersibles. I was 3d printing some parts and was also working on the 3d printers because one was not working. I was also physically attaching the 3d printed parts onto the PVC submarine.

Dylan's friends game Part 3 friends game editing

Part 3 friends game
I need to fix the friends guessing game but my next approach for my next open lab is for the guesser to get hints. Right now, my game is programmed by luck so the guesser would have to really know the show in order to play and have chance on their side. I'm going to program the game so that people who watches friends have an idea of guessing the random character. It's still having problems on saying the random answer and stuff.

#guessing name game
#!= means is not
#guessing tries += 1 every try
import random
secret_name = ['Gunther','Monica','Rachel','Chandler','Joey','Phoebe','Ross','Carol','Ben','Emma','Richard','Janice','Jill'] 
rand_secret_name = secret_name[random.randrange(len(secret_name))]
guess = ""
guess_count = 0
guess_midpoint = 5
guess_limit = 10
out_of_guesses = False
print("you get 10 tries!")

while guess != secret_name and not(out_of_guesses):
    if guess_count < guess_limit:
        guess = input("Guess the name: ")
        guess_count += 1
        if guess == secret_name[random.randrange(len(secret_name))]:
            print("correct")
            print ("Did it in", guess_count)
            out_of_guesses = True
        elif guess == "Monica":
            print("not her, try again")
        elif guess == "Rachel":
            print("Ain't the spoil one but person likes her")
        elif guess == "Chandler":
            print("Not the funny one")
        elif guess == "Joey":
            print("Not actor")
        elif guess == "Phoebe":
            print("doesn't play the guitar")
        elif guess == "Ross":
            print("Aint the dinosaur dude")
        elif guess == "Carol":
            print("not her or her lesbo partner")
        elif guess == "Ben":
            print("not baby")
        elif guess == "Emma":
            print("not baby")
        elif guess == "Richard":
            print("not Monica's ex")
        elif guess =="Janice":
            print("Oh! my! God! No it's not her")
        elif guess =="Jill":
            print("aint no anynoying poop")
        elif guess =="Gunther":
            print("his life isn't that sad")
           
        else:
            print("someone from friends")

    else:
        out_of_guesses = True
       
if out_of_guesses:
     print("out of guesses, you lost boi!",'its', guess == secret_name[random.randrange(len(secret_name))])
   
else:
    print("you won!")   
 




Adam-PM-60min-Unity

I started downloading assets from the Unity store and tried making a level in my game but failed to do so. I need to reinstall the pack because it wasn't working correctly.

james-pm-30min-project research.

I learned some more about deep learning or machine learning with tensor flow, in order to prepare myself further. I have added a few lines, as per the tutorial, but have not actually been able to have enough code to show a finished or partially finished product.
https://www.tensorflow.org
I have also made some decisions as to what shapes I will be adding. I think triangles, squares and rectangles will be the main objects that I use with these programs. My program will also allow me to test video with a possible modification to the code. I will be able to analyze generated images, and later be able to create some unique video analysis results.

This is an example of what a frame from the program will look. like It can decipher between different shapes by forming an outline and looking at the pixels inside to guess the shape. This has applications in content management, automation, and Artificial Intelligence

Jim.The.STEAM.Clown - AM/PM - 30 - WoHooooo got the motors running

I worked on getting the motors working on my Table Top Bot.  You can track my progress at the Black Bug Blog site
I helped the vex team sort all their parts.

Amy-AM-60min-Research Code for Donkey Cars

I looked up code for connecting the PS2 wireless controller to the Raspberry Pi.
https://steamclown-robotclub-robocar-1.blogspot.com/2019/02/22819-today-was-more-of-research-day.html

Dulce AM

 I work on the Personal Branding

Matthew-AM-Solder practice and vex robot arena

Today for open lab, I Spent the first part of it working to shorten the vex robot arena. after that was finished I went to see if I could help other people with their projects. when I decided there wasn't much i could do to help everyone else, I worked on practicing soldering on varying sized wires from the printers we dismantled at the start of the year

Jenny - AM - Sort tools

I helped Charity, Jorge, and Lindsey to sort out the tools and parts from the vex robot and organized them.

2/28/19

I work on the Personal branding

Conor-Valley Forge

Team: Conor, Jennifer

Robot: Valley Forge

I disassembled the robot and organized all of the pieces

Lindsey - AM - 45 mins - Sorted and organized VEX parts

Today, we sorted all the vex parts including wheels, gears, screws, etc. This will make it easier for us and the other vex teams in the future to build our robots.

link to robot club blog: Freeman Lowell Blog

Nicolas-AM 2/28/19-Open Lab (Donkey Car Project)

Team: Amy and Benny

Subject: Open Lab

Product: Donkey Car

Worked on my donkey cars today with my team and are trying to get the PS2 controller to move the motor.

Tristan Nguyen-AM-2/28/2019 Arena fixing and google classroom catch-up

Me and Matthew shortened the arena by 2x4 tiles by removing the 2 side pieces making the Vex Robot Arena into a square shape.

I also finished a good majority of my missing google classroom assignments

Samuel Canales- Bron logo



Am mechatronics 02-28-19
I worked on brons logo with the tool gimp.

Benny Escalera-AM-2\28\19

Worked on donkey car today.
trying to get the PS2 controller to move the motor.

Wednesday, February 27, 2019

Jose Luis Vargas - PM - 3 Hrs. - Alternate Assignment/Extra Credit!

                                 Cheddar Inc. & Interesting Engineering

Cheddar Inc. Assignment : https://docs.google.com/document/u/1/d/1boFgp1vfh3-gKvp-k3K_M1wJYCXEtHqa5ISKMeuSYAU/mobilebasic

Interesting Engineering Assignment : https://docs.google.com/document/u/1/d/1yJ7xynP1UwEBPHZUFbylI7zXZSaVUgcM-LBgLGNhDn8/mobilebasic

Had trouble formatting the docs into the blog, sorry about that,
Both links lead to my google docs & have now been shared with you



JAMES-pm-3hrs-field trip alternativew assignment

Here is my assignment that I chose to do in lieu of actually attending the field trip. I hope you are satisfied with my research into technology.

https://docs.google.com/document/d/1dAUpg7iCrc9QFydquqfzaxY9AxrBljwOm1sFZYE4CHA/edit

Adam-PM-3 hours-Alternate Assignment

Cheddar:

1) When the tsunami that hit Japan in 2011, scientist had set a goal to make a floating shelter. This is a light weight pod that can withstand a lot of trauma and float on water. Not only is it somewhat cost effective ($60,000), but it can hold many people at once.

2) Police have invented a new way to restrain criminals in the act of escaping. The new invention is called the  'Bolawrap 100'. It was invented to trap criminals in a non-lethal Kevlar tether. The price comes out to be a little less that $1000 compared to a taser guns $300 price range.

3) People who have diabetes know that to see what your glucose levels are at, you must go through a finger prick, which draws blood from your finger tips. This can cause nerve damage and its painful. Scientists have now made a way to eliminate this. The invention is called 'FreeStyle Libre'. It is a sensor that can automatically sense your glucose levels, which you can check through an app. This will help you see your trends and patterns.

Interesting Engineering:

1) 3D printing is awesome, but it takes so long to make simple and small objects. What if you could make it faster? Scientists have invented a new printer, but it is much different. Now, this invention can make objects by projecting light into a liquid resin which hardens due to some light. It only takes minutes no instead of hours!

2) If you are a parent or grandparent, you can understand how stressful it is to leave your baby alone. What happens if the baby stops breathing? Well, now you can monitor your babies vitals with a simple design. A sock. Now, this sock is special because it has sensors in it and it will be periodically sending information about the babies vitals to its 'Owlet App'.

3) When people from down south (like us in San Jose) go to then snow, we may not know how to get up there safely. These recent years we have had record snow in and around Lake Tahoe, and storms have been a big part of that. So how can we drive safely in bad conditions? Chains! however a lot of people don't know how to put them on. A company has now invented an easy way to put chains on. It's called 'Spikes-Spider'. It is easy to install, fast to install, and more effective than standard chains.

Extra:

1) Intel has made a new piece of tech that can revolutionize the robotic industry. They made a camera that can is a stand-alone tracking system that uses ," proprietary visual intertial odometry simultaneous localization and mapping (V-SLAM) technology, with computing at the edge", said Intel. This will help robots travel into off the grid areas and move around easier and more calculated.

2) People who have lost limbs may be getting a second chance to move again like they would with an organic limb. This is due to technological advancements and micro processors. Technology in the prosthetic industry has been advancing slowly since the 1990s. Now, scientists have found new ways to produce good results due to the optimization of microprocessors. How do they work? Think of it as a brain. The processor will take calculated guesses on your movements and tell other components what to do. Say you have a prosthetic leg but you still have your knee. The movements of your knee will send signals to the processor. If you want to run, you and your new leg must learn the movements together. Some day, maybe soon, prosthetic limbs will be so advanced that they become more useful than our organic limbs. Time will tell.

Tuesday, February 26, 2019

Erin-PM-1.5 hour- Worked on the Prober control project

Worked with Mr. Burnham to get the stepper motors working for the prober.

Myles-PM-Time?(Most of Open Lab)- Worked on writing Code for python program

I wrote a few lines of code that somewhat furthered my progress to directional movement sand location within the game

open lab

I worked on the robot saturn's ring while fixing problems with classmates such as Jordan, Vincent and Luis
I worked on my Friends guessing game. The computer looks at the list of names and takes one for the player to take a random chance.

Jordan-PM-Worked on Robot Club

Today during open lab I worked on the huntron project. We tried to make the stepper motor work but it wasn't moving as we anted it, so we have to see what is causing the problem. I think it may be a power problem, but I will only see on Thursday on wither I was wrong or not. I also helped the VEX robot prject, which was to help their group on learning to map out a controller.

servo robot arm with raspberry pi- Carlos Sousa

1/26/2019
I've started a new project in getting a robot arm to work again but not with an Arduino. For this i'll be using the raspberry pi.

so far I've cleaned the dust and started to look for some codes and videos for this project. Theoretically the code that I originally used was supposed to work but It didn't so ill be looking for new codes later on.

Nicholas - PM - 55 min - soldering capacitors

Team: Nicholas, Ismael
Today I fixed a loose wheel on the tank and tighten the other wheels. Then I solder the capacitor onto the motor. Then I clipped off the left over parts of the capacitors wire.

Aedan-PM-troubleshooting problems

I soldered some wires together. The first one was successful and had no globes on it. The second one I had cut the copper to short. I had finished the third one so I went to the robot arena and helped Chris troubleshoot some problems with the robot.

vincent - PM - 60 - Dewey

we made sure to get rid of randomly placed zip ties and tightened the loose parts on the robot and had to disassemble it for a bit to fix it's wheel.
team: Vincent, Alan, Chris, Aiden, Luis, etc.
and compared its stand rush against Saturn's ring.

James-PM-50min-downloaded python libraries

I downloaded some libraries such as numpy, keras and tensorflow to allow me to follow a tutorial and make an artificial intelligence.  I will use these libraries to form the basis of the program, to process data and form a neural network using tensorflow. For other teams, using these libraries may help with math analysis as well. I personally got the packages downloaded in order to continue the tutorial and made a new file such that I could start work on the application. I hope this application will work with a numpy grid, in which arrays of shapes will be tested and looked at. If my neural network gets good enough, I may be able to make visual analysis better. The link to the project I will be basing this off of is included below.Different shapes, such as triangles and squares will be analyzed.

https://github.com/jrieke/shape-detection

Alan-PM-60+-Dewey and Rings of Saturn

We ran tests and fixed some wire. We also re-calibrated the bots. No secret text below.
Rule 1 of Robot Fight Club.
You don't talk about robot fight club.
... Team is Vincent, Alan, Chris, Luis, Aiden.
Future plans : Fix the grabbing and claw movement of Dewey. 
-End Transmission-

Jose Luis Vargas - PM - 60 min - Constructing Our Arena, Fixing Up Some Hardware, and Ideas

We've constructed a few parts of the arena (the podiums etc.) and have had to fix up some hardware on the VEX Robot because of some tests we ran yesterday. (Also logged a drawing of it in our Booklet.) Our tests revealed to us that a few screws and a couple of parts were a bit loose and had fallen off the robot. This allowed us to adjust the tightness on each component and reassemble them. Overall, the robot is still functioning as it should and is being further tested on. Furthermore, we've discussed what types of sensors we could add to the VEX Robot to enhance it, in addition to possibly adding a lift attachment, just in case the claw is unable to grasp an object.

Donkey Car #3

Participants in today: Maxx & Andrew
Tested out the following:
Tires
Turn Radius(1.25')/Diameter(2.5')
Trimming
Speed test
Responsiveness
--------------------------------------------------------------------------------------------------------------------------
Need to input the servo latency to future code
replace battery, tires

Adam-PM-60+-Unity

Today I learned about how to animate characters in Unity and how to code different movements (run, jump, crouch, idle). This also included how to write code for movement, correct speed, functions, and how to proceed to use these functions in a correct order depending on the state of the character.

Example: If a character is idle, it can walk but not run. Once the character starts to walk, then it can run. However, you can make it to where the character can jump at any state.

Luis O. Fierro -PM-60-New bot to manage

2/26/19 What I did in open lab was help manage the Dewey bot. I did this by seeing previous notes the Dewey bot had and adding it's first set of notes. I also help gather notes on the Saturn's ring bot

Jose Luis Vargas - PM - 55 min - Updating Booklet Logs & Testing Movement

Today I worked on three of our logs in the Saturn’s Rings booklet, adding a claw to our first model, drawing out the action of implementing the brain into the frame of our Vex robot, and a sketch of our controller, confirming that our robot is now able to achieve movement and have been conducting tests on its limitations. (2/25/19) (Was unable to turn in yesterday due to lack of time)

Monday, February 25, 2019

Erin-PM-55min-Binary Coding

I worked on how to input a number and change it into binary in python 3 and another program that does the opposite. I had to do some Googling, but they both work.

Alan Le-Hoang - PM - 40 min - Rings of Saturn!

Team - Luis, Chris, Vincent, Jose, Alan, Aiden.
Calibrated bot. zip tied, and tested.

Servo lab- Carlos Sousa 2/25/2019

During this lab time, I got a servo to start moving from a raspberry pi. I wasn't as hard as I thought.

open lab

What I did in open lab was I worked with my Robot Team on designing our project

Nicholas-PM-40 min- Working on the binary quiz


I went on the website on the binary numbers presentation in the dig deeper section. The reason why I did the binary quiz is because I wanted more practice doing binary numbers. I was give a number as the question and to answer it I had to choose the correct answer that was in binary number form.
It was a challenge trying to remember all the place value by 2. I used the binary presentation and a calculator for help. I can learn more by practicing and remembering the place values without the presentations help.

Adam-PM-40min

Short Overview (Robot Project): We brainstormed ideas about mini rockets and planes controlled by a bluetooth controller, and resulted in the possibility of figuring out how to fix and fly a drone.

Aedan-PM-team

I'm getting used to the team I've been placed on with Louis and Chris.

james-pm-50-min-pythonproj

https://github.com/jrieke/shape-detection I am working on a python project in which I make a convolutional neural network to recognize objects. I will use this as an excercise in the many skill in data analytics necessary. I am reading the github page to first learn about what the prerequisites are for this project. Then I will download all the modules required and follow the tutorial to make my code work.

Jose Luis Vargas - PM - Yes, It works

I'm on team, Saturn's Rings & Saturn's Moon. These 2 divisions will be a part of a whole team which will include: Me, Luis, Alan, Vincent, Chris, and Aedan.

Nicholas-PM-15 min- I can post

Team name : Tank Car

Team members: Nicholas, Ismael

Samuel Hecox-PM-1:40-2/25/19

Test Post
  

I have joined

I Luis Osvaldo Fierro Ramirez have been fully successful to post in this blog

Matias Perez PM Mechatronics

I can Post⧬⧭⧪⬱⬹🔁🔀🔻🔼⬱⬉⧬⬀ 


I'm part of Maxx's group working on the crane

Shane Ward Mechatronics PM I can post

My team name is Team Rocket and the team members are Miles, Alex, Miguel, Adam and me. Not sure yet what we're working on.

miguel-pm-post check

yes i can post

team members: adam, shane, alex,

Jordan -PM-

I am part of the huntron machine project with Erin

⣿⣿⣿⣿⣿⠟⠉⠁⠄⠄⠄⠈⠙⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⠏⠄⠄⠄⠄⠄⠄⠄⠄⠄⠸⢿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣏⠄⡠⡤⡤⡤⡤⡤⡤⡠⡤⡤⣸⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣗⢝⢮⢯⡺⣕⢡⡑⡕⡍⣘⢮⢿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⡧⣝⢮⡪⡪⡪⡎⡎⡮⡲⣱⣻⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⠟⠁⢸⡳⡽⣝⢝⢌⢣⢃⡯⣗⢿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⠟⠁⠄⠄⠄⠹⡽⣺⢽⢽⢵⣻⢮⢯⠟⠿⠿⢿⣿⣿⣿⣿⣿
⡟⢀⠄⠄⠄⠄⠄⠙⠽⠽⡽⣽⣺⢽⠝⠄⠄⢰⢸⢝⠽⣙⢝⢿
⡄⢸⢹⢸⢱⢘⠄⠄⠄⠄⠄⠈⠄⠄⠄⣀⠄⠄⣵⣧⣫⣶⣜⣾
⣧⣬⣺⠸⡒⠬⡨⠄⠄⠄⠄⠄⠄⠄⣰⣿⣿⣿⣿⣿⣷⣽⣿⣿
⣿⣿⣿⣷⠡⠑⠂⠄⠄⠄⠄⠄⠄⠄⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣄⠠⢀⢀⢀⡀⡀⠠⢀⢲⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⢐⢀⠂⢄⠇⠠⠈⠄⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣧⠄⠠⠈⢈⡄⠄⢁⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⡀⠠⠐⣼⠇⠄⡀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣯⠄⠄⡀⠈⠂⣀⠄⢀⠄⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣶⣄⣀⠐⢀⣸⣷⣶⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿


I worked on trying to code the stepper motor:

#!/usr/bin/python
# Import required libraries
import sys
import time
import RPi.GPIO as GPIO
 
# Use BCM GPIO references
# instead of physical pin numbers
GPIO.setmode(GPIO.BCM)
 
# Define GPIO signals to use
# Physical pins 11,15,16,18
# GPIO17,GPIO22,GPIO23,GPIO24
StepPins = [17,22,23,24]
 
# Set all pins as output
for pin in StepPins:
  print ("Setup pins")
  GPIO.setup(pin,GPIO.OUT)
  GPIO.output(pin, False)
 
# Define advanced sequence
# as shown in manufacturers datasheet
Seq = [[1,0,0,1],
       [1,0,0,0],
       [1,1,0,0],
       [0,1,0,0],
       [0,1,1,0],
       [0,0,1,0],
       [0,0,1,1],
       [0,0,0,1]]
        
StepCount = len(Seq)
StepDir = 1 # Set to 1 or 2 for clockwise
            # Set to -1 or -2 for anti-clockwise
 
# Read wait time from command line
if len(sys.argv)>1:
  WaitTime = int(sys.argv[1])/float(1000)
else:
  WaitTime = 10/float(1000)
 
# Initialise variables
StepCounter = 0
 
# Start main loop
while True:
 
  print (StepCounter),
  print (Seq[StepCounter])
 
  for pin in range(0, 4):
    xpin = StepPins[pin]if Seq[StepCounter][pin]!=0:
      print " Enable GPIO %i" %(xpin)
      GPIO.output(xpin, True)
    else:
      GPIO.output(xpin, False)
 
  StepCounter += StepDir
 
  # If we reach the end of the sequence
  # start again
  if (StepCounter>=StepCount):
    StepCounter = 0
  if (StepCounter<0):
    StepCounter = StepCount+StepDir
 
  # Wait before moving on
  time.sleep(WaitTime)

Fortnut

hey boys, where we dropping?

Maxx- pm- clawthingymabob

Yee Yee team of the claw thing
Maxx, Gearbear, matias,

Dylan N. PM Mechantronics

I am teaming up with James. I'm pairing up with James and were doing coding and stuff.

Part one Coding Friends game

guessing name game
#!= means is not
#guessing tries += 1 every try
secret_name = "Gunther"
guess = ""
guess_count = 0
guess_midpoint = 5
guess_limit = 10
out_of_guesses = False
print("you get 10 tries!")

while guess != secret_name and not(out_of_guesses):
    if guess_count < guess_limit:
        guess = input("Guess the name: ")
        guess_count += 1
        if guess == "Gunther":
            print("correct")
        elif guess == "Monica":
            print("not her, try again")
        elif guess == "Rachel":
            print("Ain't the spoil one but person likes her")
        elif guess == "Chandler":
            print("Not the funny one")
        elif guess == "Joey":
            print("Not actor")
        elif guess == "Phoebe":
            print("doesn't play the guitar")
        elif guess == "Ross":
            print("Aint the dinosaur dude")
        elif guess == "Carol":
            print("not her or her lesbo partner")
        elif guess == "Ben":
            print("not baby")
        elif guess == "Emma":
            print("not baby")
        elif guess == "Richard":
            print("not Monica's ex")
        elif guess =="Janice":
            print("Oh! my! God! No it's not her")
        elif guess =="Jill":
            print("aint no anynoying poop")
           
        else:
            print("someone from friends")

    else:
        out_of_guesses = True


if out_of_guesses:
    print("out of guesses, you lost boi!")
else:
    print("you won!")

Erin-PM-Test-I Can Post!

I was working on the robot arm, but now I'm helping Jordan fixing the Circuit Prober and I'm personally working on the Pyramid Hologram project.

Team: Jordan?

Alan Le-Hoang- PM - 15 min- Post works

Mr Burnham: Did you do something productive today?

Me: I did, and posted it on the blog, does that work?

Mr Burnham:



I was on the team with the arm, but am now moving onto a VEX robot, because.. why not, I guess. I don't really know who is on my team.

carlos sousa

Yo this is Carlos posting something

Adam-PM-Yes I can post!

Team Rocket!

Team: Alex Alaniz, Shane Ward, Adam Francis, Miguel C., Myles Ababa.

James-pm-40min-test post


I am able to make this test post to show what
I can do for free lab time.
I can't wait to work on my projects and show them here
I will be in a team with Dylan Nguyen

Aedan-PM-It works

No team

vincent - PM - yes i can post

Vex saturn's ring
team: chris, alan, vincent, etc.

Andrew-Pm-Donkey Car #3

Team Name: TBA
Team: Andrew Le,Adam Francis,Maxx Rockhill

Kilometers (Myles)-PM-10 Minutes- TEST POST

This is a test blog post! the Avatar of the decade was master of all four pods: "Tidepods. Isopods. Juulpods. Airpods. My grandmother used to tell me stories about the old days, a time of peace when Norville "Shaggy" Rogers kept balance between the pods. But that all changed when the Vape Nation attacked. Only Norville "Shaggy" Rogers mastered all four pods. Only he could stop the ruthless vapors. But when the world needed him most, he dipped.

Jim.The.STEAM.Clown - AM/PM - 30 - Cut out the Frame for the Back Bug

I worked on the Frame of my Black Bug Robot.  I designed and cut out a frame

I'm going to work on a robot just like you.  You can track my progress at the Black Bug Blog site

Jim - AM - BlackBug

Team : Just me...
Valley Forge

Jim - AM - 40 min - The ErectorBot is not driving off the table any more

Finally got the Python code working with the 4 ultrasonic sensors.  It was hard because I kept getting the rear sensors mixed up with the front ones. Erector Bot BLOG

Nicolas - AM - Donkey Car #1

Team:
Benny
Amy

Donkey Car #1

Demitrius Vigil - AM - DIY Robo Tank

Team - Dulce and Me(Demitrius)
https:/https://steamclown-robotclub-open-lab.blogspot.com//steamclown-robotclub-open-lab.blogspot.com/

Ivan Torio - AM - Hydrogen Cell fuel Car

Team: Tony, Trent, Shreyas, Patrick

I don't have a link yet

Jenny AM

Conor Hedman - Vex Robot Valley Forge

Shreyas- AM Donkeykart-1

I am working on the donkeycart-1 with Ivan, Tony and Trent. We don't have a link yet, Mr. Burnham will provide later.

Charity-AM-VEX

I am working on the vex robot with Lindsey

Tristan AM SeaPerch

i dunno the link

Carter-AM-B3

Came late but I'm on the hydro car team with Tony, Trent, Patrick, and Aaron

Conor -AM-Valley Forge

Team:
Conor
Jennifer

https://steamclown-robotclub-vex-robot-5.blogspot.com/

Lindsey - AM - Freeman Lowell vex robot

Teammate: Charity
Freeman Lowell Blog

Tony - AM - Hydrogen fuel cell car

My teammates are Patrick, Trent, Areon, and me.
https://steamclown-robotclub-hydrocar-3.blogspot.com/


Jorge-AM-10mins-Batman Scissor Lift

Team:
Jorge Gamboa
Macgregor Simmie


Amy-AM-Donkey Car #1

Team: Benny, Nic and me

Bron

Samuel
team: Trentin & Sam
https://docs.google.com/document/d/13Gxu_SaAqXymyG9MTJZwhE1nPRMTqhfzjhjuenFA91k/edit?usp=sharing

Matthew - AM - 0 min - Project status

Team:
Me so far, I remember that I changed teams although I cant remember off the top of my head what team it was exactly that I went to.

Sunday, February 24, 2019

New launch Of New launch of Robot Club Project Pages

Hey SVCTE Mechatronics Robot Club teams, I'm launching a new process to capture your progress documenting your Robot Club projects. The goal is that we have a better and easier method to create a portfolio of engineering work you have done.  TBD, but I'll post a template and Rubric.

I'll also add your team mates as Blog Authors, you will see an invite... click accept.

I'll also post requests for specific data or content... so read the blog posts... it would be a good Idea to sign up for email notifications when a new blog post happens.