Skip to content

Conversation

@finger563
Copy link
Contributor

@finger563 finger563 commented Jan 27, 2026

Description

  • Add new RemoteDebug component for remote logging and monitoring of ESP32 devices. Supports real-time GPIO control, ADC plotting, and system stdout logging over a network connection.

Motivation and Context

Remote access and control over an esp32 device is often useful for debugging and monitoring. This component provides a way to remotely log data, monitor system status, and interact with the device over a network connection.

How has this been tested?

Build and run remote_debug/example on QtPy ESP32-S3 and ensure that the remote debug server starts correctly, and that data can be sent and received as expected.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

remote-monitoring-2.mp4
image CleanShot 2026-01-27 at 00 12 32@2x CleanShot 2026-01-27 at 00 13 06@2x CleanShot 2026-01-27 at 00 13 39@2x

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

Copilot AI review requested due to automatic review settings January 27, 2026 06:10
@finger563 finger563 self-assigned this Jan 27, 2026
@finger563 finger563 added enhancement New feature or request wifi remote debug labels Jan 27, 2026
@github-actions
Copy link

github-actions bot commented Jan 27, 2026

✅Static analysis result - no issues found! ✅

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 18 out of 18 changed files in this pull request and generated 20 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@finger563 finger563 merged commit eb08efd into main Jan 28, 2026
102 of 104 checks passed
@finger563 finger563 deleted the feat/remote_debug branch January 28, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants