Saturday, December 28, 2013

machine learning rc car project

A two year old blog post by some one about a remote control car driven by a neural network was interesting. I recently took another look at it, and this time I did something. I'm starting to learn Android development with Java and Android Studio so I modified the code a bit to run in Android Studio, and then forked the remote control car project on github. Used jdk 7 for android studio and gradle 1.8. Encountered some trouble with the alert dialog to get the ip so rewrote it as separate activity. First test with wifi communication between laptop and phone did not work. Not sure why it started working after a reinstall. Will need to test it again later.