Robot updates
Posted on August 31, 2011
Filed Under Uncategorized | Leave a Comment
2A DC Motor Controller
Posted on August 23, 2011
There are basically two kinds of L298N based dual bi-directional motor controllers available on ebay, both are very similar but one is better:
The one on the left requires 6 signals: two to control direction (in1,in2) (in3, in4) for each h-bridge and one wire for PWM (en1) (en2) for each motor to control speed.
The one on the right (produced by DFRobot) uses 74HC00 and requires only 4 signals: direction is controlled by logic level (0, 5v) and speed by PWM.
They both cost about the same.
Filed Under Uncategorized | Leave a Comment
Posted on August 14, 2011
I configured KST to display sensor data in real-time. KST is a really nice, simple to use graphing package.
Filed Under Uncategorized | Leave a Comment
Sensor data
Posted on August 14, 2011
Graphs from raw values of LSM303DLH and L3G4200D.
Filed Under Uncategorized | Leave a Comment
Initial code dump for my robot
Posted on August 12, 2011
Here is initial code dump for my robot.
https://github.com/igouss/RobotProto
The only interesting part so far is my implementation of thrift rpc protocol and xbee transport.
Also you can find there code to that gets readings from LSM303DLH 3D Compass and Accelerometer and from L3G4200D 3-Axis gyroscope and code to control TLC5940 PWM controller that I will use to control motors.
Filed Under Uncategorized | 1 Comment
MacPorts on MacOS lion
Posted on August 11, 2011
If you install XCode from AppStore and receive this error:
"MacPorts can’t be installed on this computer.
Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected."
You need to complete the XCode installation by running "Install XCode.app" from your Application folder.Filed Under Uncategorized | Leave a Comment








