Nic-Roberts-Hud
Nic-Roberts-Hud
Win 11 x64, Python 3.12, Spyder 5.5.1 I'm trying to run the device discovery code from the `bleak` Bluetooth library ``` import asyncio from bleak import BleakScanner async def main():...
OAK-D Open up my environment, run `demo.py` Keeps crashing the camera, ``` [14442C1031918ED000] [2.6] [1764681499.836] [host] [warning] Device crashed, but no crash dump could be extracted. Stack trace (most recent...
Version 1.19.4 Windows 11 I have 4 signals sent via UART from an STM32f411 like so, ``` printf("%d,", (int)sine_sig_sample); printf("%d,", (int)noise_sig_sample); printf("%d,", (int)sine_noise_sig_sample); printf("%d\n,", (int)filtered_sig_sample); ``` but only first 2...