Skip to content

Posts from the ‘Electronics’ Category

15
Nov

Table Top CNC Machine & Controller Computer

I bought a table top CNC machine from Ebay. It came in a kit form. I wanted to use it to make my own PCBs, I was sick of the cost of having a board house make prototypes. So i made a small investment, now I can make my own (other stuff too).

The computer is a 1Ghz ITX from factor computer. I made the housing that the computer, power supply and touchscreen are in. I took sheet metal, and bent it to the shape you see, made some sides, and welded it all together.

The controlling program is called Mach3. The stock Mach3 is not very touchscreen friendly, so I looked at the other screen layout available for it. I couldn’t really find  “free” option i really liked. I did find one that was $300+. FortunatelyMach3 allows Flash built screens to be used to operate the software. So i built my own screen, based on the $300+ one, and added all the functionality and touch compatibility I needed!

My very first board was a Power Supply Distribution Board for the controller cabinet. The machine needs 24VDC to operate,  so I bought a switching power supply, with more amp output then the machine required. The computer and touchscreen both need 12VDC to operate. I designed a board, in EagleCad, to distribute the power needed for the computer and screen from the switching power supply.

I used the machine to make the Power Supply Distribution Board. At the time i had 3 AC plugs for the machine:

  • Switching PSU
  • Computer
  • TouchScreen

After installing the Power Supply Distribution Board, i now have only one.

14
Nov

My first Andoird App – D.E.A.

D.E.A. – Droid Electronics Assistant

I was in a electronics class in Lee County High Tech North. I wanted a multi-function electronics calculator, I wanted it ALL IN ONE. I was learning more about electronics, so this was a great time to make it happen.

I applied for a  program form Google, called App Inventor. After making a tic tac toe game for my kids, I found that the App Inventor was VERY limited. So rather then learn a new programming language for Android, I used Adobe Air for Android. It allowed me to use Adobe Flash to make a app for the Android OS. And having already used Flash extensively, it made the programming part of it easy.

Here is a list of features in the app:

  • Ohms law calculator (for Resistance,Voltage and Currant)
  • 555 Astable and Monostable calculator
  • LED resistor calculator
  • Resistor series and parallel calculator
  • Resistor potential divider
  • Capacitor series and parallel calculator
  • Resistor band decoder

I even put diagrams of each tool, to help the user.