Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview -> ESP8266 -> Arduino

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

0 Kudos
Message 1 of 4
(6,499 Views)

Hi Kolbas,

Your English is good.

 Regarding the first question, yes you can use LabVIEW with Arduino, check this link:

https://forums.ni.com/t5/LabVIEW-Interface-for-Arduino/Can-I-use-Labview-interface-for-Arduino-with-...

 

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

0 Kudos
Message 2 of 4
(6,458 Views)

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.

0 Kudos
Message 3 of 4
(6,449 Views)

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. 

0 Kudos
Message 4 of 4
(6,297 Views)