Andreas Sandberg
Andreas Sandberg
Have you considered any DBus interfaces that support Python's native asyncio functionality? I used dbus-next for a couple of Bluetooth Mesh experiments a while back and found it reliable easy...
Here is another library that I'm planning to evaluate for one of my own projects: https://github.com/ccxtechnologies/adbus The only reason I'm not immediately going with dbus-next is that it (ab)uses type...
> I have a question. I worked on several BLE projects on iOS as well as Android. All of them need to set notify for listening data change from peripheral...
I have played around with one of these printers and made the following observations: - Requests start with a 2 byte opcode followed by request-specific data. - Responses start with...
> I have an i2c RTC module. Before using UEFI Firmware, I can add a udev rule that lets OS see the rtc device > After using UEFI Firmware, I...
I noticed a related issue when poking around in the Linux pinctrl driver. I have a patch that makes it detect the current I have a patch to make it...
> We probably need to be a bit careful with the GPIO export in ACPI mode. That is because if the firmware is managing HATs (say the fan hat). It...
Having talked to some people who actually understand ACPI (my understanding is currently a bit limited, it seems like the cleanest solution to the problems above is to let the...
Wouldn't it be better to just disable this feature by default instead? That way, we can treat the feature as experimental and we don't end up reverting a large amount...
I don't think I'm the right person for O3 SMT issues. Maybe @giactra or @rjc-arch can help?