Hobbyist Toolkit

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino Max6675 Labview Linx Interface

Can you please share the arduino sketch and labview code?

0 Kudos
Message 11 of 16
(1,196 Views)

Can you please share your VI?

0 Kudos
Message 12 of 16
(1,194 Views)

I have no access to my pc for 3 weeks, but i have recorded a video.

It is in portuguese, but i believe you can follow

 

https://youtu.be/ZSwIpzdZSuQ

Jorge Augusto Pessatto Mondadori, PhD
Sistema Fiep
CLAD, CLD
0 Kudos
Message 13 of 16
(1,166 Views)

the sketch to load on arduino is the LINX sketch 

to this conect the arduino to pc via usb

in labview go to TOOLS ; MAKERHUB, LINX ; LINX FIRMWARE WIZARD

them select the arduino type (uno mega leonardo)

click NEXT

select the com por where you are conect the arduino

click NEXT

click NEXT

click FINISH

the sketch is loaded

 

them the vi is this (to read 2 max6675)

 

 

Message 14 of 16
(1,128 Views)
I'm trying to use your Vi with an Arduino nano but it doesn't give me any signal. Could you please help me see my mistake.
0 Kudos
Message 15 of 16
(33 Views)

firts you have to load the linxs firmware on to arduino nano

late you have to conect the arduino with max6675 remember

arduino digital 13----sck -----to sck of max6675

arduino digital  12--- miso ---to miso of max 6675

arduino digital  3---- cs ----- to cs of max6675 (*)

you can use pin 3, 5,6,9,10,11  (PWM pins)

use my VI and  slect the COM of comunication betwen arduino and pc

select the SPI chanel default 0

select CS is the number of you use to conect arduino wtih max6675

i dont use arduino nano but i think thats the same

 

0 Kudos
Message 16 of 16
(11 Views)