Do you have DE-9 connector on your laptop? I don't :) You obviously can use that RS232 to USD Adapter cables, but DIY guy can make his own cable, right? Add bluetooth too perhaps?
Let's take a closer look at the supplied RS232C cable:
What's inside:
Here is a schematics I reversed from the pcb:
This thing pulls up RX line when IR diode senses light from the meter. UT61E sends inverted serial signal to its IR led.
There is a bit of space inside this sensor box. And I need to fit a circuit inside, which senses IR light and pulls down RX line from 3.3V to Ground. This is classic UART serial interface.
Unsolder everything from the pcb except IR sensor diode.
This is new schematics using 2 n-channel mosfets, any general purporse mosfets will do. I used 2N7000.
R1 needs to be set lower than original because we are using 3.3V now and there is not enough juice to turn Q1 on fast enough with 4.7k.
OK, then I made this piece of art:
At this stage you already can connect UT61E to the microcontroller or Arduino or anything else which understands 3.3V UART. But I started it as USB mod, so we continue.
I have some CP2102 Serial UART TTL USB converters laying around and this is enough for this mod. Just connect that 3 wires and there we go.
Female header used so I can disconnect CP2102 converter and use it anywhere else.
Raw output from the meter:
Correct serial port settings for this meter are: speed 19200, bits 7, stop 1, parity odd.
That's it.
But, there is more! You can even add a Bluetooth feature to this UT61E multimeter. It's easy as soldering 6 wires to some serial bluetooth module with this mod.
UT61E with Bluetooth, sounds great! Interested?
Nice work Anton!
ReplyDeleteJust a question: in your circuit, the value for R3 seem too low. Maybe R3=4.7 k?
Thank you for sharing!!
oops, yep it's 4.7k =) thanks
Deletevery useful article, thanks!
ReplyDeletenice work!
ReplyDeleteThere is no need to rework the cable.
ReplyDeleteConnect RTS to ground(Pin 5 and Pin 7), DTR to 5V or 3,3V and invert the output with 74hc14 and you have TTL output.
This will work at 5V and 3.3V.
This comment has been removed by the author.
DeleteThis worked for me! Thank you for the easy tip!
DeleteWorks like a charm! Thank you!
ReplyDeleteI am going to add bluetooth module to Uni-T UT61E to connect it to PC to virtual RS-232.
ReplyDeleteI guess to install HM-10 bluetooth module due to low consumption, it is possible to supplay it from internal battery and it can be located internally (I am not sure does it have SPP and does it have to have it). Others need additional battery. Is it good idea?
So, we do not need optical isolation with bluetooth module due to we will have bluetooth isolation. Can anybody say is it possible to connect bluetooth module to RX by other way?
Please point the place on the ut61e diagram where in is possible to get RX signal to HM-10 bluetooth module. Or we need transistor invertor due to UT61E sends inverted serial signal to its IR led?
You need to find a pad where power is available only when multimeter is turned on. If you connect bluetooth module directly to battery it will drain it even when multimeter is turned off.
DeleteAlso as you said, you need an invertor if you want to connect to ir led.
I did backlit mod with APO, so with bluetooth module will be the same, its OK. http://www.eevblog.com/forum/chat/ut61e-auto-power-off-modification/msg863473/#msg863473
DeleteI have an idea to connect BT module to pin 123 directly (see attached picture, point A) thru inverter (part of diagram - pic.2) with n-channel mosfet 2N7000.
Is it right? See pictures:
http://www.eevblog.com/forum/beginners/uni-t-ut61e-bluetooth-modification/msg877176/#msg877176
Спасибо за данную статью, очень помог! Могу отчитаться, работает на win 10 в родном приложении версии 4.01, без каких либо изменений в битности com порта. А вот на версии 2.0 (с офсайта, якобы последняя) программа вылетает на первой же секунде с ошибкой, хотя за эту секунду успевает показать правильные показания с мультиметра.
ReplyDeleteДа, спасибо большое за статью!
ReplyDeleteHi,
ReplyDeleteCould you give any advice on how to make this cable (I have ut70b - but I guess wiring is the same) work with poor quality usb2serial converters? I guess because they do not provide rs232 +/-12v (mine converter gives about 8v) UNI-T cable does not work at all. Would it be sufficient to change resistors? (I guess this 12v is a problem - since I do not own any motherboard with serial interface - and I can't check if it's why I can't log data from my UNI-T. Last time I've used data logging it was few years ago with real RS232 port)
Regards - Adrian
No, this cable as it is would not work with converters which not supply proper levels of +/-12v. That is why I've made this mod :) You can follow this article and use any TTL USB to Serial converter.
DeleteVery great effort indeed. New cable needs only 3 wires: +3.3V, GND and RX, Cutting the rest. And well this is how DE-9 was wired. RX you means PC side RX pin.The whole thing looks pretty perfect. Thanks for the post.
ReplyDelete
ReplyDeletehi we could pass it to an OLED screen with arduino bluetooth
Very late to this, but it got my old UT70B to do exactly what I wanted.
ReplyDeleteThanks, Ralph H
I follow the instruction and got my working. I used the only TTL MOSFETS I had (IRLZ44N) instead of yours. Also there is a big problem with the design of my UT61E: the alignment of the sensor fitting is off by about 2.5mm, meaning that in order for the software to recognize my UT61E I have to leave a gap of 2.5mm ate the end of the sensor slot.
ReplyDeleteThanks
ReplyDeleteCan be used 2N7002 instead of 2N7000?
ReplyDelete