My code for motor control using arduino and pulse width modulation Posted on March 13th, 2011
This is code I wrote which allows corresponding motors to either move forward or backward. Do not do both at the same time or you will short your board. Common sense, I have included pictures to show my setup. This setup uses the L293B Chip which I wired from a breadboard to my arduino. Check [...]
Convert 4 bit to hexadecimal number using Arduino and a 7 segment LED Posted on March 13th, 2011
This code will take a 4 bit input from switches and convert it to a hexadecimal number to be displayed using the 7 seg led. For example, there will be for switches if one is pushed depending on where it will display the corresponding number, an unpressed switched is 0, when the switch is pressed [...]
Using MODx CMS Framework Posted on February 16th, 2011
This is ultimate, it is a very nice framework to use for web development. I’m currently using Revolution on a clients website. This framework is very flexible and easy to use, I suggest that all web developers check it out.
How to compile a python script/ program into an exe Posted on January 2nd, 2011
In this little tutorial I will show you how to compile your wonderful Python program into a exe using a few steps only, I will also show you how to make a setup.exe that will allow others to install your program to their computers. Step 1: Download and Install py2exe You can download this from [...]