
Mecanum Wheel Rover 2

Perversions of an Engineer
Around one year ago I ordered some of those supposedly wonderful TI eZ430 “Hackable” Watches but only received them last October since I had to wait for the 433Mhz version. Three months later I finally decided to have a go at trying it out and wrote a Python library for in the process.
Silly video first…
Continue reading “TI eZ430 Chronos Watch + Python Library + Remote Control”
Couldn’t resist extending the software test on the mecanum wheel base…video comes later this time…
The ‘quick and nasty’ software files are still the same as in the previous post. Pure software test only, couldn’t resist the temptation to try it via WiFi on a stock Chumby instead of USB tethering. As such the hardware frame is a bit too flimsy and the batteries aren’t enough to power the Chumby without brown-out resets. These will be improved upon soon 🙂
This demonstrates the ‘touch’ (initialize) and ‘swipe’ (move/offset) control on touch screens. Will try the DeviceMotion Javascript API on iOS 4.2 devices (iPhone 4G/iPad) if I can get my hands on that filth… 😛
Continue reading “Chumby + iPhone + Android + Mecanum Wheels”
Yup I’ve jumped to a bathtub test and bypassed the lovely soldering and coding… will revisit later but here’s the video :-
After getting my EasySync USB-Can Adapter it was time to resurrect the mChumby project. The interface GUI design hasn’t changed much, namely because its been lying idle but I figured it is good enough to try putting it onto the car for a test run.
I didn’t want to fiddle around with getting power to the Chumby, so the test is simply using my trusty old laptop and the EasySync adapter. Only the speedometer, the tachometer and the accelerator pedal position is attached because again I’m too lazy to fiddle with my cable layout and as such its connected to the Mazda HS-Can bus only rather than the MS-Can where the goodie trip computer information is contained.
Almost every concoction of technology is used ranging from CAN, USB, PHP, HTTP, Shared Memory, XML, Flash, to an obscure programming language called HaXe. Here is the result :-
Just a teaser that all (most?) the parts for my ‘MFC’ is ready (It could be Madox’s F‘ed-up Contraption) has all arrived and ready for assembling when I find the time. Hopefully before the Australian Battle Group meet in June where I hope to use the contraption (…erm camera) to film the ships shooting each another to smithereens.
Picture time :-
Read on for a little bit more…
Well this chronicles my first attempt at compiling a toolchain for programming ARM’s in ELF code.
Why do I need a toolchain for programming ARMs?
Continue reading “Compiling a toolchain for ARM7 under Ubuntu”