Skip to main content

Python library to communicate with Pinecil V2 soldering irons via Bluetooth

Project description

Pynecil

Python library to communicate with Pinecil V2 soldering irons via Bluetooth

build codecov PyPI version PyPI - Downloads "Buy Me A Coffee" GitHub Sponsor


📖 Documentation


📦 Installation

You can install Pynecil via pip:

pip install pynecil

🚀 Usage

Basic Example

import asyncio
from pynecil import CharSetting, discover, Pynecil 

async def main():
    
    device = await discover()
    client = Pynecil(device)

    device_info = await client.get_device_info()

    live_data = await client.get_live_data()

    await client.write(CharSetting.SETPOINT_TEMP, 350)

asyncio.run(main())

For more advanced usage, refer to the documentation.


🛠 Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Submit a pull request.

Make sure to follow the contributing guidelines.


📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


❤️ Support

If you find this project useful, consider buying me a coffee ☕ or sponsoring me on GitHub!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynecil-4.2.0.tar.gz (25.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pynecil-4.2.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file pynecil-4.2.0.tar.gz.

File metadata

  • Download URL: pynecil-4.2.0.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for pynecil-4.2.0.tar.gz
Algorithm Hash digest
SHA256 f2c3c21214ac37c34ff8638248e1d7d3e98030f755d561e35f357efc642edb81
MD5 cad255e264f86dbf976047368492d030
BLAKE2b-256 aa0255244ee7c79fa1c98ebea1955b548c4732409aeb96decd1af581d714f2df

See more details on using hashes here.

File details

Details for the file pynecil-4.2.0-py3-none-any.whl.

File metadata

  • Download URL: pynecil-4.2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for pynecil-4.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 605e4babbdb801843903b6414469744d218954d6eb8c45dbb9a7fd419a64766d
MD5 5f759f7eb7912b81c2c00f33b279edfd
BLAKE2b-256 102a36ead3698605270598d880d0c7f088dd033fcc7d303626b7dd200950b666

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page