about 3 years ago - 6 comments
Last Thursday I took this project to my uni’s (Bournemouth) sports hall to take it for a spin. I can say that after 6 months of development, money wasting, blood swear and tears it nearly made me shed a tear to see this fully working with no issues whatsoever (apart from the camera static) in
about 3 years ago - 8 comments
I’ve made a few modifications to my Arduino sketch to keep it small… and I’m happy with it! I’ve learnt that the smaller the footprint on a device with limited memory the faster it can process things. So I’ve gone from an Arduino Sketch of roughly 100 lines of code… to something so slim and
about 3 years ago - No comments
I know I’ve been away for a while but this is why… On the left you can see the old Arduino and on the right you can see the new streamlined Black Widow from Async Labs, which is just a modified Arduino with WiFi built into it. I’ve also decided to go down the sockets
about 3 years ago - No comments
Alright, so I’ve been working on the iPhone app today and thought I’d start with something simple, you know, “press button car go forward” kind of thing child’s play… one might think. Well I was wrong! Unfortunately from my testing the WiShield can only handle 1 http request per second, in laymen’s terms think of
about 3 years ago - No comments
Alright… so I went out to Maplin today and thought I’d splash out a bit and get a sexy project box, dremel grinder and some accessories… the result of this… that bad boy car’s completely wire free! Pictures below! Share and Enjoy:
about 3 years ago - No comments
It’s 1:47 in the morning, my eyes hurt and I’ve voluntarily been at it all day messing around with this WiShield… I can tell you that it’s finally paid off! I’ve managed to get the WiShield to give an XML response based on a URL passed to it… Basically creating a REST webservice on the
about 3 years ago - 3 comments
Wi-Fi enabling the Arduino from a hacked LaFonera+ router has proved tedious and annoying at best. I wouldn’t recommend it to any one unless you’re willing to deal with the agro of having to spend vast amounts of time flashing it and rebooting it every time a serial connection to the Arduino board drops. Luckily
about 3 years ago - No comments
I’ve finally managed to flash my LaFonera+ through serial with DD-WRT, so I can send commands through SSH wirelessly to my Arduino board to control the servo’s. I’ve also managed to power my LaFonera+ from the Arduino. I haven’t connected up the TX for now because I have no intention of letting the arduino talk
about 3 years ago
hey man, could you send me the source code please?.. I am trying to do something similar but can’t get my head round what language I need to send commands to the arduino. currently using php sending commands over serial.
Thanks.
about 3 years ago
Hey buddy,
Check out my latest post, the source code’s there. You need to set up a socket connection, the tutorials will be up soon.