-
Hello, I'm compiling micropython v1.18.0 in the port ESP32 with my scripts as frozen codes, but I need to store some data files (for example html files) in the vfs partition for scripts to work normal…
-
Hi,
I have noticed the machine module (machine.ADC class) returns a raw ADC value that is consistently off by about 1000 counts too high. I have noticed this inaccuracy on the Nucleo_H743ZI2 and as…
-
How can i import installed pip modules to a micropython program?
I installed a python module through pip(doing `pip3 show` works), but i cannot import it in my micropython script, or in terminal. I…
-
First of all, thanks for your code. It's been hard to find some code over the internet that can generate QR codes.
I'm new to micropython and I don't know how to turn this into a micropython module…
-
### Description
I am using a ST3485 RS485 transceiver with the DE/RE pins shortened and connected to a GPIO pin.
Running as Modbus master, the request is received correctly by the slave but the re…
-
I hope this is the right place to collect information for a driver for this module.
Otherwise let me know I would move the content elsewhere...
Maybe also there is an ongoing effort somewhere for th…
-
Hi,
I installed this library on my RP Pi Pico (H), micropython. I get an syntax error running the example code from the library (Slave RTU). The error exists in the serial.py sub code of the librar…
-
Hi there,
[Thibault](https://forum.pycom.io/user/thibault) reported to me that he found a regression on version 1.20 with the file open/close/contextmanager. I will outline this by providing respec…
amotl updated
4 years ago
-
This is continuation of https://github.com/micropython/micropython/pull/3382 . That PR proposed adding methods like *stream*.readbin(fmt) and *stream*.writebin(fmt, val). There was criticism/suggestio…
-
Hi all.
I see here in the issues and in the MicroPython forum many threads about people want ethernet support on ESP32 using the W5500, but there is not a real driver (pure python or not).
**Pro…