Idea #1: Robot control

Posted on July 25, 2011

Use mouse for robot control:
left/right => forward/backward
wheel => turn CW/CCW

Filed Under Uncategorized | Leave a Comment

Robot parts

Posted on July 24, 2011

I’m building a 4×4 robot. I’ve never done any electronic/mechanic projects before, so I’ll learn and make mistakes along the way.

Here are some of the major parts (minus sensors) that I plan to use.

Boarduino Specification:

XBee Pro 60mW Wire Antenna – Series 1

Motor Specification:

Wheels Specification:

Coupler specifications

L298N Dual Stepper Motor Driver Controller Board Module

  • Driver: L298N Dual H Bridge DC Motor Driver IC
  • Driven part of the terminal supply area Vs: +5 V ~ +35 V; such as the need to take power within the board, the supply area Vs: +7 V ~ +35 V
  • Driven part of the peak current Io: 2A
  • The logical part of the terminal supply area Vss: +5 V ~ +7 V (can take power within the board +5 V)
  • The logical part of the operating current range: 0 ~ 36mA
  • Control signal input voltage range:
  • Low:-0.3V ? Vin ? 1.5V
  • High: 2.3V ? Vin ? Vss
  • Enable signal input voltage range:
  • Low: -0.3 ? Vin ? 1.5V (control signal is invalid)
  • High: 2.3V ? Vin ? Vss (control signal active)
  • Maximum power consumption: 20W (when the temperature T = 75 ?)
  • Storage temperature: -25 ? ~ +130 ?
  • Other Extensions: control of direction indicators, the logic part of the plate to take power interface.
  • Driver Board Size: 55mm x 49mm x 33mm
37mm Motor Fixed/Retention Bracket Aluminum structure

  • Thickness: 3MM
  • Other sizes: Please see the image
  • Support any of 37MM Geared Motor


Filed Under Uncategorized | Leave a Comment

MSP430 in VirtualBox on MaxOS

Posted on June 16, 2011

If you are using MacOS and you want to write some code for MSP430 the easiest way is to use VirtualBox and Windows.
To allow VirtualBox to see development board, you need to load some drivers, fortunately someone already wrote them, so just follow this link to install them: http://mspdebug.sourceforge.net/faq.html#rf2500_osx
then reboot and connect the board in VirtualBox. After you can upload and debug code.

Filed Under Uncategorized | Leave a Comment

My flickr

Posted on May 26, 2011

Pages that use my flickr images (among other):

http://oneplusonedirect.com/police-recommend-charges-against-kelowna-rcmp-constable/852055/

http://en.wikipedia.org/wiki/Royal_Canadian_Mounted_Police_Protective_Policing

http://commons.wikimedia.org/wiki/Category:Royal_Canadian_Mounted_Police_security_detail

http://www.photographyblogger.net/25-wonderful-wet-roads/

http://en.wikipedia.org/wiki/File:Porcupine.jpg

http://kardekphotography.blogspot.com/2011/01/26-fotografias-de-estradas-molhadas.html

http://www.xatakafoto.com/trucos-y-consejos/tres-consejos-para-mejorar-tus-fotografias-a-isos-altas

Filed Under Uncategorized | Leave a Comment

Installed FF plugins

Posted on March 5, 2011

Filed Under Uncategorized | Leave a Comment

Posted on December 25, 2010

I got a fake canada goose expedition parka for christmas.
Yey ?;-) Well its the thought that counts…

image of fake canada goose expedition parka

fake canada goose expedition parka

Filed Under Uncategorized | Leave a Comment

So two bytes are walking to a bar after work…

Posted on December 19, 2010

While they’re walking, one says to the other: “Are you all right? You look kinda sick.”

The other responds: “Yeah, I’m fine; I’m just feeling a bit  negative after our shift.”

and other programming jokes at http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/234138#234138

Filed Under Uncategorized | Leave a Comment

My new company

Posted on December 15, 2010

I started a company Gemstones Design  http://websitecenter.ca/ with my friend David.
We specialize in creating light-weight, attractive, functional websites that work.

So if you need an application, website or a web app give as a call.

It is a bit different from my previous jobs at IBM ;-) (developing java VM and class libraries) but I want to run my own business and we have all the expertise to make it big (not only in web design and application but in other markets as well).

Specialties

web development, website design, application development,

Filed Under Uncategorized | Leave a Comment

Posted on December 3, 2010

Filed Under Uncategorized | Leave a Comment

Simple PHP router with closures

Posted on October 25, 2010

function display($somevar) {

$routes = array(
“ix” => function() { return HomeController::outFrontLayout();},
“re” => function() use($somevar) { return RegisterController::outManageUsers($somevar); }
);
return $routes[$pageName]();

}

Filed Under Uncategorized | Leave a Comment

« Previous PageNext Page »

© Copyright 0xDEADBEEFCAFE • Powered by Wordpress • Design by Sebastin.

free web hit counter