Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redphx/python-tuya-ble
Python library to interact with Tuya BLE protocol
https://github.com/redphx/python-tuya-ble
tuya tuya-ble
Last synced: 30 days ago
JSON representation
Python library to interact with Tuya BLE protocol
- Host: GitHub
- URL: https://github.com/redphx/python-tuya-ble
- Owner: redphx
- Created: 2022-05-21T05:41:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T01:56:42.000Z (over 2 years ago)
- Last Synced: 2023-04-03T17:01:06.314Z (over 1 year ago)
- Topics: tuya, tuya-ble
- Homepage:
- Size: 1000 Bytes
- Stars: 17
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-tuya-ble
**Update (Jul 21 2022)**: my Fingerbot is broken so I couldn't work on this project until I buy a new one. Until then, feel free to check the demo code at https://github.com/redphx/poc-tuya-ble-fingerbot
A Python library to interact with Tuya BLE protocol.
Work in progess...## Debug
To debug Tuya BLE protocol, follow the guide at [redphx/frida-tuya-sdk-debug](https://github.com/redphx/frida-tuya-sdk-debug).