About

My name is Chris Willingham. I am interested in Robotics, computer Science, CAD Design, and pretty much anything that has to do with technology. Over the past few years I have participated in Team Duct Tape, a world class First Tech Challenge Robotics team. I have also taught myself a variety of programming languages, ranging from Java to C/C++, javascript/html and Python.  I have contributed to several open source communities including JMonkeyEngine and Cosmos (C# Open Source Managed Operating System). I’ve even started some projects of my own such as the SkypeBot, and the OSDK (Operating System Development Kit). Last summer, I interned at AnyBots (A Telepresence Robotics Company in Mountain View California).

This year, I began experimenting with App development. With encouragement from my parants, I began writing up app idea first, and then doing research on different methods of app development. I wanted to be capable of deploying to both Android and IOS. Eventually I found a way of writing apps in HTML and javascript and then converting it to android and IOS apps. after i finally figured it all out, i wrote my first App: Lost In Translation. The app is simple and works on both Android and IOS (Ipad and Iphone) and I hope to use the revenue generated by Lost in Translation and other apps to help pay for college.

Some of my previous projects

FTC Templates

FTC Templates is a template set I developed for Rookie FTC Teams looking to quickly start writing Autonomous Code that is both reusable and easy to understand. Most FTC Teams put all of their code straight into the Main function. This is not a very good way to write code and I’m looking to help teams move beyond that method, to using a variety of functions that can be reused year after year.

http://code.google.com/p/ftctemplates/

JME Game Console

The JME Game Console is a project developed to help JME Game Developers create a User friendly In-Game dropdown console that can be used to debug games in real-time using BeanShell Scripting. This can be enormously helpful with larger games, and it even allows you to execute code in real-time. This means you can actually test code in the game before putting it in the code. This project was originally created by DarkFrog (it’s just a screen name), but was later abandoned because he moved on to other projects. After about a year of inactivity several people asked for it to be updated to be compatible with the latest version of JME. I eventually ran across the project and updated it on my own to be compatible with JME 2.0. Now JME 3.0 is on its way and I need to update it again (which I will do very soon).

http://code.google.com/p/jme-game-console/

The Operating System Development Kit (OSDK)

The OSDK is a fully portable Development Kit for building simple operating systems.  The project started when I found an outdated project for building operating systems using Visual Studio 2005. The project was very limited because it used a specialized outdated Bootloader and it could only hold a very small number of characters in memory. I liked the idea but I did not like the way it was done, so I rewrote the project to use the GRUB boot loader and I upgraded the project to work with Visual Studio 2008. The actual goal of the project now is to make it as simple as possible to write a small operating system.  Unfortunately OS development at this scale is not practical for anything other than a hobby, but it’s still satisfying to say “I wrote an operating system from scratch”.

http://code.google.com/p/osdk/

The SkypeBot

The SkypeBot is perhaps my largest project yet (and probably the coolest). The SkypeBot is a Skype Controlled Telepresence robot. This means that it can be controlled from anywhere around the world with Skype’s two way video communication system.  The robot can either be controlled through a Silverlight client that connects to Skype using the Skype API allowing real-time control of the robot, or you can simply use Skype’s chat feature to control the robot using only Skype. You can get more details on the SkypeBot and my future plans for it in the SkypeBot folder in this portfolio.

http://sites.google.com/site/skypebot2000/

Java Vex Driver (JVD) and Vex.net

Both of these projects are actually just some helper classes I wrote for the SkypeBot (for Java and .net framework), However I thought other people could benefit from the source code so I made it open source.  All they do is allow you to more easily control a Vex robot from the computer. It allows you to programmatically control vex motors from an onboard netbook or laptop. I never added sensory input because all I had was switches, and the SkypeBot didn’t need sensors anyway.

http://sourceforge.net/projects/vexnet/

http://sourceforge.net/projects/javavexdriver/

MyLI4E.org

this is my latest project, and my first major website project. Learning Is For Everyone is a non-profit that provides educational resources and hosts various other educational groups and events. LI4E’s website on the other hand… was lacking a bit. They wanted more collaberation and sharing of ideas and resources as well, so i made a website for them using Buddypress and wordpress and a little bit of custom PHP coding checkout the website here:

http://www.myli4e.org/

java-socket.io.client

This project was a library of code i started because i needed a java program to connect to Node.js, through Socket.io. The problem was that even though the protocol was public, no one bothered to write a client in java, so i wrote one myself. it doesn’t work that well yet, but its still capable of communicating between socket.io and java using websockets. the speed is although not practical for what i was thinking of using it for (controlling a robot), but still could be usefull for something.

https://github.com/clwillingham/java-socket.io.client

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.