Temp Probes & Linux

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
g1000user
LCD?
Posts: 4
Joined: Wed Mar 23, 2005 12:16 pm
Contact:

Temp Probes & Linux

Post by g1000user »

Is there a driver to get the temp probes to be recognized in Linux? I have a VK204-24-USB, and got it working in linux, except I can't figure out how to get the temp probes working.

Miles
Matrix Orbital
Matrix Orbital
Posts: 1105
Joined: Mon Mar 04, 2002 4:00 pm

Post by Miles »

Hello g1000user,

Thank you for your post. Drivers are not required for the temperature probes to be recognized. The temperature probes use a one wire protocol. This protocol is explained is extensively in Section 6 of the manual: http://www.matrixorbital.com/files/VK202-24-USB.pdf

If you have any further questions, feel free to post. :)
Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital

Paradigm
Matrix Orbital
Matrix Orbital
Posts: 255
Joined: Thu Sep 13, 2001 6:00 pm
Location: Calgary, Alberta, Canada

Post by Paradigm »

Another post that will be of use for you is my 1-wire tutorial

http://www.lcdforums.com/forums/viewtop ... highlight=
James McTavish, P.Eng
Director of Engineering
Matrix Orbital

g1000user
LCD?
Posts: 4
Joined: Wed Mar 23, 2005 12:16 pm
Contact:

Post by g1000user »

I think the real question I'm asking, is what 1 wire driver in linux would I use to access the bus?

Paradigm
Matrix Orbital
Matrix Orbital
Posts: 255
Joined: Thu Sep 13, 2001 6:00 pm
Location: Calgary, Alberta, Canada

Post by Paradigm »

None. You access the display through serial and use the displays 1-wire driver. For example to get all temp probes to get a reaeding ready, you transmit:

FE C8 01 01 10 00 CC 44 (explained in the 1-wire tutorial)

VIA the serial port to the display. Then the display will take care of the 1-wire bus transaction, and report back the response to you. Linux requires no knowledge of the 1-wire bus, since all information is transmitted through the display via the serial port. So if you can talk to the display thorugh the serial port, you have everything you need to start using the 1-wire bus.
James McTavish, P.Eng
Director of Engineering
Matrix Orbital

Post Reply