I woudl like to use an Arduino linked to a computer and use node-red for the IHM with my code running on the Arduino (PID regulator and datalogger). I would like to use node-red to launch the program on the Arduino with proper parameters, then, retrieve datas (time and température) from the Arduino to node-red and fill a datafile
I was thinking to go with MQTT (witch I previously did with an ESP8266 trough WiFi network), but as my Arduino doesn’t have WiFi neither ethernet, I was thinking to use usb connection instead but I’m stuck and not able to find proper information.
I haven’t gotten it to work yet, but there’s several tutorials on the web for using an ESP8266 on the Arduino to give it a WiFi connection. There’s also the overpriced WiFi shield.
I have used the SoftwareSerial library to give my Arduino Uno a second serial port for the Nextion display.