معرفی شرکت ها


ammeter-logger-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Ammeter logging tool - used to receive from micropython serial connection
ویژگی مقدار
سیستم عامل POSIX :: Linux
نام فایل ammeter-logger-0.1.1
نام ammeter-logger
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thomas Dunteman
ایمیل نویسنده ammeter@learningtopi.com
آدرس صفحه اصلی https://github.com/learningtopi/ammeter_logger
آدرس اینترنتی https://pypi.org/project/ammeter-logger/
مجوز -
# Python Ammeter Logger Works in conjunction with the [Micropython ADC Amperage Monitor](https://github.com/LearningToPi/adc_amerage) View the details of our load testing series here: https://www.learningtopi.com/category/load-testing/ ## Introduction This Python module works with the [Micropython ADC Amperage Monitor](https://github.com/LearningToPi/adc_amerage) to collect data from a amperage monitor. The module will control the micropython microcontroller to run a baseline of the current sensor or collect data. The module can be run of the command line or imported into other projects to record amperage data. ## Installation The package is available on PyPi or can be installed manually using the why/tar.gz file in the dist folder. pip3 install ammeter_logger ## CLI Usage (venv) $ python3 -m ammeter_logger usage: __main__.py [-h] [--get-config] [--get-status] [--skip-init] [--force-init] [--init-only] [--sample-interval SAMPLE_INTERVAL] [--capture-time CAPTURE_TIME] [--baudrate BAUDRATE] [--log-level LOG_LEVEL] DEVICE OUTPUT_FILE __main__.py: error: the following arguments are required: DEVICE, OUTPUT_FILE (venv) $ The --get-config and --get-status parameters can be used to get the current status of the microcontroller. It is recommended to run the following the initialize the ammeter (get a baseline 0 reading) with no load on the ammeter before connecting the device you intend to monitor. Initialization can be run using the --force-init option. After the ammeter is initialized, the capture can be started using the --capture-time interval. Logged data will be stored in the specified output_file (as a CSV). ![sample graph](./sample-graph.png)


نیازمندی

مقدار نام
>=3.5 pyserial


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ammeter-logger-0.1.1:

    pip install ammeter-logger-0.1.1.whl


نصب پکیج tar.gz ammeter-logger-0.1.1:

    pip install ammeter-logger-0.1.1.tar.gz