https://github.com/J-Rios/ESP32SerialLogger
Connect multiples Serial devices to ESP32 UARTs and access them through a builtin WebServer.
https://github.com/J-Rios/ESP32SerialLogger
Last synced: 4 months ago
JSON representation
Connect multiples Serial devices to ESP32 UARTs and access them through a builtin WebServer.
- Host: GitHub
- URL: https://github.com/J-Rios/ESP32SerialLogger
- Owner: J-Rios
- License: gpl-3.0
- Created: 2019-11-14T22:00:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T13:31:13.000Z (about 6 years ago)
- Last Synced: 2025-01-28T18:38:25.941Z (12 months ago)
- Language: C++
- Homepage:
- Size: 566 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32SerialLogger
Connect multiples Serial devices to ESP32 UARTs and access them through a WebServer.
### Notes:
- Device ESP32.
- Platformio project using Visual Studio Code.
- Project using Espressif ESP-IDF Framework (Platformio espressif32@1.11.0 == ESP-IDF v3.3 LTS Release).