Илья
Илья
Works in 2.0.5! Apparently, the version of IDF has changed, and the problem was somewhere there.
python 3.9.7; Bleak 0.14.3; Windows 10: same error! ``` import asyncio import sys from bleak import BleakClient, BleakScanner async def main(wanted_name): device = await BleakScanner.find_device_by_filter( lambda d, ad: d.name and...
It doesn't seem to work... ``` user@ub64devel:~/git/human-detector-detector$ make reset && sleep 1 && ./stream-iq.py cd openocd/tcl && ./openocd -f interface/jlink.cfg \ -c "transport select swd" \ -f target/stm32f1x.cfg \ -c...
Oops, it works!!! For the first time I tried to connect through UART. In the second, via USB, but it was necessary to connect D+ D- to the lower pins...
And in my case, the delay should be not one, but two seconds: `make reset && sleep 2 && ./stream-iq.py | baudline -stdin -channels 2 -quadrature -record -fftsize 2048 -flipcomplex`
I suggest adding to the description that this module is also supported.
Faced the same error while running this command: pacat -r -d alsa_output.pci-0000:0d:00.4.analog-stereo.monitor —rate=48000 —channels=2 —format=s16le | nc -lk -p 12345 The error occurs some time after starting, seems to be...
For "pacat": ``` From 085b2ba0e2a61d12a27bc66560c1b8d5bde1d8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Sun, 22 Jan 2023 21:20:03 +0000 Subject: [PATCH 1/3] fixed "Assertion 'size < (1024*1024*96)' failed at pulse/xmalloc.c:83,...