Okay, here's the latest on using igaging Absolute scale with Touch DRO.
From Yuriy's Toys:
Yuriy/Frank
Thanks for the reply.
The tablet having connection issues is a Verizon Ellipsis 7. Android 4.4.2 Build 3.4.67 Model QMV7A.
Bluetooth is running at 9600 baud.
I got hold of a Samsung Galaxy Tab 4 to test. It works fine with touchDRO and reads the Arduino Bluetooth OK. So the issue is with the Bluetooth on the Verizon Ellipsis. Using the Samsung is the easiest solution to the problem for me.
Another question:
Does anyone have info on the data format for the iGaging AbsoluteDRO scales?
I figured out it is very similar to the Mitutoyo SPC. There is a data line and clock line.
Sending a block of 52 bits about 10 times a second.
I can read the data OK with the Arduino. But I can not make any sense of the 24 data bits.
It does not seem to be BCD like the Mitutoyo.
Interesting puzzle to unscramble the bits.
Thanks
Coleman
Yuriy KrushelnytskiyAugust 3, 2015 at 10:51 AM
Coleman,
I've plaid some with the Absolute scales, but so far I can't figure out the protocol and the iGaging guy I talked to didn't know the protocol either. I haven't made this into my top priority though, as there is too much work with the app right now and I don't want to get too distracted.
Thank you
Yuriy
********************************************************************
Had a freind at work connect one of my scales up to him O-scope. Here's what he had to say:
Ok, did a little research. Turns out it's a 52 bit Mitutoyo protocol, and Instructables has an article on interfacing an Arduino to calipers using this format.
http://www.instructables.com/id/Interfacing-a-Digital-Micrometer-to-a-Microcontrol/
13 digits, 4 bits per digit. Odd format.
Oh, it also appears that the magnetic strip encodes the position. That means the DRO can be made absolute, also!
Here's a cople snapshots he sent me.