Boris Lovosevic

Results 80 comments of Boris Lovosevic

Sorry, I haven't the time to check it yet. I'll report back when I'll have more information about the issue.

CAN support will be implemented in a couple of months. I've just got some hardware to test it, but I'm very busy with some other tasks, I'll try to work...

SDCard in SPI mode and LCD on M5Stack works good in MicroPython. I had to modify some esp-idf drivers (spi-master & sdspi_host) to make it work. I'll try to update...

It is recommended to use **gsm module** for accessing GSM. See the [Wiki](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/gsm). You can also use it with uart access, but the PPPoS will not be available. When using...

Which filesystem type are you using? You may try to use a different one. I think the filesystem size should be at least 16K larger than the largest file you...

Can you try to uncrease the size of Ftp transfer buffer: `→ MicroPython → System settings → FTP Server Configuration → Transfer buffer size (bytes)` to 4K or even 8K....

I've tested with your code and it runs without error. I'll do some more test with similar setup in a couple of days when I'l have some more time.

How do you connect to M5Stack REPL ? It must be reset after flashing. `./BUILD.sh monitor` should do it automatically, but there were some reports about M5Stack reset issues when...

Thanks, I'll review the Neopixel timings next week.