
James O. Vickery
I have a Bachelor's in Physics and Math and a Master's in Mechanical Engineering concentrating in Robotics. I made this website to showcase my various projects, particularly self-motivated passion projects. Explore some of my work below.
Quadruped Walking Robot
Project for Robotics Studio at Columbia University

For the class, I was supplied with 8 motors, a serial to PWM controller, a battery, a voltage regulator, a Raspberry Pi, and a $100 budget for additional parts. Everything else is designed and built by me.
This project is a combination of mechanical design with electrical/motor integration, programming, simulation, and much more.
For this project I used both 3D printing and laser cutting.

Unfortunately due to campus shutdowns in the spring of 2024 I was not able to implement some of the more advanced motion planning I discuss below.
As you can see in later slides I plan to improve upon this significantly by using simulation and reinforcement learning to optimize the walking gait for speed and stability.





I used various table top testing instruments including Oscilloscopes, DMMs, and table top power supplies.

Wires routed through holes in the leg to prevent being pulled loose and for better aesthetics.







Click image to see and read more
3 Degree of Freedom Manipulator
A self-inititiated project to help myself and others better understand topics in kinematics.

My hope with this robot is that a professor can concretely demonstrate: Relative coordinate frames, forward/inverse kinematics, singularities, motion planning and trajectories.
I plan to mount a set of XYZ axes to the base and to the end of the arm to demonstrate, among other principles, relative coordinate frames.

It uses 3 NEMA-17 Stepper motors actuate the joints
and is controlled by an Arduino microcontroller and an 3 a4988 stepper motor controllers. I'm hoping to upgrade these to better options (such as the TMC2208/2209) after initial testing.
Project has been designed, but assembly is stalled due to the laser cutters being upgraded. Hoping to have an assembled prototype in the near future.
After testing I hope to redesign the linkages to be more visually appealing.



The code on the left successful takes in positional commands and moves the motors to the appropriate location.
Click image to see and read more
Motion Planning for 2 DoF Planar Manipulator
Initially began as a homework assignment that I extended.

This began as homework assignment: “Use MatLAB to simulate a straight-line trajectory between the points (1,0) and (0,2) with unit length links.” After submitting the assignment, I rewrote the program in python and modified it to include more capabilities.
The blue and orange lines are the two links and the green line is the path the path that the end effector follows. The Blue circle represents the workspace boundary.


Simulate between any two points
Use any length of links
Use any number of interpolations
Show the workspace boundaries
Click image to see more
Kelvin Probe Force Microscopy Modification Project
Haverford College Senior Thesis


I continued my predecessors work while introducing new elements and making design decisions.


*In reality it is electrostatic forces but contact is a good enough analogy.
Image taken from: Reilly, Simon & Leach, Richard & Cuenat, Alexandre & Awan, Shakil & Lowe, Martin. (2006). Overview of MEMS sensors and the metrology requirements for their manufacture.


This is generally accomplished by making multiple passes over a sample. The first pass detects topography and then the second pass follows the same path but at a fixed height above the sample. If the correct voltage is applied to the tip it allows for measurement of the localized work function of the sample.
Image taken from: https://blog.brukerafmprobes.com/guide-to-spm-and-afm-modes/liftmode/


Left image (topography): 120nm from highest points (gold) to lowest points (brown)
Right image (phase/voltage): 0V (gold) to 1.5V (brown).
The left image is an AFM image of the patterned substrate.
The golden colored vertical lines are conductive gold-titanium “fingers."
The right image shows the KPFM system correctly detecting the difference in electrical charge applied to alternating fingers.
The jagged randomly oriented streaks across the image are porphyrin nanowires.






I had to become intimately familiar with both proprietary software and working principles of operation.
Click image to see more
Timing Chain Replacement
(1996 Chevy S-10)
Hands-on experience


The '96 S-10 had the ability to replace the timing chain without removing the front end or taking the engine out of the car which is why I took the project on.


I had been nervous about the timing since the 2.2L L4 engine was an interference engine.


A few weeks later, I replaced the brake calipers and pads, but unfortunately the ABS system was broken and it was impossible to get a replacement unit.
Click image to see more
Python and Primes
A few fun scripts for factoring and generating primes/semi-primes

You can see the programs on the left generating primes and semi-primes while the programs on the right confirm the numbers on the left and demonstrate further capabilities.
Further info on GitHub:
https://github.com/JOVickery1/Primes
Click image to see more
Model of a Piston Engine
An educational tool for fellow students.


Functional 3D model was printed. Explanation of the 4-stroke engine cycle laser engraved into the wooden base.

Click image to see more