Scott_567 Posted February 6, 2023 Share Posted February 6, 2023 (edited) Hello guys, My team are developing a wifi screen using esp32, it can connect to pc by usb. Is there any way to send monitoring data via network or usb? Many thanks Edited February 6, 2023 by Scott_567 wrong title Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 6, 2023 Share Posted February 6, 2023 6 hours ago, Scott_567 said: Hello guys, My team are developing a wifi screen using esp32, it can connect to pc by usb. Is there any way to send monitoring data via network or usb? Many thanks It's not supported by default, but you can either: 1) Build your own solution utilizing on the External Applications feature of AIDA64. 2) Take one of the existing USB-connected display protocols and emulate it in your device to make the device look like another, existing device that AIDA64 supports "out of the box". Quote Link to comment Share on other sites More sharing options...
btmouse Posted February 7, 2023 Share Posted February 7, 2023 open LCD - Remotesensor LCD visit website ip:port and ip:port/see use esp to analyze these data Quote Link to comment Share on other sites More sharing options...
btmouse Posted February 7, 2023 Share Posted February 7, 2023 other cases: https://oshwhub.com/xmz0916/ESPMonitor_Plus https://github.com/errere/Esp32-PC-Performance-monitor-MCU Quote Link to comment Share on other sites More sharing options...
Leizar06001 Posted March 11 Share Posted March 11 Hi, I had the same problem but I didn't find any solution so following Fiery's advice I made a program that allows to do it using external application For those interested you can find it here : https://github.com/Leizar06001/ESP32_PC_Monitor There is a command line soft and I tried to make a UI using Qt, which was the first time I used it, there's room for improvement but it works alright Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.