10-04-2018 11:34 AM
Hello all,
i am new here, i hope i write in the right place... i have not to much experience with labview and english 😛
I programmed uC via C and learned only this programming language, now i was so funny and startd a new project in my school with Labview. I need for my project: Labview+ ATMEGA328p+ Esp8266. I have compiler already for Labview communication...
I found via for ESP8266 from Qwaves and something from Linx.
Can somebody tell me, can i use Atmega328p or i need absolutely Arduino UNÒ board to use labview or esp8266 in labview? I saw many videos and topics about "arduino and labview" and "Esp8266 and labview". Everybody made something in skatch do i need skatch? Because i have 3x Arduino boards and i programmed already all in C thats mean for me i cant programm thies boards with skatch... but everybody used skatch to compile esp and labview...
The second thing is, i want to read voltage from ADC--> Atmega328p and i want to send result via SMS or e-mail whatever... i know already i can communicate between labview and ESP8266 but what about other direction, i have no idea. Sorry for my english i hope somebody can help me.
Best regards,
Kolbas
10-15-2018 12:31 PM
Hi Kolbas,
Your English is good.
Regarding the first question, yes you can use LabVIEW with Arduino, check this link:
Regarding your second question so you know how to communicate from LabVIEW to ESP8266 but not the other way round?
Please write the question in short sentence.
Kind regards
Basel
10-17-2018 04:48 AM
The best way to have a bidirectional communication between LabVIEW and ESP8266
is to perform a bidirectional UDP communication is by having UDP Connections (One to send data from your ESP8266 to LabVIEW and a Second to make the way back).
Below is UDP Example in LabVIEW . To make sense to your application, you may consider the VI on the left as a simulation of the ESP8266 and the VI on the Right the LabVIEW Application itself.
01-25-2019 07:13 AM
Hi All, i have multiple ESP8266 that receive temperature data and need to bring this data from these different ESP8266 devices into Labview for graph plotting. Can you please advise how can i perform this without the having to fix the IP Address of the different ESP8266 modules as these will change.