11-26-2022 01:16 PM
Can you please share the arduino sketch and labview code?
11-26-2022 01:17 PM - edited 11-26-2022 01:17 PM
Can you please share your VI?
11-27-2022 11:54 AM
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
11-30-2022 07:38 PM
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)
04-23-2024 11:14 PM
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.
04-24-2024 07:13 PM
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