Also just tried bleak https://pypi.org/project/bleak/ and seems to be usable too. Did not pull much dependencies
pip install bleak Collecting bleak Downloading bleak-0.16.0-py2.py3-none-any.whl (125 kB) |████████████████████████████████| 125 kB 6.8 MB/s Collecting typing-extensions>=4.2.0 Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) Collecting async-timeout>=4.0.1 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting bleak-winrt>=1.1.1; platform_system == "Windows" Downloading bleak_winrt-1.1.1-cp39-cp39-win_amd64.whl (345 kB) |████████████████████████████████| 345 kB 6.4 MB/s Installing collected packages: typing-extensions, async-timeout, bleak-winrt, bleak Successfully installed async-timeout-4.0.2 bleak-0.16.0 bleak-winrt-1.1.1 typing-extensions-4.3.0
and simple discovery demo works :-) Major improvement since I tried last time on windows!
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Also just tried bleak https://pypi.org/project/bleak/ and seems to be usable too. Did not pull much dependencies
and simple discovery demo works :-)
Major improvement since I tried last time on windows!