Python library to communicate with Pinecil V2 soldering irons via Bluetooth
- Full Documentation: https://tr4nt0r.github.io/pynecil
- Source Code: ttps://github.com/tr4nt0r/pynecil
You can install Pynecil via pip:
pip install pynecil
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.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Submit a pull request.
Make sure to follow the contributing guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this project useful, consider buying me a coffee ☕ or sponsoring me on GitHub!