Raspberry Pi Samba Share

My RPi is the brain of my ARK-AV-01 robot. As I currently am in the programming phase, I found myself programming it from the command line. I wanted something easier, with no login/password, so I activated samba with the following samba.conf file: [global] workgroup = mygroup interfaces = wlan bind interfaces only = yes server […]

Robot Challenge 008

As promised, here is a video I’ve put together of the RC mode. Robot Challenge 008 from Arkadian.Eu on Vimeo. Also as promised, here is the Python code which, when run on a Raspberry Pi, it receives OSC signals from my iPad, interprets them and gets the Arduino board to perform the required action. This […]

Robot Challenge 007

I had a productive couple of days. Arkadian AV-1 is now operational as a remote control vehicle. Arduino I’m using the StandardFirmata library on the Arduino Mega 2560, with no modifications whatsoever. It was by far the easiest way to get RaspberryPi to control the 4 motors, receive feedback from the 4 sensors (on order […]

Robot Challenge 006

Not as productive as I hoped this weekend. I managed to complete the cable harness of the motors and blue leds (which was rather boring but important for the project) and tried out a new look (as I’m moving away from the use of reel cans as my chassis). Here is the cable harness, before […]

Robot Challenge 005

Today I have quite a bit of work to do on this project. By the end of the day, I should have a fully functional remote control vehicle. Earlier this morning, I finished the joystick. I will be using a Nexus 7 with touchOSC as my joystick and I put together the following layout: Rotating […]