I guess it should be $180 DRO oops. You get a nice garage table out of it also. You can use the camera to document your projects or surf the web when you are not using the mill.
I'm building up a RF 31 mini mill. The end state is going be a three axis CNC, but it is a slow build.
In the interim, having a mill is proving to be quite useful. I hate counting turns thought. I loose count and my precision *****. At DRO is an incredibly useful tool.
I wish I could claim credit for the design, but I mainly copied Yuriy Krushelnytskiy's design and am using his Android program for the display.
Parts:
3x Igage DRO scales - $100 (Ebay)
Kindle Fire 7in - $50 (Amazon)
Ardunio UNO - $7 (Amazon)
Arduino Protoshield - $4 (Amazon)
HC-06 Bluetooth - $8 (Amazon)
Project box - $4.5 (Radio Shack)
Step One: Fix the Kindle Fire.
The Kindle comes with Amazons custom version of the Android Operating system. It also displays adds on the lock screen which is annoying. Unfortunately Amazon does not include the googleplay apps store or a decent browser. You need googleplay to download Yuri's DROTouch software.
I used instructions from RootJunkie to load Google Appstore. The files you need can be found on here. If you use a PC there is a single click option. Unfortunately I'm a Mac guy so I had to do it manually. It is not hard thought.
1. Download drivers.
2. Place Fire in developer mode by tapping serial number (under device options) multiple time.
3. Under developer tab enable ADB
4. Download files from RootJunky
5. In terminal change directory to the directory you saved the files to
6. Place Fire in
7. at the command line enter:
adb start-server
adb install com.google.android.gms-6.6.03_(1681564-036)-6603036-minAPI9.apk
adb install GoogleLoginService.apk
adb shell pm grant com.google.android.gms android.permission.INTERACT_ACROSS_USERS
adb shell pm hide com.amazon.kindle.kso
adb kill-server
-I hade to remove the parentheses from the first file name to get it to work on a MAC.
8. Download DROtouch from Google Play Appstore.
2. Step Two: Build the circuit.
Yuriys instructions are pretty good. The only thing I think needs to change is the HC-06 is not 5v tolerant. As a result you need another voltage divider for the output to the bluetooth.
Another thing that caused me problems it you wire the transmit pin (TX) on the arduino to the RX on the bluetooth module.
I chose to cut the USB connecter of the gauges. There are five wires in the USB wire. Red, Black, Green,Blue, Yellow.
Red - +3V
Black - Ground
Yellow - Signal
On two of my scales the clock wire was blue. On the third one clock was green. That took a long time to figure out.
Step Three: Eat Bacon
I'm building up a RF 31 mini mill. The end state is going be a three axis CNC, but it is a slow build.
In the interim, having a mill is proving to be quite useful. I hate counting turns thought. I loose count and my precision *****. At DRO is an incredibly useful tool.
I wish I could claim credit for the design, but I mainly copied Yuriy Krushelnytskiy's design and am using his Android program for the display.
Parts:
3x Igage DRO scales - $100 (Ebay)
Kindle Fire 7in - $50 (Amazon)
Ardunio UNO - $7 (Amazon)
Arduino Protoshield - $4 (Amazon)
HC-06 Bluetooth - $8 (Amazon)
Project box - $4.5 (Radio Shack)
Step One: Fix the Kindle Fire.
The Kindle comes with Amazons custom version of the Android Operating system. It also displays adds on the lock screen which is annoying. Unfortunately Amazon does not include the googleplay apps store or a decent browser. You need googleplay to download Yuri's DROTouch software.
I used instructions from RootJunkie to load Google Appstore. The files you need can be found on here. If you use a PC there is a single click option. Unfortunately I'm a Mac guy so I had to do it manually. It is not hard thought.
1. Download drivers.
2. Place Fire in developer mode by tapping serial number (under device options) multiple time.
3. Under developer tab enable ADB
4. Download files from RootJunky
5. In terminal change directory to the directory you saved the files to
6. Place Fire in
7. at the command line enter:
adb start-server
adb install com.google.android.gms-6.6.03_(1681564-036)-6603036-minAPI9.apk
adb install GoogleLoginService.apk
adb shell pm grant com.google.android.gms android.permission.INTERACT_ACROSS_USERS
adb shell pm hide com.amazon.kindle.kso
adb kill-server
-I hade to remove the parentheses from the first file name to get it to work on a MAC.
8. Download DROtouch from Google Play Appstore.
2. Step Two: Build the circuit.
Yuriys instructions are pretty good. The only thing I think needs to change is the HC-06 is not 5v tolerant. As a result you need another voltage divider for the output to the bluetooth.
Another thing that caused me problems it you wire the transmit pin (TX) on the arduino to the RX on the bluetooth module.
I chose to cut the USB connecter of the gauges. There are five wires in the USB wire. Red, Black, Green,Blue, Yellow.
Red - +3V
Black - Ground
Yellow - Signal
On two of my scales the clock wire was blue. On the third one clock was green. That took a long time to figure out.
Step Three: Eat Bacon
Last edited: