December 31st 2008
Tags:
Ideas
Comments
One of the frustrations with the Flash Player 10 3D API has to do with the registration point of a DisplayObject. The crux of the issue is that when you create an object it will be placed at the 0,0,0 point. This makes the anchor point of the object in ...
December 13th 2008
Tags:
Arduino,
Ideas
Comments
After a round of clarity (read: beer), Noel thought up a good way of maximizing the EEPROM memory in the data logger. Unfortunately it didn't quite work, I'll demonstrate below.
To reiterate, the RPMs I was recording off of the Hall Sensor would increase to a rate of over 255 revolutions ...
Lately much of my work has been dealing with getting Flash to talk to the Arduino. There's no real functionality to do this on its own, so you have to rely on some other components to host the conversation. There's a whole host of methods you can use here:
Socket Connection ...