Andrew Leech
Andrew Leech
The airstart does not appear to have the control dial on the front which is going to be a limiting factor for usage https://www.resmed.com/ap/en/consumer/products/devices/airstart-10-cpap.html Perhaps it's the same circuit board...
@colinoflynn yes the airsense elite units are a bit cheaper than the autoset so it'd be a decent candidate. If anyone else tries it, it'd be good to confirm its...
FYI I'm running on Windows 10, python 3.6 x64 and your installation method for the kernel worked flawlessly. Thanks, I'm loving it! Only a very minor issue for me with...
Nice work! Yes I feel you're probably right, this could be done cleaner & faster following rsync's lead. The directory traversal stuff seems to be specific to the official rsync...
Ah, well it's not exactly solved... however my builder has released copies for all tagged builds of micropython. As such, if you're using an old version of micropython you could...
Thanks, I tried `DevicePairingKinds(DevicePairingKinds.ConfirmOnly)` and `DevicePairingKinds(1)` but it gives a `{TypeError}cannot instantiate enumeration` I checked the `.Overloads` of the `PairAsync` function and I get ``` Windows.Foundation.IAsyncOperation`1[Windows.Devices.Enumeration.DevicePairingResult] PairAsync(Windows.Devices.Enumeration.DevicePairingKinds) Windows.Foundation.IAsyncOperation`1[Windows.Devices.Enumeration.DevicePairingResult] PairAsync(Windows.Devices.Enumeration.DevicePairingKinds, Windows.Devices.Enumeration.DevicePairingProtectionLevel)...
I just found https://github.com/pythonnet/pythonnet/issues/935 which appears to be the same problem I'm hitting. My understanding of the suggested fix there still isn't working though ``` customPairing.PairAsync[DevicePairingKinds](DevicePairingKinds.ConfirmOnly) ``` gives ` {TypeError}No...
I haven't spent any more time on this myself, though by memory I believe the problem is likely due to it not picking the right override function. A colleague of...
That's wonderful, thanks for sharing!
Todo: implement extra interfaces (custom hci commands) to enable compatibility with stm32cubemonitor https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode/STM32_WPAN/App/tm.c