Vinschni

Results 7 comments of Vinschni

Hi @76creates i added further things, I'm eager for some feedback especially on [209072a](https://github.com/76creates/stickers/pull/5/commits/209072a76407f6a38f3f9e51cb4c076f4f995fb8)

I created the logs but they contain a lot of privacy sensitive information. Is there a procedure to anonymize them, or shall i filter for a specific category, like "debug...

Initializing the UART once and using it constantly, ensuring the RX buffer never overflows allows stable usage. With usage of `UART.deinit()` and reinitialization if needed I do not see stable...

I retried using Maixduino with following script to test SD card speed. ``` #include #include #include void setup() { // Open serial communications and wait for port to open: Serial.begin(460800);...

I wrote following class to allow continuous recording of jpg files at ~12 fps with MaixPy to SD.` It creates a hirachy of folders with four levels the circumvent the...

I would love to have the debugger @ruby0x1 :-)