-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by StudentD
-
-
19 minutes ago, Neil Pate said:
What have you done so far?
Stepper Motor Control (1).viThis is what i atempted
-
On 6/18/2024 at 11:50 AM, Neil Pate said:
Hi Diac,
What in particular do you need help with as you ask about how to implement the whole project! If you have something working with an ESP32 try and mimic the implemention in LabVIEW
Can you help me? What to do?
-
2-way radar with ultrasonic sensors with left-right and up-down 90 degree opening and 3D graphic display What should I do in labview for this? instead of esp32 I use a NI USB-6008, for the motor a 5V DC 28BYJ-48 stepper motor with reduction + driver and a hc-sro4 for the sensor how to do it? Can someone help me with a labview diagram?
-
I am new with lab view and I need help with a project. It reads the dates from an esp32 and 2 senzors one is dht11 and the second is a mq135
I dont know how to make this:
-Periodically records and saves measured values at predefined time intervals.
-On demand, it reads and displays measured values for previous time intervals.
-To display of measured values via the Internet on a web browser.
I am stuck with this points. I need help ASAP! -
On 4/22/2024 at 12:16 PM, Rolf Kalbermatter said:
And what is the program on your ESP32 doing? Does it even listen on the according serial port? Does it know what it should do when seeing an *IDN?<new line> on that port? What does it send back when seeing that command?
The ESP32 is a capable microcontroller board but it needs a program that can implement the reading of your sensors and react to commands from your LabVIEW program and send something back. And that program needs to be implemented by you in one of the supported programming languages for the ESP32. Most likely you will want to use ESP-IDF as a plugin in either Eclipse or VSCode.
This is the code i use! It works, but what i want is to take the data in the response and to separate and to put separate!
-
I am new with labview and i am a little stuck! I build this in order to read the data from 2 senzors one for temperature and humidity and one for air quality conected to an esp32. What i want is to take the data and make it that the values i recevie to be put separately each one in his own output! What to do?
I need some help!
in LabVIEW General
Posted · Edited by Diac Stefan
I'm kind of stuck here! I don't know what to do next. I want to make them work togheter, to make it in such a way to move from left to right at command and to allow me to choose where to move if give the order, how to put the 3d graph and to calculate the distance and to put the resoults in a separate indicator.