savejeff
savejeff
* bleak version: 0.21.1 * Python version: 3.12 * Operating System: Windows 10 ### Description I use bleak in my project for an optional feature for a while but about...
I'm trying to get a secure connection working through MQTT from a iOS App to a broker. First, I tried using HiveMQ as it is the most popular Broker provider....
Hi, as discussed in the other thread, here are the improvements I implemented for the lib #55 I have attached multiple versions that are more and more modified from the...
Hi, I started to integrate the native core into my project a view weeks ago. in general, i made it to work quite well but i found some rough edged...
There is an accidental rounding in the getCurrent function. to fix this you can use this code to get values between full mA ``` float Sensor_INA3221_Class::getCurrent(ina3221_ch_t channel) { int32_t shunt_uV...
Im using this code example: https://github.com/boschsensortec/BMI270-Sensor-API/blob/master/bmi270_examples/fifo_watermark_headerless_mode/fifo_watermark_headerless_mode.c#L67 and i have observed that when a too high fifo readout length is given to bmi2_read_fifo_data(...) it does request the whole length in one...
**Is your feature request related to a problem? Please describe.** I would like to use the MaterialDatePicker similar to the DatePicker in XML as a regular element in a View....
Currently, it seems it does not work/compile on Android needing pretty simple fixes to the build.gradle. No commit were made for over a year. Before using this package in my...
### Feature Proposal I require the non minimized chart.umd.js i develop on the front end (no node.js) and I need to debug/develop with the non minimized version of the library....
### Board ESP32-S3 ### Device Description Here is what I'm trying to do, but am not able to accomplish: I want to upload a Firmware after calling USB.begin() without a...