Nils K

Results 544 comments of Nils K

The current API is * `create_serial_connection(loop, protocol_factory, *args, **kwargs)` * `open_serial_connection(*, loop=None, limit=None, **kwargs)` * `connection_for_serial(loop, protocol_factory, serial_instance)` whereas the API from `asyncio` is * `create_connection(self, protocol_factory, host=None, port=None, *,...

It would also be nice to replace the `str` in the `Query` type alias with `LiteralString` (sadly there is no bytes equivalent)

PyPi supports pre-releases. What do you think about publishing the preliminary version as such a pre-release to allow early adopters to already test their application with it?

As some others already said the same can be said about `Makefile` (where tabs must be used), `*.md` (where trailing whitespace is important), many files which require utf-8 and the...

Thanks for the reply. So if it is only used by the ESP32 would it not be possible to put a low-leakage transistor between the voltage divider and ground or...

> For the first version of the Picoclick (not the C3 version) I tried to connect the voltage divider to a GPIO on the GND side and turn it low...

> Thank you so much for sharing your thoughts, this is a huge help! > > I've just checked the [ESP32 C3 datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf) and on page 10/11 it seems like...

Sadly I do not have the components on hand but maybe the following can help you: * [Battery Voltage Monitoring (StackExchange)](https://electronics.stackexchange.com/a/424634/306001) * https://jeelabs.org/2013/05/17/zero-powe-battery-measurement/ * https://jeelabs.org/2013/05/18/zero-power-measurement-part-2/index.html

Didn't you have one in your video or did you borrow that one? Anyways glad to see that it worked as I have not been able to test it myself....

Hey, just wanted to check in whether you worked on this the last two months? :)