05-30-2014 11:57 AM
I don't know what you mean by "i put a wire in the digital pin". Also, you should have all your LINX VIs inline (each one should use the resource wire of the previous LINX VI).
05-30-2014 12:04 PM
Hi Nathan,
The thing is, after I briefly connect a pin to 5V or 3V3, the reading would start going nuts like: 1 0 0 1 0 1 1 1 0 1 0 1 1 0 Without any sense! Without having any wire connected directly to my VCC (5V or 3V3) the reading is constantly changing, when it should be zero!
05-30-2014 10:31 PM
If you don't have the pin connected to anything, that is normal behavior. What are you trying to use the digital pin for?
05-31-2014 11:47 AM
i want to use digital pin for a sensor get information. ( just false or true not analog )
i use a 10 k ( 10k resistor to GND and to digital pin , )
i think it's called pull up/down resistor,
ex:
what do you think ?
for example if vcc was a sensor that give tension ( from 0.5 to 5 v )
can i read it like that ?
what is range of digital input ?
Thank you in advance
06-01-2014 01:19 PM
You should look for information about the Arduino to determine the acceptable voltage levels. Some of the posts that I've seen say that you need at least 0.6Vcc for the digital pin to recognize it as a high level.
What sensor are you using? If you give us a link to the sensor we will be better able to help you determine if this will work or not.
Also, since your question has nothing to do with the topic of this thread, you should create a new discussion that will be dedicated to your question. Another thingto consider is to use LINX because LINX has officially replaced LIFA: LIFA Replacement - LINX Officially Released
02-01-2015 07:21 PM
Hi Khga123.
you can use the LINX library.
https://labviewhacker.com/doku.php?id=learn:libraries:linx:getting_started
in the link you can see the instruction to use.
is compatible with the arduino toolkit, i just use the LINX library to achieve the comunication.
05-02-2015 12:18 AM
i too had the same problem while uploading lifa base to arduino and i was using arduino1.6.1 and it got compiled when i used arduino1.0.5. hope it works for u too.
07-24-2015 05:36 AM
does the LINX support the xbee like LIFA
THANKS
07-24-2015 05:13 PM
Yes
Here is a response posted by Sam Kristtoff
The easiest way to use an xbee for wirless communication with LINX is to use serial passthrough mode with a baud rate of 9600. You'll need to configure the Xbee and have one attached to your computer (with something like this) and the other xbee attached to an Arduino or other LINX device using the Serial firmware.
When you launch LabVIEW you'll select the com port associated with the Xbee and any data you transfer will be passed through the xbees to your remote LINX device.
Let us know if you have any questions about this.
Here is a link to Sam's message
<https://www.labviewmakerhub.com/forums/viewtopic.php?f=12&t=664&p=3965&hilit=Xbee#p3965>
hrh212
10-25-2017 10:16 PM
Hi,
I'm also facing same issue while interfacing linx with arduino. How did you resolve it?