Emmanuel Blot

Results 12 issues of Emmanuel Blot

It would be nice not to enforce a BLEScanResponse instance to connect to a remote device. A duck typed tuple such as ``` ScanResp = namedtuple('ScanResp', 'sender, address_type') ``` used...

It would be great if BlueGigaAPI could be instanciated from an existing Serial instance: ``` class BlueGigaAPI(object): def __init__(self, port, callbacks=None, baud=115200, timeout=1): ``` This would give the opportunity to...

It can be useful to access the local device attributes of a BLE112 device used as a client, such as the firmware_revision (0x2a26) or the device name Unfortunately, the following...

From a BG script, it is possible to define and use custom error codes. Unfortunately, error code is dispatched through a dictionary that triggers an exception for any non-standard error...

app_config.h:7 `CLOCK_SYS_CLOCK_HZ = 24000000` app.c:79: `5*60000*CLOCK_SYS_CLOCK_1MS` ``` CLOCK_SYS_CLOCK_1S = CLOCK_SYS_CLOCK_HZ CLOCK_SYS_CLOCK_1MS = CLOCK_SYS_CLOCK_1S / 1000 5*60000*CLOCK_SYS_CLOCK_1MS= 7.2e9 ``` -> `5*60000*CLOCK_SYS_CLOCK_1MS` > `UINT32_MAX`

The README page specifies brew tap audiofilter/spuce but there is no such repository, it seems to be named as "SPUC", _i.e._ brew tap audiofilter/spuc

**Version info** - OS: macOS Sonoma 14.4.1 (23E224) M1 Pro - Build: 2093 **Description** Since the upgrade this morning (from 2092), SM crashes when the "Resolve" button on a git...

Hi, I'd really like your new implementation of the driver. However, when connected to a Samsung TV set (UE19C4000), I most of the time fails to get any channel from...

This proposed fix addresses issue #10 self.sl is a dictionary that is given as argument to AsyncProcess, but it ends up mapped to `path` argument, instead of I guess being...

Hi, I just installed InputArgs, and I have the exact same error message as in #2: "str expected, not dict" and no output from the executed Python script. I'm not...