https://github.com/aswath2481/sdl
Serial data logger
https://github.com/aswath2481/sdl
micro-python nodemcu-esp8266 python3
Last synced: 4 days ago
JSON representation
Serial data logger
- Host: GitHub
- URL: https://github.com/aswath2481/sdl
- Owner: Aswath2481
- Created: 2019-06-12T03:41:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T07:50:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T01:30:00.570Z (3 months ago)
- Topics: micro-python, nodemcu-esp8266, python3
- Language: Python
- Size: 1.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serial data logger
GUI based data logger developed for logging data sent from arduino or other micro contollers via serial port.
Features:
1. Time based auto-naming, hence no need to change file name for each run
2. Supports various baud rates
3. Can be customised for multiple channels.
4. .CSV based data storage.
* Language used: Python, Micro-Python (ESP8266 board).
* Tool/module used: pyinstaller.