Omid Ataollahi
Omid Ataollahi
I appreciate your tool which is indeed helpful. I would like to ask you for support of jupyter lab. thank you.
deepin-topbar on fedora is very outdated and doesnt have any customizations. please update it. thank you for your awesome work.
Micropython does not support interrupts on UART, which is very weird since it is a very common protocol and always needed. ([link to the official documentations](https://docs.micropython.org/en/latest/library/machine.UART.html#machine-uart)) Alternatives such as asyncIO,...
This is a request for a variable debug window or any sort of debugging solution to see/manage variables (local or global). If there's already a way that I'm not aware...
### Description As I have come to realize from the examples, implementing a slave modbus RTU is a blocking process through the `ModbusRTU.process()` function. This makes the microcontroller useless and...
### Description After a few times of running & stopping a slave process (`result = client.process()`) the microcontroller becomes irresponsive. Thonny throws this message: `Could not interrupt current process. Please...
``` Traceback (most recent call last): File "", line 17, in File "module__read_from_sensors.py", line 34, in read_from_sensors File "drivers/ads1x15.py", line 164, in read File "drivers/ads1x15.py", line 142, in _read_register OSError:...
Pycharm throws a warning for this working code: ``` from machine import Pin from time import sleep some_led = Pin(25, Pin.OUT) while True: some_led.toggle() sleep(1) ``` Although the code works...
I know that multiple issues is already open about this manner right now, but this bug is so crucial that has stopped me from using pycharm. Micropython -by its nature-...
In the `settings > languages & frameworks > micropython`, the `Detect` button, which is expected to return a list of connected devices, does not work. Not even a failure or...