Remote serial monitor

Hello. I'll first describe my project: I'm building a rocket motor thrust test stand to measure the thrust of the rocket. I have built a weighing scale using loadcells and a hx711 adc module. Everything works. I'm using an ESP32 mcu. To the esp32 I have also connected a relay module that ignites the engine (solid engine), therefore, everything has to be remote. There must be no physical connection between the esp32 and my computer. Now I have written a code so that both these tasks are done independently as well as through WiFi connection. The problem here is: Is there a program that will allow me to see the loadcell data in a serial monitor-type environment WITHOUT there being a physical connection, but WiFi only? I need to see the data in real-life intervals, and pretty fast, 1 value every 30ms.

Run a webserver on the ESP and view it using a web browser on the PC via WiFi

I don't think that will do the trick for me. I already have done something similar and I only got a single value every time I refreshed the page. I need the values to be constant and displayed in a single place, in a row-type format.

The format and contents of the Web page depends on how it is written. HTML is not my strong point but I am sure that other members will be able to provide advice

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.