Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonwenner/python-data-sampling-app
:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.
https://github.com/nelsonwenner/python-data-sampling-app
arduino csv datacollection pysimplegui python sampling sensors sensors-data-collection serialport thread websocket wifi
Last synced: 13 days ago
JSON representation
:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.
- Host: GitHub
- URL: https://github.com/nelsonwenner/python-data-sampling-app
- Owner: nelsonwenner
- Created: 2021-07-11T17:42:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T23:30:28.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:07:40.071Z (2 months ago)
- Topics: arduino, csv, datacollection, pysimplegui, python, sampling, sensors, sensors-data-collection, serialport, thread, websocket, wifi
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DATA SAMPLING APP## :bulb: About
The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.## :movie_camera: Preview
## :rocket: Technologies
* [Python3](https://www.python.org/)
* [Pysimplegui](https://pysimplegui.readthedocs.io/en/latest/)## :raised_hand: Warning
To use this module, remember that data must be transmitted via serial port or WIFI in string where each data has to be separated by a comma.```json
"00.0000000,00.0000000,00.0000000,00.0000000"
```
## :information_source: Getting Started1. Fork this repository and clone it on your machine.
2. Change the directory to `python-data-sampling-app` where you cloned it.## :zap: Module Getting Started
1. Install requirements.
```shell
$ pip3 install -r requirements.txt
```
2. Startup
```shell
$ python3 App.py
```
* If you are going to use data transmission via Wifi, when connecting, keep in mind that the WebSocket server `IP` will be your machine's `IP` and port `8080`.
---
Made with :hearts: by Nelson Wenner :wave: [Get in touch!](https://www.linkedin.com/in/nelsonwenner/)