https://github.com/valentintintin/m5-serial-logger
M5Stack monitor Serial to screen and telnet
https://github.com/valentintintin/m5-serial-logger
arduino debug esp32 m5stack serial telnet
Last synced: about 2 months ago
JSON representation
M5Stack monitor Serial to screen and telnet
- Host: GitHub
- URL: https://github.com/valentintintin/m5-serial-logger
- Owner: valentintintin
- Created: 2019-12-14T09:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T09:55:50.000Z (over 6 years ago)
- Last Synced: 2025-01-17T17:14:02.538Z (over 1 year ago)
- Topics: arduino, debug, esp32, m5stack, serial, telnet
- Language: C++
- Size: 79.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# m5-serial-logger
M5Stack monitor Serial to screen and telnet (and SD Card one day)

## How to use
1. Connect serial TX from any device to R0 pin of M5.
2. Connect the ground of your device to a ground pin of the M5.
3. Start the M5 !
## Features
- Log on screen (button B to toogle screen backlignt)
- Log on Telnet (button C to activate)
- Log on SD Card (not working presently). Button A to stopped everything
## Limitations
- No parameters on the M5. You have to set the baud rate and others things in the
- Log on SD Card is present but I've got issue to make it works correctly.