We bought the Argus Sprout Digital Camera for one of my son's christmas gifts. In short, anyone who reads this, don't buy this POS, flush your 15 bucks down the toilet instead.
Picture quality is significantly worse than I expected. Worse even than the free cameraphones I've had from Sprint.
There is no way to use this camera in Linux either. I even got the newest libgphoto from SVN, and found it capable of returning the picture count, and nothing else. It seems the chip manufacturer uses some strange, proprietary compression technique (surprise) and nobody has been able to figure it out yet (alas, that kind of program is way out of my league). We have to use the XP machine to get the photos off this camera, which means my son can't use his own computer with his own camera.
At least his new MP3 player worked perfectly, out of the box, on his Ubuntu machine.
From: Amazon.com: Argus Sprout Digital Camera
December 27, 2008
December 21, 2008
November 8, 2008
There seem to be a problem when using software serial between the Arduino and the Micro Serial Servo Controller caused by a flicker in the output pin.
When booting the arduino will set the digital io pins to HIGH however when you do the following in your program "pinMode(tx,OUTPUT);" to switch the pin mode to output, the pin value will drop to LOW and then when you put it back to HIGH (the normal idle serial level) using "digitalWrite(tx, HIGH);" the Micro Serial Servo Controller thinks you are attempting to send a serial command and will go into error state.
The proper way to initialize your pin is to activate the internal pull up resistor and then switch the mode to output with the following commands:
c CodedigitalWrite(tx, HIGH); //Activate the pull up resistor pinMode(tx,OUTPUT); //Change pin mode to output
This removes the small flicker that the Micro Serial Servo Controller doesn't like. This has been tested and works properly using the Mini SSC and the Pololu modes with a software serial at 9600 baud.
From: Pololu Micro Serial Servo Controller Problem/Bug with the Arduino | nCode's Blog
Arduino Diecimila / Burning the Bootloader without AVR-Writer
This is why I messed with installing XP in a VM (which I'm posting from now! Woot!)
This is why I messed with installing XP in a VM (which I'm posting from now! Woot!)
Update to previous post, it seemed to work okay to install XP, although it installed as a standard install rather than a restore install. It wanted an activation key, and wouldn't accept the one from the sticker on the side of the box. Had to call the happy little automated microsoft lady and jump through a hoop or two. Now it's working though. Very cool.
Now to see if USB actually works. Later on (maybe tomorrow) I'll try hooking up the Rovio to see if it spots it alright. If that works I'll try the arduino sometime.
Now to see if USB actually works. Later on (maybe tomorrow) I'll try hooking up the Rovio to see if it spots it alright. If that works I'll try the arduino sometime.
Okay, I'm finally trying out this virtualization thing. I downloaded VirtualBox and am presently running the WinXP restore disc to see if it'll work. So far it looks like it's doing okay. I wasn't sure how well this would go since it's not a "true" XP install disc.
Some notes to myself, I edited /etc/init.d/mountdevsubfs.sh and un-commented the Magic /proc/bus/usb/* parts (since I'm using Ubuntu Hardy) (from here)
Gotta figure out how to turn on USB, since the whole point is playing with Arduino under windows.
Some notes to myself, I edited /etc/init.d/mountdevsubfs.sh and un-commented the Magic /proc/bus/usb/* parts (since I'm using Ubuntu Hardy) (from here)
Gotta figure out how to turn on USB, since the whole point is playing with Arduino under windows.
November 5, 2008
As far as a good part of the rest of the world...we don't think you elected a messiah. We're just glad you didn't elect the 3rd incarnation of the fucking antichrist.
From: Slashdot \| Barack Obama Wins US Presidency
From: Slashdot \| Barack Obama Wins US Presidency
October 20, 2008
My Rovio headlight mod article is up at RoboCommunity!
WowWee Rovio Hack: Head-Mounted LED Lights: RoboCommunity
WowWee Rovio Hack: Head-Mounted LED Lights: RoboCommunity
comments