beyonlo
beyonlo
Hi all! 1. I would like to discuss with you about that great GUI libs for ESP32, what you think about? 2. Is a good idea to support it on...
Hi, Is that 5 sleep mode supported by the Lobo MicroPython? https://lastminuteengineers.com/esp32-sleep-modes-power-consumption/ Thank you.
@loboris you wrote in the thread https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/issues/20 " You can add uasyncio as a module (or frozen module). At the moment, all my tests shows that using threads works better...
Hello! Congratulations for the great project. I would like to know if you have intention to support secure WebSocket (use SSL over WebSocket) on the Microdot. Thank you.
Hello. 1. Are there support or plans to support CAN bus on ESP32? I see that there are a implementation for pyboard https://docs.micropython.org/en/latest/library/pyb.CAN.html - is that a similar implementation on...
Hi, thanks for the great project! I found a problem in line 183: `not quiet and log.debug(f'creating directory {file_name} ... ', end='') ` If I change that line to this...
Hello. Congratulations for the great project supporting CANBUS on Rp2040 using MicroPython! I would like to use MicroPython on the rp2040/RPico (CANPico) for realtime communication using CANPico firmware, and I...
Hello, nice work! Please, could you to create a simple Speedometer example to start? Thank you.
Hello @peterhinch I'm using `micro-gui` with the `ssd1306` mono display (`128 x 64`) with three buttons, but the `micro-gui` is showing in all demos a strange symbol (like as a...
Hi @peterhinch Thank you to write a driver for the DS3231. Do you have a driver for another RTC than DS3231? [Here follow:](https://github.com/peterhinch/micropython-samples/blob/master/README.md#24-ds3231-precision-rtc) " This is a low cost precision...